Shades of Dark Pink #EA5986
Tints of Dark Pink #EA5986
RGB
CMYK
RGB Variations
Color information
#EA5986 (or 0xEA5986) is known color: Dark Pink. HEX triplet: EA, 59 and 86. RGB value is (234,89,134). Sum of RGB (Red+Green+Blue) = 234+89+134=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5986 is #15A679. Grayscale: #898989. Windows color (decimal): -1418874 or 8804842. OLE color: 8804842.
HSL color Cylindrical-coordinate representation of color #EA5986: hue angle of 341.38º 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 #EA5986 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 134 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.08 |
| HSL | 341.38º | 0.78% | 0.63% | - |
| HSV(B) | 341.38º | 0.62% | 0.92% | - |
| XYZ | 41.81 | 26.36 | 25.44 | - |
| YUV | 137.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 134 | 0 | 0.62 | 0.43 | 0.08 | 341.38 | 0.78 | 0.63 |
| Hex | EA | 59 | 86 | 0 | 3E | 2B | 8 | 155 | 4E | 3F |
| Octal | 352 | 131 | 206 | 0 | 76 | 53 | 10 | 525 | 116 | 77 |
| Binary | 11101010 | 1011001 | 10000110 | 0 | 111110 | 101011 | 1000 | 101010101 | 1001110 | 111111 |
Color Harmonies of #EA5986
Complementary color
Monochromatic Colors of #EA5986
Black with #EA5986
Text Example
Text Example
White with #EA5986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5986; }
p { color: rgb(234,89,134); }
H1.HeaderClassName
{
color: #EA5986;
}
.AnyTagClassName
{
color: #EA5986;
}
</style>
background-color css
<style>
a { background-color: #EA5986; }
a { background-color: rgb(234,89,134); }
div.DivClassName
{
background-color: #EA5986;
}
.BgClassName
{
background-color: #EA5986;
}
</style>
border-color css
<style>
span { border-color: #EA5986; }
span { border-color: rgb(234,89,134); }
td.TdClassName
{
border-color: #EA5986;
}
.TagClassName
{
border-color: #EA5986;
}
</style>