Shades of Dark Pink #E8557F
Tints of Dark Pink #E8557F
RGB
CMYK
RGB Variations
Color information
#E8557F (or 0xE8557F) is known color: Dark Pink. HEX triplet: E8, 55 and 7F. RGB value is (232,85,127). Sum of RGB (Red+Green+Blue) = 232+85+127=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8557F is #17AA80. Grayscale: #858585. Windows color (decimal): -1550977 or 8345064. OLE color: 8345064.
HSL color Cylindrical-coordinate representation of color #E8557F: hue angle of 342.86º 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 #E8557F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 127 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.09 |
| HSL | 342.86º | 0.76% | 0.62% | - |
| HSV(B) | 342.86º | 0.63% | 0.91% | - |
| XYZ | 40.36 | 25.19 | 22.81 | - |
| YUV | 133.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 127 | 0 | 0.63 | 0.45 | 0.09 | 342.86 | 0.76 | 0.62 |
| Hex | E8 | 55 | 7F | 0 | 3F | 2D | 9 | 157 | 4C | 3E |
| Octal | 350 | 125 | 177 | 0 | 77 | 55 | 11 | 527 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1111111 | 0 | 111111 | 101101 | 1001 | 101010111 | 1001100 | 111110 |
Color Harmonies of #E8557F
Complementary color
Monochromatic Colors of #E8557F
Black with #E8557F
Text Example
Text Example
White with #E8557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8557F; }
p { color: rgb(232,85,127); }
H1.HeaderClassName
{
color: #E8557F;
}
.AnyTagClassName
{
color: #E8557F;
}
</style>
background-color css
<style>
a { background-color: #E8557F; }
a { background-color: rgb(232,85,127); }
div.DivClassName
{
background-color: #E8557F;
}
.BgClassName
{
background-color: #E8557F;
}
</style>
border-color css
<style>
span { border-color: #E8557F; }
span { border-color: rgb(232,85,127); }
td.TdClassName
{
border-color: #E8557F;
}
.TagClassName
{
border-color: #E8557F;
}
</style>