Shades of Dark Pink #E1577C
Tints of Dark Pink #E1577C
RGB
CMYK
RGB Variations
Color information
#E1577C (or 0xE1577C) is known color: Dark Pink. HEX triplet: E1, 57 and 7C. RGB value is (225,87,124). Sum of RGB (Red+Green+Blue) = 225+87+124=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1577C is #1EA883. Grayscale: #848484. Windows color (decimal): -2009220 or 8148961. OLE color: 8148961.
HSL color Cylindrical-coordinate representation of color #E1577C: hue angle of 343.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1577C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 124 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.12 |
| HSL | 343.91º | 0.7% | 0.61% | - |
| HSV(B) | 343.91º | 0.61% | 0.88% | - |
| XYZ | 38.1 | 24.28 | 21.75 | - |
| YUV | 132.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 124 | 0 | 0.61 | 0.45 | 0.12 | 343.91 | 0.7 | 0.61 |
| Hex | E1 | 57 | 7C | 0 | 3D | 2D | C | 158 | 46 | 3D |
| Octal | 341 | 127 | 174 | 0 | 75 | 55 | 14 | 530 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1111100 | 0 | 111101 | 101101 | 1100 | 101011000 | 1000110 | 111101 |
Color Harmonies of #E1577C
Complementary color
Monochromatic Colors of #E1577C
Black with #E1577C
Text Example
Text Example
White with #E1577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1577C; }
p { color: rgb(225,87,124); }
H1.HeaderClassName
{
color: #E1577C;
}
.AnyTagClassName
{
color: #E1577C;
}
</style>
background-color css
<style>
a { background-color: #E1577C; }
a { background-color: rgb(225,87,124); }
div.DivClassName
{
background-color: #E1577C;
}
.BgClassName
{
background-color: #E1577C;
}
</style>
border-color css
<style>
span { border-color: #E1577C; }
span { border-color: rgb(225,87,124); }
td.TdClassName
{
border-color: #E1577C;
}
.TagClassName
{
border-color: #E1577C;
}
</style>