Shades of Dark Pink #E24E7D
Tints of Dark Pink #E24E7D
RGB
CMYK
RGB Variations
Color information
#E24E7D (or 0xE24E7D) is known color: Dark Pink. HEX triplet: E2, 4E and 7D. RGB value is (226,78,125). Sum of RGB (Red+Green+Blue) = 226+78+125=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24E7D is #1DB182. Grayscale: #7F7F7F. Windows color (decimal): -1945987 or 8212194. OLE color: 8212194.
HSL color Cylindrical-coordinate representation of color #E24E7D: hue angle of 340.95º 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 #E24E7D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 125 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.11 |
| HSL | 340.95º | 0.72% | 0.6% | - |
| HSV(B) | 340.95º | 0.65% | 0.89% | - |
| XYZ | 37.79 | 23.1 | 21.87 | - |
| YUV | 127.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 125 | 0 | 0.65 | 0.45 | 0.11 | 340.95 | 0.72 | 0.6 |
| Hex | E2 | 4E | 7D | 0 | 41 | 2D | B | 155 | 48 | 3C |
| Octal | 342 | 116 | 175 | 0 | 101 | 55 | 13 | 525 | 110 | 74 |
| Binary | 11100010 | 1001110 | 1111101 | 0 | 1000001 | 101101 | 1011 | 101010101 | 1001000 | 111100 |
Color Harmonies of #E24E7D
Complementary color
Monochromatic Colors of #E24E7D
Black with #E24E7D
Text Example
Text Example
White with #E24E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E7D; }
p { color: rgb(226,78,125); }
H1.HeaderClassName
{
color: #E24E7D;
}
.AnyTagClassName
{
color: #E24E7D;
}
</style>
background-color css
<style>
a { background-color: #E24E7D; }
a { background-color: rgb(226,78,125); }
div.DivClassName
{
background-color: #E24E7D;
}
.BgClassName
{
background-color: #E24E7D;
}
</style>
border-color css
<style>
span { border-color: #E24E7D; }
span { border-color: rgb(226,78,125); }
td.TdClassName
{
border-color: #E24E7D;
}
.TagClassName
{
border-color: #E24E7D;
}
</style>