Shades of Dark Pink #E24D8D
Tints of Dark Pink #E24D8D
RGB
CMYK
RGB Variations
Color information
#E24D8D (or 0xE24D8D) is known color: Dark Pink. HEX triplet: E2, 4D and 8D. RGB value is (226,77,141). Sum of RGB (Red+Green+Blue) = 226+77+141=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D8D is #1DB272. Grayscale: #808080. Windows color (decimal): -1946227 or 9260514. OLE color: 9260514.
HSL color Cylindrical-coordinate representation of color #E24D8D: hue angle of 334.23º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24D8D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 141 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.11 |
| HSL | 334.23º | 0.72% | 0.59% | - |
| HSV(B) | 334.23º | 0.66% | 0.89% | - |
| XYZ | 38.83 | 23.4 | 27.67 | - |
| YUV | 128.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 141 | 0 | 0.66 | 0.38 | 0.11 | 334.23 | 0.72 | 0.59 |
| Hex | E2 | 4D | 8D | 0 | 42 | 26 | B | 14E | 48 | 3B |
| Octal | 342 | 115 | 215 | 0 | 102 | 46 | 13 | 516 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10001101 | 0 | 1000010 | 100110 | 1011 | 101001110 | 1001000 | 111011 |
Color Harmonies of #E24D8D
Complementary color
Monochromatic Colors of #E24D8D
Black with #E24D8D
Text Example
Text Example
White with #E24D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D8D; }
p { color: rgb(226,77,141); }
H1.HeaderClassName
{
color: #E24D8D;
}
.AnyTagClassName
{
color: #E24D8D;
}
</style>
background-color css
<style>
a { background-color: #E24D8D; }
a { background-color: rgb(226,77,141); }
div.DivClassName
{
background-color: #E24D8D;
}
.BgClassName
{
background-color: #E24D8D;
}
</style>
border-color css
<style>
span { border-color: #E24D8D; }
span { border-color: rgb(226,77,141); }
td.TdClassName
{
border-color: #E24D8D;
}
.TagClassName
{
border-color: #E24D8D;
}
</style>