Shades of Dark Pink #E8577A
Tints of Dark Pink #E8577A
RGB
CMYK
RGB Variations
Color information
#E8577A (or 0xE8577A) is known color: Dark Pink. HEX triplet: E8, 57 and 7A. RGB value is (232,87,122). Sum of RGB (Red+Green+Blue) = 232+87+122=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8577A is #17A885. Grayscale: #868686. Windows color (decimal): -1550470 or 8017896. OLE color: 8017896.
HSL color Cylindrical-coordinate representation of color #E8577A: hue angle of 345.52º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8577A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 122 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.09 |
| HSL | 345.52º | 0.76% | 0.63% | - |
| HSV(B) | 345.52º | 0.63% | 0.91% | - |
| XYZ | 40.2 | 25.38 | 21.19 | - |
| YUV | 134.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 122 | 0 | 0.62 | 0.47 | 0.09 | 345.52 | 0.76 | 0.63 |
| Hex | E8 | 57 | 7A | 0 | 3E | 2F | 9 | 15A | 4C | 3F |
| Octal | 350 | 127 | 172 | 0 | 76 | 57 | 11 | 532 | 114 | 77 |
| Binary | 11101000 | 1010111 | 1111010 | 0 | 111110 | 101111 | 1001 | 101011010 | 1001100 | 111111 |
Color Harmonies of #E8577A
Complementary color
Monochromatic Colors of #E8577A
Black with #E8577A
Text Example
Text Example
White with #E8577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8577A; }
p { color: rgb(232,87,122); }
H1.HeaderClassName
{
color: #E8577A;
}
.AnyTagClassName
{
color: #E8577A;
}
</style>
background-color css
<style>
a { background-color: #E8577A; }
a { background-color: rgb(232,87,122); }
div.DivClassName
{
background-color: #E8577A;
}
.BgClassName
{
background-color: #E8577A;
}
</style>
border-color css
<style>
span { border-color: #E8577A; }
span { border-color: rgb(232,87,122); }
td.TdClassName
{
border-color: #E8577A;
}
.TagClassName
{
border-color: #E8577A;
}
</style>