Shades of Dark Pink #E24F85
Tints of Dark Pink #E24F85
RGB
CMYK
RGB Variations
Color information
#E24F85 (or 0xE24F85) is known color: Dark Pink. HEX triplet: E2, 4F and 85. RGB value is (226,79,133). Sum of RGB (Red+Green+Blue) = 226+79+133=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F85 is #1DB07A. Grayscale: #818181. Windows color (decimal): -1945723 or 8736738. OLE color: 8736738.
HSL color Cylindrical-coordinate representation of color #E24F85: hue angle of 337.96º 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 #E24F85 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 133 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.11 |
| HSL | 337.96º | 0.72% | 0.6% | - |
| HSV(B) | 337.96º | 0.65% | 0.89% | - |
| XYZ | 38.39 | 23.45 | 24.69 | - |
| YUV | 129.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 133 | 0 | 0.65 | 0.41 | 0.11 | 337.96 | 0.72 | 0.6 |
| Hex | E2 | 4F | 85 | 0 | 41 | 29 | B | 152 | 48 | 3C |
| Octal | 342 | 117 | 205 | 0 | 101 | 51 | 13 | 522 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10000101 | 0 | 1000001 | 101001 | 1011 | 101010010 | 1001000 | 111100 |
Color Harmonies of #E24F85
Complementary color
Monochromatic Colors of #E24F85
Black with #E24F85
Text Example
Text Example
White with #E24F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F85; }
p { color: rgb(226,79,133); }
H1.HeaderClassName
{
color: #E24F85;
}
.AnyTagClassName
{
color: #E24F85;
}
</style>
background-color css
<style>
a { background-color: #E24F85; }
a { background-color: rgb(226,79,133); }
div.DivClassName
{
background-color: #E24F85;
}
.BgClassName
{
background-color: #E24F85;
}
</style>
border-color css
<style>
span { border-color: #E24F85; }
span { border-color: rgb(226,79,133); }
td.TdClassName
{
border-color: #E24F85;
}
.TagClassName
{
border-color: #E24F85;
}
</style>