Shades of Mandy #E1535C
Tints of Mandy #E1535C
RGB
CMYK
RGB Variations
Color information
#E1535C (or 0xE1535C) is known color: Mandy. HEX triplet: E1, 53 and 5C. RGB value is (225,83,92). Sum of RGB (Red+Green+Blue) = 225+83+92=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1535C is #1EACA3. Grayscale: #7E7E7E. Windows color (decimal): -2010276 or 6050785. OLE color: 6050785.
HSL color Cylindrical-coordinate representation of color #E1535C: hue angle of 356.2º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1535C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 92 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.12 |
| HSL | 356.2º | 0.7% | 0.6% | - |
| HSV(B) | 356.2º | 0.63% | 0.88% | - |
| XYZ | 36.08 | 22.97 | 12.66 | - |
| YUV | 126.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 92 | 0 | 0.63 | 0.59 | 0.12 | 356.2 | 0.7 | 0.6 |
| Hex | E1 | 53 | 5C | 0 | 3F | 3B | C | 164 | 46 | 3C |
| Octal | 341 | 123 | 134 | 0 | 77 | 73 | 14 | 544 | 106 | 74 |
| Binary | 11100001 | 1010011 | 1011100 | 0 | 111111 | 111011 | 1100 | 101100100 | 1000110 | 111100 |
Color Harmonies of #E1535C
Complementary color
Monochromatic Colors of #E1535C
Black with #E1535C
Text Example
Text Example
White with #E1535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1535C; }
p { color: rgb(225,83,92); }
H1.HeaderClassName
{
color: #E1535C;
}
.AnyTagClassName
{
color: #E1535C;
}
</style>
background-color css
<style>
a { background-color: #E1535C; }
a { background-color: rgb(225,83,92); }
div.DivClassName
{
background-color: #E1535C;
}
.BgClassName
{
background-color: #E1535C;
}
</style>
border-color css
<style>
span { border-color: #E1535C; }
span { border-color: rgb(225,83,92); }
td.TdClassName
{
border-color: #E1535C;
}
.TagClassName
{
border-color: #E1535C;
}
</style>