Shades of Mandy #E1495B
Tints of Mandy #E1495B
RGB
CMYK
RGB Variations
Color information
#E1495B (or 0xE1495B) is known color: Mandy. HEX triplet: E1, 49 and 5B. RGB value is (225,73,91). Sum of RGB (Red+Green+Blue) = 225+73+91=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1495B is #1EB6A4. Grayscale: #787878. Windows color (decimal): -2012837 or 5982689. OLE color: 5982689.
HSL color Cylindrical-coordinate representation of color #E1495B: hue angle of 352.89º 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 #E1495B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 91 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.12 |
| HSL | 352.89º | 0.72% | 0.58% | - |
| HSV(B) | 352.89º | 0.68% | 0.88% | - |
| XYZ | 35.32 | 21.53 | 12.19 | - |
| YUV | 120.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 91 | 0 | 0.68 | 0.60 | 0.12 | 352.89 | 0.72 | 0.58 |
| Hex | E1 | 49 | 5B | 0 | 44 | 3C | C | 161 | 48 | 3A |
| Octal | 341 | 111 | 133 | 0 | 104 | 74 | 14 | 541 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1011011 | 0 | 1000100 | 111100 | 1100 | 101100001 | 1001000 | 111010 |
Color Harmonies of #E1495B
Complementary color
Monochromatic Colors of #E1495B
Black with #E1495B
Text Example
Text Example
White with #E1495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1495B; }
p { color: rgb(225,73,91); }
H1.HeaderClassName
{
color: #E1495B;
}
.AnyTagClassName
{
color: #E1495B;
}
</style>
background-color css
<style>
a { background-color: #E1495B; }
a { background-color: rgb(225,73,91); }
div.DivClassName
{
background-color: #E1495B;
}
.BgClassName
{
background-color: #E1495B;
}
</style>
border-color css
<style>
span { border-color: #E1495B; }
span { border-color: rgb(225,73,91); }
td.TdClassName
{
border-color: #E1495B;
}
.TagClassName
{
border-color: #E1495B;
}
</style>