Shades of Mandy #E5485D
Tints of Mandy #E5485D
RGB
CMYK
RGB Variations
Color information
#E5485D (or 0xE5485D) is known color: Mandy. HEX triplet: E5, 48 and 5D. RGB value is (229,72,93). Sum of RGB (Red+Green+Blue) = 229+72+93=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485D is #1AB7A2. Grayscale: #797979. Windows color (decimal): -1750947 or 6113509. OLE color: 6113509.
HSL color Cylindrical-coordinate representation of color #E5485D: hue angle of 351.97º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5485D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 93 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.10 |
| HSL | 351.97º | 0.75% | 0.59% | - |
| HSV(B) | 351.97º | 0.69% | 0.9% | - |
| XYZ | 36.61 | 22.08 | 12.69 | - |
| YUV | 121.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 93 | 0 | 0.69 | 0.59 | 0.10 | 351.97 | 0.75 | 0.59 |
| Hex | E5 | 48 | 5D | 0 | 45 | 3B | A | 160 | 4B | 3B |
| Octal | 345 | 110 | 135 | 0 | 105 | 73 | 12 | 540 | 113 | 73 |
| Binary | 11100101 | 1001000 | 1011101 | 0 | 1000101 | 111011 | 1010 | 101100000 | 1001011 | 111011 |
Color Harmonies of #E5485D
Complementary color
Monochromatic Colors of #E5485D
Black with #E5485D
Text Example
Text Example
White with #E5485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5485D; }
p { color: rgb(229,72,93); }
H1.HeaderClassName
{
color: #E5485D;
}
.AnyTagClassName
{
color: #E5485D;
}
</style>
background-color css
<style>
a { background-color: #E5485D; }
a { background-color: rgb(229,72,93); }
div.DivClassName
{
background-color: #E5485D;
}
.BgClassName
{
background-color: #E5485D;
}
</style>
border-color css
<style>
span { border-color: #E5485D; }
span { border-color: rgb(229,72,93); }
td.TdClassName
{
border-color: #E5485D;
}
.TagClassName
{
border-color: #E5485D;
}
</style>