Shades of Dark Pink #E8557A
Tints of Dark Pink #E8557A
RGB
CMYK
RGB Variations
Color information
#E8557A (or 0xE8557A) is known color: Dark Pink. HEX triplet: E8, 55 and 7A. RGB value is (232,85,122). Sum of RGB (Red+Green+Blue) = 232+85+122=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8557A is #17AA85. Grayscale: #858585. Windows color (decimal): -1550982 or 8017384. OLE color: 8017384.
HSL color Cylindrical-coordinate representation of color #E8557A: hue angle of 344.9º 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 #E8557A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 122 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.09 |
| HSL | 344.9º | 0.76% | 0.62% | - |
| HSV(B) | 344.9º | 0.63% | 0.91% | - |
| XYZ | 40.04 | 25.06 | 21.14 | - |
| YUV | 133.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 122 | 0 | 0.63 | 0.47 | 0.09 | 344.9 | 0.76 | 0.62 |
| Hex | E8 | 55 | 7A | 0 | 3F | 2F | 9 | 159 | 4C | 3E |
| Octal | 350 | 125 | 172 | 0 | 77 | 57 | 11 | 531 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1111010 | 0 | 111111 | 101111 | 1001 | 101011001 | 1001100 | 111110 |
Color Harmonies of #E8557A
Complementary color
Monochromatic Colors of #E8557A
Black with #E8557A
Text Example
Text Example
White with #E8557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8557A; }
p { color: rgb(232,85,122); }
H1.HeaderClassName
{
color: #E8557A;
}
.AnyTagClassName
{
color: #E8557A;
}
</style>
background-color css
<style>
a { background-color: #E8557A; }
a { background-color: rgb(232,85,122); }
div.DivClassName
{
background-color: #E8557A;
}
.BgClassName
{
background-color: #E8557A;
}
</style>
border-color css
<style>
span { border-color: #E8557A; }
span { border-color: rgb(232,85,122); }
td.TdClassName
{
border-color: #E8557A;
}
.TagClassName
{
border-color: #E8557A;
}
</style>