Shades of Dark Pink #E24986
Tints of Dark Pink #E24986
RGB
CMYK
RGB Variations
Color information
#E24986 (or 0xE24986) is known color: Dark Pink. HEX triplet: E2, 49 and 86. RGB value is (226,73,134). Sum of RGB (Red+Green+Blue) = 226+73+134=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E24986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24986 is #1DB679. Grayscale: #7D7D7D. Windows color (decimal): -1947258 or 8800738. OLE color: 8800738.
HSL color Cylindrical-coordinate representation of color #E24986: hue angle of 336.08º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24986 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 134 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.11 |
| HSL | 336.08º | 0.73% | 0.59% | - |
| HSV(B) | 336.08º | 0.68% | 0.89% | - |
| XYZ | 38.05 | 22.66 | 24.92 | - |
| YUV | 125.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 134 | 0 | 0.68 | 0.41 | 0.11 | 336.08 | 0.73 | 0.59 |
| Hex | E2 | 49 | 86 | 0 | 44 | 29 | B | 150 | 49 | 3B |
| Octal | 342 | 111 | 206 | 0 | 104 | 51 | 13 | 520 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10000110 | 0 | 1000100 | 101001 | 1011 | 101010000 | 1001001 | 111011 |
Color Harmonies of #E24986
Complementary color
Monochromatic Colors of #E24986
Black with #E24986
Text Example
Text Example
White with #E24986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24986; }
p { color: rgb(226,73,134); }
H1.HeaderClassName
{
color: #E24986;
}
.AnyTagClassName
{
color: #E24986;
}
</style>
background-color css
<style>
a { background-color: #E24986; }
a { background-color: rgb(226,73,134); }
div.DivClassName
{
background-color: #E24986;
}
.BgClassName
{
background-color: #E24986;
}
</style>
border-color css
<style>
span { border-color: #E24986; }
span { border-color: rgb(226,73,134); }
td.TdClassName
{
border-color: #E24986;
}
.TagClassName
{
border-color: #E24986;
}
</style>