Shades of Dark Pink #E24E7E
Tints of Dark Pink #E24E7E
RGB
CMYK
RGB Variations
Color information
#E24E7E (or 0xE24E7E) is known color: Dark Pink. HEX triplet: E2, 4E and 7E. RGB value is (226,78,126). Sum of RGB (Red+Green+Blue) = 226+78+126=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24E7E is #1DB181. Grayscale: #7F7F7F. Windows color (decimal): -1945986 or 8277730. OLE color: 8277730.
HSL color Cylindrical-coordinate representation of color #E24E7E: hue angle of 340.54º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24E7E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 126 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.11 |
| HSL | 340.54º | 0.72% | 0.6% | - |
| HSV(B) | 340.54º | 0.65% | 0.89% | - |
| XYZ | 37.85 | 23.12 | 22.21 | - |
| YUV | 127.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 126 | 0 | 0.65 | 0.44 | 0.11 | 340.54 | 0.72 | 0.6 |
| Hex | E2 | 4E | 7E | 0 | 41 | 2C | B | 155 | 48 | 3C |
| Octal | 342 | 116 | 176 | 0 | 101 | 54 | 13 | 525 | 110 | 74 |
| Binary | 11100010 | 1001110 | 1111110 | 0 | 1000001 | 101100 | 1011 | 101010101 | 1001000 | 111100 |
Color Harmonies of #E24E7E
Complementary color
Monochromatic Colors of #E24E7E
Black with #E24E7E
Text Example
Text Example
White with #E24E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E7E; }
p { color: rgb(226,78,126); }
H1.HeaderClassName
{
color: #E24E7E;
}
.AnyTagClassName
{
color: #E24E7E;
}
</style>
background-color css
<style>
a { background-color: #E24E7E; }
a { background-color: rgb(226,78,126); }
div.DivClassName
{
background-color: #E24E7E;
}
.BgClassName
{
background-color: #E24E7E;
}
</style>
border-color css
<style>
span { border-color: #E24E7E; }
span { border-color: rgb(226,78,126); }
td.TdClassName
{
border-color: #E24E7E;
}
.TagClassName
{
border-color: #E24E7E;
}
</style>