Shades of Dark Pink #EA5578
Tints of Dark Pink #EA5578
RGB
CMYK
RGB Variations
Color information
#EA5578 (or 0xEA5578) is known color: Dark Pink. HEX triplet: EA, 55 and 78. RGB value is (234,85,120). Sum of RGB (Red+Green+Blue) = 234+85+120=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5578 is #15AA87. Grayscale: #858585. Windows color (decimal): -1419912 or 7886314. OLE color: 7886314.
HSL color Cylindrical-coordinate representation of color #EA5578: hue angle of 345.91º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5578 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 120 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.08 |
| HSL | 345.91º | 0.78% | 0.63% | - |
| HSV(B) | 345.91º | 0.64% | 0.92% | - |
| XYZ | 40.57 | 25.35 | 20.52 | - |
| YUV | 133.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 120 | 0 | 0.64 | 0.49 | 0.08 | 345.91 | 0.78 | 0.63 |
| Hex | EA | 55 | 78 | 0 | 40 | 31 | 8 | 15A | 4E | 3F |
| Octal | 352 | 125 | 170 | 0 | 100 | 61 | 10 | 532 | 116 | 77 |
| Binary | 11101010 | 1010101 | 1111000 | 0 | 1000000 | 110001 | 1000 | 101011010 | 1001110 | 111111 |
Color Harmonies of #EA5578
Complementary color
Monochromatic Colors of #EA5578
Black with #EA5578
Text Example
Text Example
White with #EA5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5578; }
p { color: rgb(234,85,120); }
H1.HeaderClassName
{
color: #EA5578;
}
.AnyTagClassName
{
color: #EA5578;
}
</style>
background-color css
<style>
a { background-color: #EA5578; }
a { background-color: rgb(234,85,120); }
div.DivClassName
{
background-color: #EA5578;
}
.BgClassName
{
background-color: #EA5578;
}
</style>
border-color css
<style>
span { border-color: #EA5578; }
span { border-color: rgb(234,85,120); }
td.TdClassName
{
border-color: #EA5578;
}
.TagClassName
{
border-color: #EA5578;
}
</style>