Shades of Dark Pink #E2558E
Tints of Dark Pink #E2558E
RGB
CMYK
RGB Variations
Color information
#E2558E (or 0xE2558E) is known color: Dark Pink. HEX triplet: E2, 55 and 8E. RGB value is (226,85,142). Sum of RGB (Red+Green+Blue) = 226+85+142=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2558E is #1DAA71. Grayscale: #858585. Windows color (decimal): -1944178 or 9328098. OLE color: 9328098.
HSL color Cylindrical-coordinate representation of color #E2558E: hue angle of 335.74º 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 #E2558E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 142 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.11 |
| HSL | 335.74º | 0.71% | 0.61% | - |
| HSV(B) | 335.74º | 0.62% | 0.89% | - |
| XYZ | 39.5 | 24.62 | 28.26 | - |
| YUV | 133.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 142 | 0 | 0.62 | 0.37 | 0.11 | 335.74 | 0.71 | 0.61 |
| Hex | E2 | 55 | 8E | 0 | 3E | 25 | B | 150 | 47 | 3D |
| Octal | 342 | 125 | 216 | 0 | 76 | 45 | 13 | 520 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10001110 | 0 | 111110 | 100101 | 1011 | 101010000 | 1000111 | 111101 |
Color Harmonies of #E2558E
Complementary color
Monochromatic Colors of #E2558E
Black with #E2558E
Text Example
Text Example
White with #E2558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2558E; }
p { color: rgb(226,85,142); }
H1.HeaderClassName
{
color: #E2558E;
}
.AnyTagClassName
{
color: #E2558E;
}
</style>
background-color css
<style>
a { background-color: #E2558E; }
a { background-color: rgb(226,85,142); }
div.DivClassName
{
background-color: #E2558E;
}
.BgClassName
{
background-color: #E2558E;
}
</style>
border-color css
<style>
span { border-color: #E2558E; }
span { border-color: rgb(226,85,142); }
td.TdClassName
{
border-color: #E2558E;
}
.TagClassName
{
border-color: #E2558E;
}
</style>