Shades of Dark Pink #E24D8C
Tints of Dark Pink #E24D8C
RGB
CMYK
RGB Variations
Color information
#E24D8C (or 0xE24D8C) is known color: Dark Pink. HEX triplet: E2, 4D and 8C. RGB value is (226,77,140). Sum of RGB (Red+Green+Blue) = 226+77+140=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D8C is #1DB273. Grayscale: #808080. Windows color (decimal): -1946228 or 9194978. OLE color: 9194978.
HSL color Cylindrical-coordinate representation of color #E24D8C: hue angle of 334.63º 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 #E24D8C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 140 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.11 |
| HSL | 334.63º | 0.72% | 0.59% | - |
| HSV(B) | 334.63º | 0.66% | 0.89% | - |
| XYZ | 38.75 | 23.37 | 27.28 | - |
| YUV | 128.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 140 | 0 | 0.66 | 0.38 | 0.11 | 334.63 | 0.72 | 0.59 |
| Hex | E2 | 4D | 8C | 0 | 42 | 26 | B | 14F | 48 | 3B |
| Octal | 342 | 115 | 214 | 0 | 102 | 46 | 13 | 517 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10001100 | 0 | 1000010 | 100110 | 1011 | 101001111 | 1001000 | 111011 |
Color Harmonies of #E24D8C
Complementary color
Monochromatic Colors of #E24D8C
Black with #E24D8C
Text Example
Text Example
White with #E24D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D8C; }
p { color: rgb(226,77,140); }
H1.HeaderClassName
{
color: #E24D8C;
}
.AnyTagClassName
{
color: #E24D8C;
}
</style>
background-color css
<style>
a { background-color: #E24D8C; }
a { background-color: rgb(226,77,140); }
div.DivClassName
{
background-color: #E24D8C;
}
.BgClassName
{
background-color: #E24D8C;
}
</style>
border-color css
<style>
span { border-color: #E24D8C; }
span { border-color: rgb(226,77,140); }
td.TdClassName
{
border-color: #E24D8C;
}
.TagClassName
{
border-color: #E24D8C;
}
</style>