Shades of Dark Pink #E8558E
Tints of Dark Pink #E8558E
RGB
CMYK
RGB Variations
Color information
#E8558E (or 0xE8558E) is known color: Dark Pink. HEX triplet: E8, 55 and 8E. RGB value is (232,85,142). Sum of RGB (Red+Green+Blue) = 232+85+142=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8558E is #17AA71. Grayscale: #878787. Windows color (decimal): -1550962 or 9328104. OLE color: 9328104.
HSL color Cylindrical-coordinate representation of color #E8558E: hue angle of 336.73º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8558E is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 142 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.09 |
| HSL | 336.73º | 0.76% | 0.62% | - |
| HSV(B) | 336.73º | 0.63% | 0.91% | - |
| XYZ | 41.41 | 25.61 | 28.35 | - |
| YUV | 135.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 142 | 0 | 0.63 | 0.39 | 0.09 | 336.73 | 0.76 | 0.62 |
| Hex | E8 | 55 | 8E | 0 | 3F | 27 | 9 | 151 | 4C | 3E |
| Octal | 350 | 125 | 216 | 0 | 77 | 47 | 11 | 521 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10001110 | 0 | 111111 | 100111 | 1001 | 101010001 | 1001100 | 111110 |
Color Harmonies of #E8558E
Complementary color
Monochromatic Colors of #E8558E
Black with #E8558E
Text Example
Text Example
White with #E8558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8558E; }
p { color: rgb(232,85,142); }
H1.HeaderClassName
{
color: #E8558E;
}
.AnyTagClassName
{
color: #E8558E;
}
</style>
background-color css
<style>
a { background-color: #E8558E; }
a { background-color: rgb(232,85,142); }
div.DivClassName
{
background-color: #E8558E;
}
.BgClassName
{
background-color: #E8558E;
}
</style>
border-color css
<style>
span { border-color: #E8558E; }
span { border-color: rgb(232,85,142); }
td.TdClassName
{
border-color: #E8558E;
}
.TagClassName
{
border-color: #E8558E;
}
</style>