Shades of Dark Pink #E8557E
Tints of Dark Pink #E8557E
RGB
CMYK
RGB Variations
Color information
#E8557E (or 0xE8557E) is known color: Dark Pink. HEX triplet: E8, 55 and 7E. RGB value is (232,85,126). Sum of RGB (Red+Green+Blue) = 232+85+126=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8557E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8557E is #17AA81. Grayscale: #858585. Windows color (decimal): -1550978 or 8279528. OLE color: 8279528.
HSL color Cylindrical-coordinate representation of color #E8557E: hue angle of 343.27º degrees, saturation: 0.76, 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 #E8557E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 126 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.09 |
| HSL | 343.27º | 0.76% | 0.62% | - |
| HSV(B) | 343.27º | 0.63% | 0.91% | - |
| XYZ | 40.29 | 25.16 | 22.47 | - |
| YUV | 133.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 126 | 0 | 0.63 | 0.46 | 0.09 | 343.27 | 0.76 | 0.62 |
| Hex | E8 | 55 | 7E | 0 | 3F | 2E | 9 | 157 | 4C | 3E |
| Octal | 350 | 125 | 176 | 0 | 77 | 56 | 11 | 527 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1111110 | 0 | 111111 | 101110 | 1001 | 101010111 | 1001100 | 111110 |
Color Harmonies of #E8557E
Complementary color
Monochromatic Colors of #E8557E
Black with #E8557E
Text Example
Text Example
White with #E8557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8557E; }
p { color: rgb(232,85,126); }
H1.HeaderClassName
{
color: #E8557E;
}
.AnyTagClassName
{
color: #E8557E;
}
</style>
background-color css
<style>
a { background-color: #E8557E; }
a { background-color: rgb(232,85,126); }
div.DivClassName
{
background-color: #E8557E;
}
.BgClassName
{
background-color: #E8557E;
}
</style>
border-color css
<style>
span { border-color: #E8557E; }
span { border-color: rgb(232,85,126); }
td.TdClassName
{
border-color: #E8557E;
}
.TagClassName
{
border-color: #E8557E;
}
</style>