Shades of Dark Pink #E1578E
Tints of Dark Pink #E1578E
RGB
CMYK
RGB Variations
Color information
#E1578E (or 0xE1578E) is known color: Dark Pink. HEX triplet: E1, 57 and 8E. RGB value is (225,87,142). Sum of RGB (Red+Green+Blue) = 225+87+142=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1578E is #1EA871. Grayscale: #868686. Windows color (decimal): -2009202 or 9328609. OLE color: 9328609.
HSL color Cylindrical-coordinate representation of color #E1578E: hue angle of 336.09º 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 #E1578E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 142 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.12 |
| HSL | 336.09º | 0.7% | 0.61% | - |
| HSV(B) | 336.09º | 0.61% | 0.88% | - |
| XYZ | 39.34 | 24.78 | 28.3 | - |
| YUV | 134.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 142 | 0 | 0.61 | 0.37 | 0.12 | 336.09 | 0.7 | 0.61 |
| Hex | E1 | 57 | 8E | 0 | 3D | 25 | C | 150 | 46 | 3D |
| Octal | 341 | 127 | 216 | 0 | 75 | 45 | 14 | 520 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10001110 | 0 | 111101 | 100101 | 1100 | 101010000 | 1000110 | 111101 |
Color Harmonies of #E1578E
Complementary color
Monochromatic Colors of #E1578E
Black with #E1578E
Text Example
Text Example
White with #E1578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1578E; }
p { color: rgb(225,87,142); }
H1.HeaderClassName
{
color: #E1578E;
}
.AnyTagClassName
{
color: #E1578E;
}
</style>
background-color css
<style>
a { background-color: #E1578E; }
a { background-color: rgb(225,87,142); }
div.DivClassName
{
background-color: #E1578E;
}
.BgClassName
{
background-color: #E1578E;
}
</style>
border-color css
<style>
span { border-color: #E1578E; }
span { border-color: rgb(225,87,142); }
td.TdClassName
{
border-color: #E1578E;
}
.TagClassName
{
border-color: #E1578E;
}
</style>