Shades of Dark Pink #EA5687
Tints of Dark Pink #EA5687
RGB
CMYK
RGB Variations
Color information
#EA5687 (or 0xEA5687) is known color: Dark Pink. HEX triplet: EA, 56 and 87. RGB value is (234,86,135). Sum of RGB (Red+Green+Blue) = 234+86+135=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5687 is #15A978. Grayscale: #878787. Windows color (decimal): -1419641 or 8869610. OLE color: 8869610.
HSL color Cylindrical-coordinate representation of color #EA5687: hue angle of 340.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5687 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 135 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.08 |
| HSL | 340.14º | 0.78% | 0.63% | - |
| HSV(B) | 340.14º | 0.63% | 0.92% | - |
| XYZ | 41.63 | 25.9 | 25.73 | - |
| YUV | 135.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 135 | 0 | 0.63 | 0.42 | 0.08 | 340.14 | 0.78 | 0.63 |
| Hex | EA | 56 | 87 | 0 | 3F | 2A | 8 | 154 | 4E | 3F |
| Octal | 352 | 126 | 207 | 0 | 77 | 52 | 10 | 524 | 116 | 77 |
| Binary | 11101010 | 1010110 | 10000111 | 0 | 111111 | 101010 | 1000 | 101010100 | 1001110 | 111111 |
Color Harmonies of #EA5687
Complementary color
Monochromatic Colors of #EA5687
Black with #EA5687
Text Example
Text Example
White with #EA5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5687; }
p { color: rgb(234,86,135); }
H1.HeaderClassName
{
color: #EA5687;
}
.AnyTagClassName
{
color: #EA5687;
}
</style>
background-color css
<style>
a { background-color: #EA5687; }
a { background-color: rgb(234,86,135); }
div.DivClassName
{
background-color: #EA5687;
}
.BgClassName
{
background-color: #EA5687;
}
</style>
border-color css
<style>
span { border-color: #EA5687; }
span { border-color: rgb(234,86,135); }
td.TdClassName
{
border-color: #EA5687;
}
.TagClassName
{
border-color: #EA5687;
}
</style>