Shades of Mandy #E04B5A
Tints of Mandy #E04B5A
RGB
CMYK
RGB Variations
Color information
#E04B5A (or 0xE04B5A) is known color: Mandy. HEX triplet: E0, 4B and 5A. RGB value is (224,75,90). Sum of RGB (Red+Green+Blue) = 224+75+90=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B5A is #1FB4A5. Grayscale: #797979. Windows color (decimal): -2077862 or 5917664. OLE color: 5917664.
HSL color Cylindrical-coordinate representation of color #E04B5A: hue angle of 353.96º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B5A is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 90 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.12 |
| HSL | 353.96º | 0.71% | 0.59% | - |
| HSV(B) | 353.96º | 0.67% | 0.88% | - |
| XYZ | 35.1 | 21.62 | 12 | - |
| YUV | 121.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 90 | 0 | 0.67 | 0.60 | 0.12 | 353.96 | 0.71 | 0.59 |
| Hex | E0 | 4B | 5A | 0 | 43 | 3C | C | 162 | 47 | 3B |
| Octal | 340 | 113 | 132 | 0 | 103 | 74 | 14 | 542 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1011010 | 0 | 1000011 | 111100 | 1100 | 101100010 | 1000111 | 111011 |
Color Harmonies of #E04B5A
Complementary color
Monochromatic Colors of #E04B5A
Black with #E04B5A
Text Example
Text Example
White with #E04B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B5A; }
p { color: rgb(224,75,90); }
H1.HeaderClassName
{
color: #E04B5A;
}
.AnyTagClassName
{
color: #E04B5A;
}
</style>
background-color css
<style>
a { background-color: #E04B5A; }
a { background-color: rgb(224,75,90); }
div.DivClassName
{
background-color: #E04B5A;
}
.BgClassName
{
background-color: #E04B5A;
}
</style>
border-color css
<style>
span { border-color: #E04B5A; }
span { border-color: rgb(224,75,90); }
td.TdClassName
{
border-color: #E04B5A;
}
.TagClassName
{
border-color: #E04B5A;
}
</style>