Shades of Mandy #E35A60
Tints of Mandy #E35A60
RGB
CMYK
RGB Variations
Color information
#E35A60 (or 0xE35A60) is known color: Mandy. HEX triplet: E3, 5A and 60. RGB value is (227,90,96). Sum of RGB (Red+Green+Blue) = 227+90+96=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A60 is #1CA59F. Grayscale: #838383. Windows color (decimal): -1877408 or 6314723. OLE color: 6314723.
HSL color Cylindrical-coordinate representation of color #E35A60: hue angle of 357.37º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A60 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 96 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.11 |
| HSL | 357.37º | 0.71% | 0.62% | - |
| HSV(B) | 357.37º | 0.6% | 0.89% | - |
| XYZ | 37.45 | 24.49 | 13.82 | - |
| YUV | 131.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 96 | 0 | 0.60 | 0.58 | 0.11 | 357.37 | 0.71 | 0.62 |
| Hex | E3 | 5A | 60 | 0 | 3C | 3A | B | 165 | 47 | 3E |
| Octal | 343 | 132 | 140 | 0 | 74 | 72 | 13 | 545 | 107 | 76 |
| Binary | 11100011 | 1011010 | 1100000 | 0 | 111100 | 111010 | 1011 | 101100101 | 1000111 | 111110 |
Color Harmonies of #E35A60
Complementary color
Monochromatic Colors of #E35A60
Black with #E35A60
Text Example
Text Example
White with #E35A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A60; }
p { color: rgb(227,90,96); }
H1.HeaderClassName
{
color: #E35A60;
}
.AnyTagClassName
{
color: #E35A60;
}
</style>
background-color css
<style>
a { background-color: #E35A60; }
a { background-color: rgb(227,90,96); }
div.DivClassName
{
background-color: #E35A60;
}
.BgClassName
{
background-color: #E35A60;
}
</style>
border-color css
<style>
span { border-color: #E35A60; }
span { border-color: rgb(227,90,96); }
td.TdClassName
{
border-color: #E35A60;
}
.TagClassName
{
border-color: #E35A60;
}
</style>