Shades of Mandy #E1474B
Tints of Mandy #E1474B
RGB
CMYK
RGB Variations
Color information
#E1474B (or 0xE1474B) is known color: Mandy. HEX triplet: E1, 47 and 4B. RGB value is (225,71,75). Sum of RGB (Red+Green+Blue) = 225+71+75=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1474B is #1EB8B4. Grayscale: #757575. Windows color (decimal): -2013365 or 4933601. OLE color: 4933601.
HSL color Cylindrical-coordinate representation of color #E1474B: hue angle of 358.44º 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 #E1474B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 75 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.12 |
| HSL | 358.44º | 0.72% | 0.58% | - |
| HSV(B) | 358.44º | 0.68% | 0.88% | - |
| XYZ | 34.57 | 21.02 | 8.89 | - |
| YUV | 117.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 75 | 0 | 0.68 | 0.67 | 0.12 | 358.44 | 0.72 | 0.58 |
| Hex | E1 | 47 | 4B | 0 | 44 | 43 | C | 166 | 48 | 3A |
| Octal | 341 | 107 | 113 | 0 | 104 | 103 | 14 | 546 | 110 | 72 |
| Binary | 11100001 | 1000111 | 1001011 | 0 | 1000100 | 1000011 | 1100 | 101100110 | 1001000 | 111010 |
Color Harmonies of #E1474B
Complementary color
Monochromatic Colors of #E1474B
Black with #E1474B
Text Example
Text Example
White with #E1474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1474B; }
p { color: rgb(225,71,75); }
H1.HeaderClassName
{
color: #E1474B;
}
.AnyTagClassName
{
color: #E1474B;
}
</style>
background-color css
<style>
a { background-color: #E1474B; }
a { background-color: rgb(225,71,75); }
div.DivClassName
{
background-color: #E1474B;
}
.BgClassName
{
background-color: #E1474B;
}
</style>
border-color css
<style>
span { border-color: #E1474B; }
span { border-color: rgb(225,71,75); }
td.TdClassName
{
border-color: #E1474B;
}
.TagClassName
{
border-color: #E1474B;
}
</style>