Shades of Dark Pink #EA5589
Tints of Dark Pink #EA5589
RGB
CMYK
RGB Variations
Color information
#EA5589 (or 0xEA5589) is known color: Dark Pink. HEX triplet: EA, 55 and 89. RGB value is (234,85,137). Sum of RGB (Red+Green+Blue) = 234+85+137=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5589 is #15AA76. Grayscale: #878787. Windows color (decimal): -1419895 or 9000426. OLE color: 9000426.
HSL color Cylindrical-coordinate representation of color #EA5589: hue angle of 339.06º 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 #EA5589 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 137 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.08 |
| HSL | 339.06º | 0.78% | 0.63% | - |
| HSV(B) | 339.06º | 0.64% | 0.92% | - |
| XYZ | 41.7 | 25.8 | 26.45 | - |
| YUV | 135.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 137 | 0 | 0.64 | 0.41 | 0.08 | 339.06 | 0.78 | 0.63 |
| Hex | EA | 55 | 89 | 0 | 40 | 29 | 8 | 153 | 4E | 3F |
| Octal | 352 | 125 | 211 | 0 | 100 | 51 | 10 | 523 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10001001 | 0 | 1000000 | 101001 | 1000 | 101010011 | 1001110 | 111111 |
Color Harmonies of #EA5589
Complementary color
Monochromatic Colors of #EA5589
Black with #EA5589
Text Example
Text Example
White with #EA5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5589; }
p { color: rgb(234,85,137); }
H1.HeaderClassName
{
color: #EA5589;
}
.AnyTagClassName
{
color: #EA5589;
}
</style>
background-color css
<style>
a { background-color: #EA5589; }
a { background-color: rgb(234,85,137); }
div.DivClassName
{
background-color: #EA5589;
}
.BgClassName
{
background-color: #EA5589;
}
</style>
border-color css
<style>
span { border-color: #EA5589; }
span { border-color: rgb(234,85,137); }
td.TdClassName
{
border-color: #EA5589;
}
.TagClassName
{
border-color: #EA5589;
}
</style>