Shades of Mandy #E0485D
Tints of Mandy #E0485D
RGB
CMYK
RGB Variations
Color information
#E0485D (or 0xE0485D) is known color: Mandy. HEX triplet: E0, 48 and 5D. RGB value is (224,72,93). Sum of RGB (Red+Green+Blue) = 224+72+93=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0485D is #1FB7A2. Grayscale: #777777. Windows color (decimal): -2078627 or 6113504. OLE color: 6113504.
HSL color Cylindrical-coordinate representation of color #E0485D: hue angle of 351.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0485D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 93 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.12 |
| HSL | 351.71º | 0.71% | 0.58% | - |
| HSV(B) | 351.71º | 0.68% | 0.88% | - |
| XYZ | 35.03 | 21.27 | 12.62 | - |
| YUV | 119.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 93 | 0 | 0.68 | 0.58 | 0.12 | 351.71 | 0.71 | 0.58 |
| Hex | E0 | 48 | 5D | 0 | 44 | 3A | C | 160 | 47 | 3A |
| Octal | 340 | 110 | 135 | 0 | 104 | 72 | 14 | 540 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1011101 | 0 | 1000100 | 111010 | 1100 | 101100000 | 1000111 | 111010 |
Color Harmonies of #E0485D
Complementary color
Monochromatic Colors of #E0485D
Black with #E0485D
Text Example
Text Example
White with #E0485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0485D; }
p { color: rgb(224,72,93); }
H1.HeaderClassName
{
color: #E0485D;
}
.AnyTagClassName
{
color: #E0485D;
}
</style>
background-color css
<style>
a { background-color: #E0485D; }
a { background-color: rgb(224,72,93); }
div.DivClassName
{
background-color: #E0485D;
}
.BgClassName
{
background-color: #E0485D;
}
</style>
border-color css
<style>
span { border-color: #E0485D; }
span { border-color: rgb(224,72,93); }
td.TdClassName
{
border-color: #E0485D;
}
.TagClassName
{
border-color: #E0485D;
}
</style>