Shades of Dark Pink #E2558C
Tints of Dark Pink #E2558C
RGB
CMYK
RGB Variations
Color information
#E2558C (or 0xE2558C) is known color: Dark Pink. HEX triplet: E2, 55 and 8C. RGB value is (226,85,140). Sum of RGB (Red+Green+Blue) = 226+85+140=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2558C is #1DAA73. Grayscale: #858585. Windows color (decimal): -1944180 or 9197026. OLE color: 9197026.
HSL color Cylindrical-coordinate representation of color #E2558C: hue angle of 336.6º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2558C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 140 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.11 |
| HSL | 336.6º | 0.71% | 0.61% | - |
| HSV(B) | 336.6º | 0.62% | 0.89% | - |
| XYZ | 39.35 | 24.56 | 27.48 | - |
| YUV | 133.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 140 | 0 | 0.62 | 0.38 | 0.11 | 336.6 | 0.71 | 0.61 |
| Hex | E2 | 55 | 8C | 0 | 3E | 26 | B | 151 | 47 | 3D |
| Octal | 342 | 125 | 214 | 0 | 76 | 46 | 13 | 521 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10001100 | 0 | 111110 | 100110 | 1011 | 101010001 | 1000111 | 111101 |
Color Harmonies of #E2558C
Complementary color
Monochromatic Colors of #E2558C
Black with #E2558C
Text Example
Text Example
White with #E2558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2558C; }
p { color: rgb(226,85,140); }
H1.HeaderClassName
{
color: #E2558C;
}
.AnyTagClassName
{
color: #E2558C;
}
</style>
background-color css
<style>
a { background-color: #E2558C; }
a { background-color: rgb(226,85,140); }
div.DivClassName
{
background-color: #E2558C;
}
.BgClassName
{
background-color: #E2558C;
}
</style>
border-color css
<style>
span { border-color: #E2558C; }
span { border-color: rgb(226,85,140); }
td.TdClassName
{
border-color: #E2558C;
}
.TagClassName
{
border-color: #E2558C;
}
</style>