Color #E780BC

HEX

#E780BC

RGB

(231, 128, 188)

Quick Actions

Color Values

Color Space Values
RGB
R: 231, G: 128, B: 188 (91%, 50%, 74%)
CMYK C: 0%, M: 45%, Y: 19%, K: 9%
HSL H: 325°, S: 68%, L: 70%
HSV H: 325°, S: 45%, V: 91%
CIE-LAB L: 66.57, a: 47.07, b: -13.89
CIE-LCH L: 66.57, C: 49.08, H: 343.56
Hunter-Lab L: 60.05, a: 39.9, b: -18.48
Web Safe
#ff99cc
Complementary
#80e7aa

#E780BC is a color with RGB values of 231 red, 128 green, and 188 blue (91%, 50%, 74% respectively). In the CMYK color space, it consists of 0% cyan, 45% magenta, 19% yellow, and 9% black. The color has a hue angle of 325°, 68% saturation, and 70% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff99cc. The complementary color is #80e7aa, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #E780BC

Explore different variations of #E780BC including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #E780BC. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #E780BC

Explore different color combinations and harmonies that work well with #E780BC.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #E780BC

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #E780BC

Text with #E780BC

This text has a font color of #E780BC.

<span style="color:#E780BC;">Text here</span>
.text { color: #E780BC; }

#E780BC background color

This paragraph has a background color of #E780BC.

<p style="background-color:#E780BC;">Content here</p>
.background { background-color: #E780BC; }

#E780BC border color

This element has a border color of #E780BC.
<div style="border:1px solid #E780BC;">Content here</div>
.border { border: 1px solid #E780BC; }

#E780BC box shadow

This element has a box shadow using #E780BC.
<div style="box-shadow: 0 4px 6px -1px #E780BC80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #E780BC80; }
Copied to clipboard!