Shades of Dark Pink #E2578E
Tints of Dark Pink #E2578E
RGB
CMYK
RGB Variations
Color information
#E2578E (or 0xE2578E) is known color: Dark Pink. HEX triplet: E2, 57 and 8E. RGB value is (226,87,142). Sum of RGB (Red+Green+Blue) = 226+87+142=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2578E is #1DA871. Grayscale: #868686. Windows color (decimal): -1943666 or 9328610. OLE color: 9328610.
HSL color Cylindrical-coordinate representation of color #E2578E: hue angle of 336.26º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2578E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 142 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.11 |
| HSL | 336.26º | 0.71% | 0.61% | - |
| HSV(B) | 336.26º | 0.62% | 0.89% | - |
| XYZ | 39.65 | 24.94 | 28.31 | - |
| YUV | 134.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 142 | 0 | 0.62 | 0.37 | 0.11 | 336.26 | 0.71 | 0.61 |
| Hex | E2 | 57 | 8E | 0 | 3E | 25 | B | 150 | 47 | 3D |
| Octal | 342 | 127 | 216 | 0 | 76 | 45 | 13 | 520 | 107 | 75 |
| Binary | 11100010 | 1010111 | 10001110 | 0 | 111110 | 100101 | 1011 | 101010000 | 1000111 | 111101 |
Color Harmonies of #E2578E
Complementary color
Monochromatic Colors of #E2578E
Black with #E2578E
Text Example
Text Example
White with #E2578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2578E; }
p { color: rgb(226,87,142); }
H1.HeaderClassName
{
color: #E2578E;
}
.AnyTagClassName
{
color: #E2578E;
}
</style>
background-color css
<style>
a { background-color: #E2578E; }
a { background-color: rgb(226,87,142); }
div.DivClassName
{
background-color: #E2578E;
}
.BgClassName
{
background-color: #E2578E;
}
</style>
border-color css
<style>
span { border-color: #E2578E; }
span { border-color: rgb(226,87,142); }
td.TdClassName
{
border-color: #E2578E;
}
.TagClassName
{
border-color: #E2578E;
}
</style>