Shades of Mandy #E1485B
Tints of Mandy #E1485B
RGB
CMYK
RGB Variations
Color information
#E1485B (or 0xE1485B) is known color: Mandy. HEX triplet: E1, 48 and 5B. RGB value is (225,72,91). Sum of RGB (Red+Green+Blue) = 225+72+91=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1485B is #1EB7A4. Grayscale: #777777. Windows color (decimal): -2013093 or 5982433. OLE color: 5982433.
HSL color Cylindrical-coordinate representation of color #E1485B: hue angle of 352.55º degrees, saturation: 0.72, 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 #E1485B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 91 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.12 |
| HSL | 352.55º | 0.72% | 0.58% | - |
| HSV(B) | 352.55º | 0.68% | 0.88% | - |
| XYZ | 35.26 | 21.4 | 12.17 | - |
| YUV | 119.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 91 | 0 | 0.68 | 0.60 | 0.12 | 352.55 | 0.72 | 0.58 |
| Hex | E1 | 48 | 5B | 0 | 44 | 3C | C | 161 | 48 | 3A |
| Octal | 341 | 110 | 133 | 0 | 104 | 74 | 14 | 541 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1011011 | 0 | 1000100 | 111100 | 1100 | 101100001 | 1001000 | 111010 |
Color Harmonies of #E1485B
Complementary color
Monochromatic Colors of #E1485B
Black with #E1485B
Text Example
Text Example
White with #E1485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1485B; }
p { color: rgb(225,72,91); }
H1.HeaderClassName
{
color: #E1485B;
}
.AnyTagClassName
{
color: #E1485B;
}
</style>
background-color css
<style>
a { background-color: #E1485B; }
a { background-color: rgb(225,72,91); }
div.DivClassName
{
background-color: #E1485B;
}
.BgClassName
{
background-color: #E1485B;
}
</style>
border-color css
<style>
span { border-color: #E1485B; }
span { border-color: rgb(225,72,91); }
td.TdClassName
{
border-color: #E1485B;
}
.TagClassName
{
border-color: #E1485B;
}
</style>