Shades of Dark Pink #E4558C
Tints of Dark Pink #E4558C
RGB
CMYK
RGB Variations
Color information
#E4558C (or 0xE4558C) is known color: Dark Pink. HEX triplet: E4, 55 and 8C. RGB value is (228,85,140). Sum of RGB (Red+Green+Blue) = 228+85+140=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4558C is #1BAA73. Grayscale: #858585. Windows color (decimal): -1813108 or 9197028. OLE color: 9197028.
HSL color Cylindrical-coordinate representation of color #E4558C: hue angle of 336.92º 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 #E4558C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 140 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.11 |
| HSL | 336.92º | 0.73% | 0.61% | - |
| HSV(B) | 336.92º | 0.63% | 0.89% | - |
| XYZ | 39.98 | 24.88 | 27.51 | - |
| YUV | 134.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 140 | 0 | 0.63 | 0.39 | 0.11 | 336.92 | 0.73 | 0.61 |
| Hex | E4 | 55 | 8C | 0 | 3F | 27 | B | 151 | 49 | 3D |
| Octal | 344 | 125 | 214 | 0 | 77 | 47 | 13 | 521 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10001100 | 0 | 111111 | 100111 | 1011 | 101010001 | 1001001 | 111101 |
Color Harmonies of #E4558C
Complementary color
Monochromatic Colors of #E4558C
Black with #E4558C
Text Example
Text Example
White with #E4558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4558C; }
p { color: rgb(228,85,140); }
H1.HeaderClassName
{
color: #E4558C;
}
.AnyTagClassName
{
color: #E4558C;
}
</style>
background-color css
<style>
a { background-color: #E4558C; }
a { background-color: rgb(228,85,140); }
div.DivClassName
{
background-color: #E4558C;
}
.BgClassName
{
background-color: #E4558C;
}
</style>
border-color css
<style>
span { border-color: #E4558C; }
span { border-color: rgb(228,85,140); }
td.TdClassName
{
border-color: #E4558C;
}
.TagClassName
{
border-color: #E4558C;
}
</style>