Shades of Dark Pink #E2558D
Tints of Dark Pink #E2558D
RGB
CMYK
RGB Variations
Color information
#E2558D (or 0xE2558D) is known color: Dark Pink. HEX triplet: E2, 55 and 8D. RGB value is (226,85,141). Sum of RGB (Red+Green+Blue) = 226+85+141=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2558D is #1DAA72. Grayscale: #858585. Windows color (decimal): -1944179 or 9262562. OLE color: 9262562.
HSL color Cylindrical-coordinate representation of color #E2558D: hue angle of 336.17º 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 #E2558D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 141 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.11 |
| HSL | 336.17º | 0.71% | 0.61% | - |
| HSV(B) | 336.17º | 0.62% | 0.89% | - |
| XYZ | 39.42 | 24.59 | 27.87 | - |
| YUV | 133.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 141 | 0 | 0.62 | 0.38 | 0.11 | 336.17 | 0.71 | 0.61 |
| Hex | E2 | 55 | 8D | 0 | 3E | 26 | B | 150 | 47 | 3D |
| Octal | 342 | 125 | 215 | 0 | 76 | 46 | 13 | 520 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10001101 | 0 | 111110 | 100110 | 1011 | 101010000 | 1000111 | 111101 |
Color Harmonies of #E2558D
Complementary color
Monochromatic Colors of #E2558D
Black with #E2558D
Text Example
Text Example
White with #E2558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2558D; }
p { color: rgb(226,85,141); }
H1.HeaderClassName
{
color: #E2558D;
}
.AnyTagClassName
{
color: #E2558D;
}
</style>
background-color css
<style>
a { background-color: #E2558D; }
a { background-color: rgb(226,85,141); }
div.DivClassName
{
background-color: #E2558D;
}
.BgClassName
{
background-color: #E2558D;
}
</style>
border-color css
<style>
span { border-color: #E2558D; }
span { border-color: rgb(226,85,141); }
td.TdClassName
{
border-color: #E2558D;
}
.TagClassName
{
border-color: #E2558D;
}
</style>