Shades of Mandy #E1464B
Tints of Mandy #E1464B
RGB
CMYK
RGB Variations
Color information
#E1464B (or 0xE1464B) is known color: Mandy. HEX triplet: E1, 46 and 4B. RGB value is (225,70,75). Sum of RGB (Red+Green+Blue) = 225+70+75=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1464B is #1EB9B4. Grayscale: #757575. Windows color (decimal): -2013621 or 4933345. OLE color: 4933345.
HSL color Cylindrical-coordinate representation of color #E1464B: hue angle of 358.06º 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 #E1464B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 75 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.12 |
| HSL | 358.06º | 0.72% | 0.58% | - |
| HSV(B) | 358.06º | 0.69% | 0.88% | - |
| XYZ | 34.51 | 20.9 | 8.87 | - |
| YUV | 116.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 75 | 0 | 0.69 | 0.67 | 0.12 | 358.06 | 0.72 | 0.58 |
| Hex | E1 | 46 | 4B | 0 | 45 | 43 | C | 166 | 48 | 3A |
| Octal | 341 | 106 | 113 | 0 | 105 | 103 | 14 | 546 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1001011 | 0 | 1000101 | 1000011 | 1100 | 101100110 | 1001000 | 111010 |
Color Harmonies of #E1464B
Complementary color
Monochromatic Colors of #E1464B
Black with #E1464B
Text Example
Text Example
White with #E1464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1464B; }
p { color: rgb(225,70,75); }
H1.HeaderClassName
{
color: #E1464B;
}
.AnyTagClassName
{
color: #E1464B;
}
</style>
background-color css
<style>
a { background-color: #E1464B; }
a { background-color: rgb(225,70,75); }
div.DivClassName
{
background-color: #E1464B;
}
.BgClassName
{
background-color: #E1464B;
}
</style>
border-color css
<style>
span { border-color: #E1464B; }
span { border-color: rgb(225,70,75); }
td.TdClassName
{
border-color: #E1464B;
}
.TagClassName
{
border-color: #E1464B;
}
</style>