Shades of Mandy #E1464E
Tints of Mandy #E1464E
RGB
CMYK
RGB Variations
Color information
#E1464E (or 0xE1464E) is known color: Mandy. HEX triplet: E1, 46 and 4E. RGB value is (225,70,78). Sum of RGB (Red+Green+Blue) = 225+70+78=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1464E is #1EB9B1. Grayscale: #757575. Windows color (decimal): -2013618 or 5129953. OLE color: 5129953.
HSL color Cylindrical-coordinate representation of color #E1464E: hue angle of 356.9º 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 #E1464E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.12 |
| HSL | 356.9º | 0.72% | 0.58% | - |
| HSV(B) | 356.9º | 0.69% | 0.88% | - |
| XYZ | 34.62 | 20.94 | 9.42 | - |
| YUV | 117.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 78 | 0 | 0.69 | 0.65 | 0.12 | 356.9 | 0.72 | 0.58 |
| Hex | E1 | 46 | 4E | 0 | 45 | 41 | C | 165 | 48 | 3A |
| Octal | 341 | 106 | 116 | 0 | 105 | 101 | 14 | 545 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1001110 | 0 | 1000101 | 1000001 | 1100 | 101100101 | 1001000 | 111010 |
Color Harmonies of #E1464E
Complementary color
Monochromatic Colors of #E1464E
Black with #E1464E
Text Example
Text Example
White with #E1464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1464E; }
p { color: rgb(225,70,78); }
H1.HeaderClassName
{
color: #E1464E;
}
.AnyTagClassName
{
color: #E1464E;
}
</style>
background-color css
<style>
a { background-color: #E1464E; }
a { background-color: rgb(225,70,78); }
div.DivClassName
{
background-color: #E1464E;
}
.BgClassName
{
background-color: #E1464E;
}
</style>
border-color css
<style>
span { border-color: #E1464E; }
span { border-color: rgb(225,70,78); }
td.TdClassName
{
border-color: #E1464E;
}
.TagClassName
{
border-color: #E1464E;
}
</style>