Shades of Dark Pink #E24C8D
Tints of Dark Pink #E24C8D
RGB
CMYK
RGB Variations
Color information
#E24C8D (or 0xE24C8D) is known color: Dark Pink. HEX triplet: E2, 4C and 8D. RGB value is (226,76,141). Sum of RGB (Red+Green+Blue) = 226+76+141=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24C8D is #1DB372. Grayscale: #808080. Windows color (decimal): -1946483 or 9260258. OLE color: 9260258.
HSL color Cylindrical-coordinate representation of color #E24C8D: hue angle of 334º 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 #E24C8D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 141 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.11 |
| HSL | 334º | 0.72% | 0.59% | - |
| HSV(B) | 334º | 0.66% | 0.89% | - |
| XYZ | 38.76 | 23.26 | 27.65 | - |
| YUV | 128.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 141 | 0 | 0.66 | 0.38 | 0.11 | 334 | 0.72 | 0.59 |
| Hex | E2 | 4C | 8D | 0 | 42 | 26 | B | 14E | 48 | 3B |
| Octal | 342 | 114 | 215 | 0 | 102 | 46 | 13 | 516 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10001101 | 0 | 1000010 | 100110 | 1011 | 101001110 | 1001000 | 111011 |
Color Harmonies of #E24C8D
Complementary color
Monochromatic Colors of #E24C8D
Black with #E24C8D
Text Example
Text Example
White with #E24C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C8D; }
p { color: rgb(226,76,141); }
H1.HeaderClassName
{
color: #E24C8D;
}
.AnyTagClassName
{
color: #E24C8D;
}
</style>
background-color css
<style>
a { background-color: #E24C8D; }
a { background-color: rgb(226,76,141); }
div.DivClassName
{
background-color: #E24C8D;
}
.BgClassName
{
background-color: #E24C8D;
}
</style>
border-color css
<style>
span { border-color: #E24C8D; }
span { border-color: rgb(226,76,141); }
td.TdClassName
{
border-color: #E24C8D;
}
.TagClassName
{
border-color: #E24C8D;
}
</style>