Shades of Mandy #E24950
Tints of Mandy #E24950
RGB
CMYK
RGB Variations
Color information
#E24950 (or 0xE24950) is known color: Mandy. HEX triplet: E2, 49 and 50. RGB value is (226,73,80). Sum of RGB (Red+Green+Blue) = 226+73+80=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E24950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24950 is #1DB6AF. Grayscale: #777777. Windows color (decimal): -1947312 or 5261794. OLE color: 5261794.
HSL color Cylindrical-coordinate representation of color #E24950: hue angle of 357.25º 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 #E24950 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 80 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.11 |
| HSL | 357.25º | 0.73% | 0.59% | - |
| HSV(B) | 357.25º | 0.68% | 0.89% | - |
| XYZ | 35.19 | 21.51 | 9.89 | - |
| YUV | 119.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 80 | 0 | 0.68 | 0.65 | 0.11 | 357.25 | 0.73 | 0.59 |
| Hex | E2 | 49 | 50 | 0 | 44 | 41 | B | 165 | 49 | 3B |
| Octal | 342 | 111 | 120 | 0 | 104 | 101 | 13 | 545 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1010000 | 0 | 1000100 | 1000001 | 1011 | 101100101 | 1001001 | 111011 |
Color Harmonies of #E24950
Complementary color
Monochromatic Colors of #E24950
Black with #E24950
Text Example
Text Example
White with #E24950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24950; }
p { color: rgb(226,73,80); }
H1.HeaderClassName
{
color: #E24950;
}
.AnyTagClassName
{
color: #E24950;
}
</style>
background-color css
<style>
a { background-color: #E24950; }
a { background-color: rgb(226,73,80); }
div.DivClassName
{
background-color: #E24950;
}
.BgClassName
{
background-color: #E24950;
}
</style>
border-color css
<style>
span { border-color: #E24950; }
span { border-color: rgb(226,73,80); }
td.TdClassName
{
border-color: #E24950;
}
.TagClassName
{
border-color: #E24950;
}
</style>