Shades of Dark Pink #E24F8F
Tints of Dark Pink #E24F8F
RGB
CMYK
RGB Variations
Color information
#E24F8F (or 0xE24F8F) is known color: Dark Pink. HEX triplet: E2, 4F and 8F. RGB value is (226,79,143). Sum of RGB (Red+Green+Blue) = 226+79+143=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F8F is #1DB070. Grayscale: #828282. Windows color (decimal): -1945713 or 9392098. OLE color: 9392098.
HSL color Cylindrical-coordinate representation of color #E24F8F: hue angle of 333.88º 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 #E24F8F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 143 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.11 |
| HSL | 333.88º | 0.72% | 0.6% | - |
| HSV(B) | 333.88º | 0.65% | 0.89% | - |
| XYZ | 39.12 | 23.74 | 28.51 | - |
| YUV | 130.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 143 | 0 | 0.65 | 0.37 | 0.11 | 333.88 | 0.72 | 0.6 |
| Hex | E2 | 4F | 8F | 0 | 41 | 25 | B | 14E | 48 | 3C |
| Octal | 342 | 117 | 217 | 0 | 101 | 45 | 13 | 516 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10001111 | 0 | 1000001 | 100101 | 1011 | 101001110 | 1001000 | 111100 |
Color Harmonies of #E24F8F
Complementary color
Monochromatic Colors of #E24F8F
Black with #E24F8F
Text Example
Text Example
White with #E24F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F8F; }
p { color: rgb(226,79,143); }
H1.HeaderClassName
{
color: #E24F8F;
}
.AnyTagClassName
{
color: #E24F8F;
}
</style>
background-color css
<style>
a { background-color: #E24F8F; }
a { background-color: rgb(226,79,143); }
div.DivClassName
{
background-color: #E24F8F;
}
.BgClassName
{
background-color: #E24F8F;
}
</style>
border-color css
<style>
span { border-color: #E24F8F; }
span { border-color: rgb(226,79,143); }
td.TdClassName
{
border-color: #E24F8F;
}
.TagClassName
{
border-color: #E24F8F;
}
</style>