Shades of Mandy #E0495C
Tints of Mandy #E0495C
RGB
CMYK
RGB Variations
Color information
#E0495C (or 0xE0495C) is known color: Mandy. HEX triplet: E0, 49 and 5C. RGB value is (224,73,92). Sum of RGB (Red+Green+Blue) = 224+73+92=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0495C is #1FB6A3. Grayscale: #787878. Windows color (decimal): -2078372 or 6048224. OLE color: 6048224.
HSL color Cylindrical-coordinate representation of color #E0495C: hue angle of 352.45º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0495C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 92 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.12 |
| HSL | 352.45º | 0.71% | 0.58% | - |
| HSV(B) | 352.45º | 0.67% | 0.88% | - |
| XYZ | 35.05 | 21.39 | 12.41 | - |
| YUV | 120.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 92 | 0 | 0.67 | 0.59 | 0.12 | 352.45 | 0.71 | 0.58 |
| Hex | E0 | 49 | 5C | 0 | 43 | 3B | C | 160 | 47 | 3A |
| Octal | 340 | 111 | 134 | 0 | 103 | 73 | 14 | 540 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1011100 | 0 | 1000011 | 111011 | 1100 | 101100000 | 1000111 | 111010 |
Color Harmonies of #E0495C
Complementary color
Monochromatic Colors of #E0495C
Black with #E0495C
Text Example
Text Example
White with #E0495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0495C; }
p { color: rgb(224,73,92); }
H1.HeaderClassName
{
color: #E0495C;
}
.AnyTagClassName
{
color: #E0495C;
}
</style>
background-color css
<style>
a { background-color: #E0495C; }
a { background-color: rgb(224,73,92); }
div.DivClassName
{
background-color: #E0495C;
}
.BgClassName
{
background-color: #E0495C;
}
</style>
border-color css
<style>
span { border-color: #E0495C; }
span { border-color: rgb(224,73,92); }
td.TdClassName
{
border-color: #E0495C;
}
.TagClassName
{
border-color: #E0495C;
}
</style>