Shades of Mandy #E24F5F
Tints of Mandy #E24F5F
RGB
CMYK
RGB Variations
Color information
#E24F5F (or 0xE24F5F) is known color: Mandy. HEX triplet: E2, 4F and 5F. RGB value is (226,79,95). Sum of RGB (Red+Green+Blue) = 226+79+95=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24F5F is #1DB0A0. Grayscale: #7C7C7C. Windows color (decimal): -1945761 or 6246370. OLE color: 6246370.
HSL color Cylindrical-coordinate representation of color #E24F5F: hue angle of 353.47º 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 #E24F5F is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 95 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.11 |
| HSL | 353.47º | 0.72% | 0.6% | - |
| HSV(B) | 353.47º | 0.65% | 0.89% | - |
| XYZ | 36.23 | 22.59 | 13.28 | - |
| YUV | 124.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 95 | 0 | 0.65 | 0.58 | 0.11 | 353.47 | 0.72 | 0.6 |
| Hex | E2 | 4F | 5F | 0 | 41 | 3A | B | 161 | 48 | 3C |
| Octal | 342 | 117 | 137 | 0 | 101 | 72 | 13 | 541 | 110 | 74 |
| Binary | 11100010 | 1001111 | 1011111 | 0 | 1000001 | 111010 | 1011 | 101100001 | 1001000 | 111100 |
Color Harmonies of #E24F5F
Complementary color
Monochromatic Colors of #E24F5F
Black with #E24F5F
Text Example
Text Example
White with #E24F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F5F; }
p { color: rgb(226,79,95); }
H1.HeaderClassName
{
color: #E24F5F;
}
.AnyTagClassName
{
color: #E24F5F;
}
</style>
background-color css
<style>
a { background-color: #E24F5F; }
a { background-color: rgb(226,79,95); }
div.DivClassName
{
background-color: #E24F5F;
}
.BgClassName
{
background-color: #E24F5F;
}
</style>
border-color css
<style>
span { border-color: #E24F5F; }
span { border-color: rgb(226,79,95); }
td.TdClassName
{
border-color: #E24F5F;
}
.TagClassName
{
border-color: #E24F5F;
}
</style>