Shades of Mandy #E1475C
Tints of Mandy #E1475C
RGB
CMYK
RGB Variations
Color information
#E1475C (or 0xE1475C) is known color: Mandy. HEX triplet: E1, 47 and 5C. RGB value is (225,71,92). Sum of RGB (Red+Green+Blue) = 225+71+92=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1475C is #1EB8A3. Grayscale: #777777. Windows color (decimal): -2013348 or 6047713. OLE color: 6047713.
HSL color Cylindrical-coordinate representation of color #E1475C: hue angle of 351.82º 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 #E1475C is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 92 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.12 |
| HSL | 351.82º | 0.72% | 0.58% | - |
| HSV(B) | 351.82º | 0.68% | 0.88% | - |
| XYZ | 35.24 | 21.29 | 12.38 | - |
| YUV | 119.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 92 | 0 | 0.68 | 0.59 | 0.12 | 351.82 | 0.72 | 0.58 |
| Hex | E1 | 47 | 5C | 0 | 44 | 3B | C | 160 | 48 | 3A |
| Octal | 341 | 107 | 134 | 0 | 104 | 73 | 14 | 540 | 110 | 72 |
| Binary | 11100001 | 1000111 | 1011100 | 0 | 1000100 | 111011 | 1100 | 101100000 | 1001000 | 111010 |
Color Harmonies of #E1475C
Complementary color
Monochromatic Colors of #E1475C
Black with #E1475C
Text Example
Text Example
White with #E1475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1475C; }
p { color: rgb(225,71,92); }
H1.HeaderClassName
{
color: #E1475C;
}
.AnyTagClassName
{
color: #E1475C;
}
</style>
background-color css
<style>
a { background-color: #E1475C; }
a { background-color: rgb(225,71,92); }
div.DivClassName
{
background-color: #E1475C;
}
.BgClassName
{
background-color: #E1475C;
}
</style>
border-color css
<style>
span { border-color: #E1475C; }
span { border-color: rgb(225,71,92); }
td.TdClassName
{
border-color: #E1475C;
}
.TagClassName
{
border-color: #E1475C;
}
</style>