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