Shades of Dark Pink #E7558C
Tints of Dark Pink #E7558C
RGB
CMYK
RGB Variations
Color information
#E7558C (or 0xE7558C) is known color: Dark Pink. HEX triplet: E7, 55 and 8C. RGB value is (231,85,140). Sum of RGB (Red+Green+Blue) = 231+85+140=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7558C is #18AA73. Grayscale: #868686. Windows color (decimal): -1616500 or 9197031. OLE color: 9197031.
HSL color Cylindrical-coordinate representation of color #E7558C: hue angle of 337.4º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7558C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 140 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.09 |
| HSL | 337.4º | 0.75% | 0.62% | - |
| HSV(B) | 337.4º | 0.63% | 0.91% | - |
| XYZ | 40.94 | 25.38 | 27.55 | - |
| YUV | 134.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 140 | 0 | 0.63 | 0.39 | 0.09 | 337.4 | 0.75 | 0.62 |
| Hex | E7 | 55 | 8C | 0 | 3F | 27 | 9 | 151 | 4B | 3E |
| Octal | 347 | 125 | 214 | 0 | 77 | 47 | 11 | 521 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10001100 | 0 | 111111 | 100111 | 1001 | 101010001 | 1001011 | 111110 |
Color Harmonies of #E7558C
Complementary color
Monochromatic Colors of #E7558C
Black with #E7558C
Text Example
Text Example
White with #E7558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7558C; }
p { color: rgb(231,85,140); }
H1.HeaderClassName
{
color: #E7558C;
}
.AnyTagClassName
{
color: #E7558C;
}
</style>
background-color css
<style>
a { background-color: #E7558C; }
a { background-color: rgb(231,85,140); }
div.DivClassName
{
background-color: #E7558C;
}
.BgClassName
{
background-color: #E7558C;
}
</style>
border-color css
<style>
span { border-color: #E7558C; }
span { border-color: rgb(231,85,140); }
td.TdClassName
{
border-color: #E7558C;
}
.TagClassName
{
border-color: #E7558C;
}
</style>