Shades of Mandy #E04650
Tints of Mandy #E04650
RGB
CMYK
RGB Variations
Color information
#E04650 (or 0xE04650) is known color: Mandy. HEX triplet: E0, 46 and 50. RGB value is (224,70,80). Sum of RGB (Red+Green+Blue) = 224+70+80=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E04650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04650 is #1FB9AF. Grayscale: #757575. Windows color (decimal): -2079152 or 5261024. OLE color: 5261024.
HSL color Cylindrical-coordinate representation of color #E04650: hue angle of 356.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04650 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 80 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.12 |
| HSL | 356.1º | 0.71% | 0.58% | - |
| HSV(B) | 356.1º | 0.69% | 0.88% | - |
| XYZ | 34.38 | 20.81 | 9.79 | - |
| YUV | 117.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 80 | 0 | 0.69 | 0.64 | 0.12 | 356.1 | 0.71 | 0.58 |
| Hex | E0 | 46 | 50 | 0 | 45 | 40 | C | 164 | 47 | 3A |
| Octal | 340 | 106 | 120 | 0 | 105 | 100 | 14 | 544 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1010000 | 0 | 1000101 | 1000000 | 1100 | 101100100 | 1000111 | 111010 |
Color Harmonies of #E04650
Complementary color
Monochromatic Colors of #E04650
Black with #E04650
Text Example
Text Example
White with #E04650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04650; }
p { color: rgb(224,70,80); }
H1.HeaderClassName
{
color: #E04650;
}
.AnyTagClassName
{
color: #E04650;
}
</style>
background-color css
<style>
a { background-color: #E04650; }
a { background-color: rgb(224,70,80); }
div.DivClassName
{
background-color: #E04650;
}
.BgClassName
{
background-color: #E04650;
}
</style>
border-color css
<style>
span { border-color: #E04650; }
span { border-color: rgb(224,70,80); }
td.TdClassName
{
border-color: #E04650;
}
.TagClassName
{
border-color: #E04650;
}
</style>