Shades of Dark Pink #EA5878
Tints of Dark Pink #EA5878
RGB
CMYK
RGB Variations
Color information
#EA5878 (or 0xEA5878) is known color: Dark Pink. HEX triplet: EA, 58 and 78. RGB value is (234,88,120). Sum of RGB (Red+Green+Blue) = 234+88+120=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5878 is #15A787. Grayscale: #878787. Windows color (decimal): -1419144 or 7887082. OLE color: 7887082.
HSL color Cylindrical-coordinate representation of color #EA5878: hue angle of 346.85º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5878 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 120 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.08 |
| HSL | 346.85º | 0.78% | 0.63% | - |
| HSV(B) | 346.85º | 0.62% | 0.92% | - |
| XYZ | 40.81 | 25.83 | 20.6 | - |
| YUV | 135.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 120 | 0 | 0.62 | 0.49 | 0.08 | 346.85 | 0.78 | 0.63 |
| Hex | EA | 58 | 78 | 0 | 3E | 31 | 8 | 15B | 4E | 3F |
| Octal | 352 | 130 | 170 | 0 | 76 | 61 | 10 | 533 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1111000 | 0 | 111110 | 110001 | 1000 | 101011011 | 1001110 | 111111 |
Color Harmonies of #EA5878
Complementary color
Monochromatic Colors of #EA5878
Black with #EA5878
Text Example
Text Example
White with #EA5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5878; }
p { color: rgb(234,88,120); }
H1.HeaderClassName
{
color: #EA5878;
}
.AnyTagClassName
{
color: #EA5878;
}
</style>
background-color css
<style>
a { background-color: #EA5878; }
a { background-color: rgb(234,88,120); }
div.DivClassName
{
background-color: #EA5878;
}
.BgClassName
{
background-color: #EA5878;
}
</style>
border-color css
<style>
span { border-color: #EA5878; }
span { border-color: rgb(234,88,120); }
td.TdClassName
{
border-color: #EA5878;
}
.TagClassName
{
border-color: #EA5878;
}
</style>