Shades of Dark Pink #E4558E
Tints of Dark Pink #E4558E
RGB
CMYK
RGB Variations
Color information
#E4558E (or 0xE4558E) is known color: Dark Pink. HEX triplet: E4, 55 and 8E. RGB value is (228,85,142). Sum of RGB (Red+Green+Blue) = 228+85+142=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4558E is #1BAA71. Grayscale: #868686. Windows color (decimal): -1813106 or 9328100. OLE color: 9328100.
HSL color Cylindrical-coordinate representation of color #E4558E: hue angle of 336.08º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E4558E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 142 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.11 |
| HSL | 336.08º | 0.73% | 0.61% | - |
| HSV(B) | 336.08º | 0.63% | 0.89% | - |
| XYZ | 40.13 | 24.94 | 28.29 | - |
| YUV | 134.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 142 | 0 | 0.63 | 0.38 | 0.11 | 336.08 | 0.73 | 0.61 |
| Hex | E4 | 55 | 8E | 0 | 3F | 26 | B | 150 | 49 | 3D |
| Octal | 344 | 125 | 216 | 0 | 77 | 46 | 13 | 520 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10001110 | 0 | 111111 | 100110 | 1011 | 101010000 | 1001001 | 111101 |
Color Harmonies of #E4558E
Complementary color
Monochromatic Colors of #E4558E
Black with #E4558E
Text Example
Text Example
White with #E4558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4558E; }
p { color: rgb(228,85,142); }
H1.HeaderClassName
{
color: #E4558E;
}
.AnyTagClassName
{
color: #E4558E;
}
</style>
background-color css
<style>
a { background-color: #E4558E; }
a { background-color: rgb(228,85,142); }
div.DivClassName
{
background-color: #E4558E;
}
.BgClassName
{
background-color: #E4558E;
}
</style>
border-color css
<style>
span { border-color: #E4558E; }
span { border-color: rgb(228,85,142); }
td.TdClassName
{
border-color: #E4558E;
}
.TagClassName
{
border-color: #E4558E;
}
</style>