Shades of Dark Pink #E24F86
Tints of Dark Pink #E24F86
RGB
CMYK
RGB Variations
Color information
#E24F86 (or 0xE24F86) is known color: Dark Pink. HEX triplet: E2, 4F and 86. RGB value is (226,79,134). Sum of RGB (Red+Green+Blue) = 226+79+134=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F86 is #1DB079. Grayscale: #818181. Windows color (decimal): -1945722 or 8802274. OLE color: 8802274.
HSL color Cylindrical-coordinate representation of color #E24F86: hue angle of 337.55º 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 #E24F86 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 134 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.11 |
| HSL | 337.55º | 0.72% | 0.6% | - |
| HSV(B) | 337.55º | 0.65% | 0.89% | - |
| XYZ | 38.46 | 23.48 | 25.06 | - |
| YUV | 129.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 134 | 0 | 0.65 | 0.41 | 0.11 | 337.55 | 0.72 | 0.6 |
| Hex | E2 | 4F | 86 | 0 | 41 | 29 | B | 152 | 48 | 3C |
| Octal | 342 | 117 | 206 | 0 | 101 | 51 | 13 | 522 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10000110 | 0 | 1000001 | 101001 | 1011 | 101010010 | 1001000 | 111100 |
Color Harmonies of #E24F86
Complementary color
Monochromatic Colors of #E24F86
Black with #E24F86
Text Example
Text Example
White with #E24F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F86; }
p { color: rgb(226,79,134); }
H1.HeaderClassName
{
color: #E24F86;
}
.AnyTagClassName
{
color: #E24F86;
}
</style>
background-color css
<style>
a { background-color: #E24F86; }
a { background-color: rgb(226,79,134); }
div.DivClassName
{
background-color: #E24F86;
}
.BgClassName
{
background-color: #E24F86;
}
</style>
border-color css
<style>
span { border-color: #E24F86; }
span { border-color: rgb(226,79,134); }
td.TdClassName
{
border-color: #E24F86;
}
.TagClassName
{
border-color: #E24F86;
}
</style>