Shades of Dark Pink #E8557B
Tints of Dark Pink #E8557B
RGB
CMYK
RGB Variations
Color information
#E8557B (or 0xE8557B) is known color: Dark Pink. HEX triplet: E8, 55 and 7B. RGB value is (232,85,123). Sum of RGB (Red+Green+Blue) = 232+85+123=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8557B is #17AA84. Grayscale: #858585. Windows color (decimal): -1550981 or 8082920. OLE color: 8082920.
HSL color Cylindrical-coordinate representation of color #E8557B: hue angle of 344.49º 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 #E8557B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 123 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.09 |
| HSL | 344.49º | 0.76% | 0.62% | - |
| HSV(B) | 344.49º | 0.63% | 0.91% | - |
| XYZ | 40.1 | 25.08 | 21.47 | - |
| YUV | 133.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 123 | 0 | 0.63 | 0.47 | 0.09 | 344.49 | 0.76 | 0.62 |
| Hex | E8 | 55 | 7B | 0 | 3F | 2F | 9 | 158 | 4C | 3E |
| Octal | 350 | 125 | 173 | 0 | 77 | 57 | 11 | 530 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1111011 | 0 | 111111 | 101111 | 1001 | 101011000 | 1001100 | 111110 |
Color Harmonies of #E8557B
Complementary color
Monochromatic Colors of #E8557B
Black with #E8557B
Text Example
Text Example
White with #E8557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8557B; }
p { color: rgb(232,85,123); }
H1.HeaderClassName
{
color: #E8557B;
}
.AnyTagClassName
{
color: #E8557B;
}
</style>
background-color css
<style>
a { background-color: #E8557B; }
a { background-color: rgb(232,85,123); }
div.DivClassName
{
background-color: #E8557B;
}
.BgClassName
{
background-color: #E8557B;
}
</style>
border-color css
<style>
span { border-color: #E8557B; }
span { border-color: rgb(232,85,123); }
td.TdClassName
{
border-color: #E8557B;
}
.TagClassName
{
border-color: #E8557B;
}
</style>