Shades of Dark Pink #E1558C
Tints of Dark Pink #E1558C
RGB
CMYK
RGB Variations
Color information
#E1558C (or 0xE1558C) is known color: Dark Pink. HEX triplet: E1, 55 and 8C. RGB value is (225,85,140). Sum of RGB (Red+Green+Blue) = 225+85+140=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1558C is #1EAA73. Grayscale: #858585. Windows color (decimal): -2009716 or 9197025. OLE color: 9197025.
HSL color Cylindrical-coordinate representation of color #E1558C: hue angle of 336.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1558C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 140 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.12 |
| HSL | 336.43º | 0.7% | 0.61% | - |
| HSV(B) | 336.43º | 0.62% | 0.88% | - |
| XYZ | 39.03 | 24.4 | 27.46 | - |
| YUV | 133.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 140 | 0 | 0.62 | 0.38 | 0.12 | 336.43 | 0.7 | 0.61 |
| Hex | E1 | 55 | 8C | 0 | 3E | 26 | C | 150 | 46 | 3D |
| Octal | 341 | 125 | 214 | 0 | 76 | 46 | 14 | 520 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10001100 | 0 | 111110 | 100110 | 1100 | 101010000 | 1000110 | 111101 |
Color Harmonies of #E1558C
Complementary color
Monochromatic Colors of #E1558C
Black with #E1558C
Text Example
Text Example
White with #E1558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1558C; }
p { color: rgb(225,85,140); }
H1.HeaderClassName
{
color: #E1558C;
}
.AnyTagClassName
{
color: #E1558C;
}
</style>
background-color css
<style>
a { background-color: #E1558C; }
a { background-color: rgb(225,85,140); }
div.DivClassName
{
background-color: #E1558C;
}
.BgClassName
{
background-color: #E1558C;
}
</style>
border-color css
<style>
span { border-color: #E1558C; }
span { border-color: rgb(225,85,140); }
td.TdClassName
{
border-color: #E1558C;
}
.TagClassName
{
border-color: #E1558C;
}
</style>