Shades of Mandy #E1465B
Tints of Mandy #E1465B
RGB
CMYK
RGB Variations
Color information
#E1465B (or 0xE1465B) is known color: Mandy. HEX triplet: E1, 46 and 5B. RGB value is (225,70,91). Sum of RGB (Red+Green+Blue) = 225+70+91=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1465B is #1EB9A4. Grayscale: #767676. Windows color (decimal): -2013605 or 5981921. OLE color: 5981921.
HSL color Cylindrical-coordinate representation of color #E1465B: hue angle of 351.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1465B is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 91 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.12 |
| HSL | 351.87º | 0.72% | 0.58% | - |
| HSV(B) | 351.87º | 0.69% | 0.88% | - |
| XYZ | 35.13 | 21.14 | 12.13 | - |
| YUV | 118.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 91 | 0 | 0.69 | 0.60 | 0.12 | 351.87 | 0.72 | 0.58 |
| Hex | E1 | 46 | 5B | 0 | 45 | 3C | C | 160 | 48 | 3A |
| Octal | 341 | 106 | 133 | 0 | 105 | 74 | 14 | 540 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1011011 | 0 | 1000101 | 111100 | 1100 | 101100000 | 1001000 | 111010 |
Color Harmonies of #E1465B
Complementary color
Monochromatic Colors of #E1465B
Black with #E1465B
Text Example
Text Example
White with #E1465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1465B; }
p { color: rgb(225,70,91); }
H1.HeaderClassName
{
color: #E1465B;
}
.AnyTagClassName
{
color: #E1465B;
}
</style>
background-color css
<style>
a { background-color: #E1465B; }
a { background-color: rgb(225,70,91); }
div.DivClassName
{
background-color: #E1465B;
}
.BgClassName
{
background-color: #E1465B;
}
</style>
border-color css
<style>
span { border-color: #E1465B; }
span { border-color: rgb(225,70,91); }
td.TdClassName
{
border-color: #E1465B;
}
.TagClassName
{
border-color: #E1465B;
}
</style>