Shades of Dark Pink #E5558E
Tints of Dark Pink #E5558E
RGB
CMYK
RGB Variations
Color information
#E5558E (or 0xE5558E) is known color: Dark Pink. HEX triplet: E5, 55 and 8E. RGB value is (229,85,142). Sum of RGB (Red+Green+Blue) = 229+85+142=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5558E is #1AAA71. Grayscale: #868686. Windows color (decimal): -1747570 or 9328101. OLE color: 9328101.
HSL color Cylindrical-coordinate representation of color #E5558E: hue angle of 336.25º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5558E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 142 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 336.25º | 0.73% | 0.62% | - |
| HSV(B) | 336.25º | 0.63% | 0.9% | - |
| XYZ | 40.44 | 25.11 | 28.31 | - |
| YUV | 134.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 142 | 0 | 0.63 | 0.38 | 0.10 | 336.25 | 0.73 | 0.62 |
| Hex | E5 | 55 | 8E | 0 | 3F | 26 | A | 150 | 49 | 3E |
| Octal | 345 | 125 | 216 | 0 | 77 | 46 | 12 | 520 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10001110 | 0 | 111111 | 100110 | 1010 | 101010000 | 1001001 | 111110 |
Color Harmonies of #E5558E
Complementary color
Monochromatic Colors of #E5558E
Black with #E5558E
Text Example
Text Example
White with #E5558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5558E; }
p { color: rgb(229,85,142); }
H1.HeaderClassName
{
color: #E5558E;
}
.AnyTagClassName
{
color: #E5558E;
}
</style>
background-color css
<style>
a { background-color: #E5558E; }
a { background-color: rgb(229,85,142); }
div.DivClassName
{
background-color: #E5558E;
}
.BgClassName
{
background-color: #E5558E;
}
</style>
border-color css
<style>
span { border-color: #E5558E; }
span { border-color: rgb(229,85,142); }
td.TdClassName
{
border-color: #E5558E;
}
.TagClassName
{
border-color: #E5558E;
}
</style>