Shades of Dark Pink #E1578B
Tints of Dark Pink #E1578B
RGB
CMYK
RGB Variations
Color information
#E1578B (or 0xE1578B) is known color: Dark Pink. HEX triplet: E1, 57 and 8B. RGB value is (225,87,139). Sum of RGB (Red+Green+Blue) = 225+87+139=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1578B is #1EA874. Grayscale: #868686. Windows color (decimal): -2009205 or 9132001. OLE color: 9132001.
HSL color Cylindrical-coordinate representation of color #E1578B: hue angle of 337.39º 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 #E1578B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 139 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.12 |
| HSL | 337.39º | 0.7% | 0.61% | - |
| HSV(B) | 337.39º | 0.61% | 0.88% | - |
| XYZ | 39.12 | 24.69 | 27.13 | - |
| YUV | 134.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 139 | 0 | 0.61 | 0.38 | 0.12 | 337.39 | 0.7 | 0.61 |
| Hex | E1 | 57 | 8B | 0 | 3D | 26 | C | 151 | 46 | 3D |
| Octal | 341 | 127 | 213 | 0 | 75 | 46 | 14 | 521 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10001011 | 0 | 111101 | 100110 | 1100 | 101010001 | 1000110 | 111101 |
Color Harmonies of #E1578B
Complementary color
Monochromatic Colors of #E1578B
Black with #E1578B
Text Example
Text Example
White with #E1578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1578B; }
p { color: rgb(225,87,139); }
H1.HeaderClassName
{
color: #E1578B;
}
.AnyTagClassName
{
color: #E1578B;
}
</style>
background-color css
<style>
a { background-color: #E1578B; }
a { background-color: rgb(225,87,139); }
div.DivClassName
{
background-color: #E1578B;
}
.BgClassName
{
background-color: #E1578B;
}
</style>
border-color css
<style>
span { border-color: #E1578B; }
span { border-color: rgb(225,87,139); }
td.TdClassName
{
border-color: #E1578B;
}
.TagClassName
{
border-color: #E1578B;
}
</style>