Shades of Mandy #E35D60
Tints of Mandy #E35D60
RGB
CMYK
RGB Variations
Color information
#E35D60 (or 0xE35D60) is known color: Mandy. HEX triplet: E3, 5D and 60. RGB value is (227,93,96). Sum of RGB (Red+Green+Blue) = 227+93+96=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D60 is #1CA29F. Grayscale: #858585. Windows color (decimal): -1876640 or 6315491. OLE color: 6315491.
HSL color Cylindrical-coordinate representation of color #E35D60: hue angle of 358.66º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35D60 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 96 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.11 |
| HSL | 358.66º | 0.71% | 0.63% | - |
| HSV(B) | 358.66º | 0.59% | 0.89% | - |
| XYZ | 37.7 | 25 | 13.91 | - |
| YUV | 133.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 96 | 0 | 0.59 | 0.58 | 0.11 | 358.66 | 0.71 | 0.63 |
| Hex | E3 | 5D | 60 | 0 | 3B | 3A | B | 167 | 47 | 3F |
| Octal | 343 | 135 | 140 | 0 | 73 | 72 | 13 | 547 | 107 | 77 |
| Binary | 11100011 | 1011101 | 1100000 | 0 | 111011 | 111010 | 1011 | 101100111 | 1000111 | 111111 |
Color Harmonies of #E35D60
Complementary color
Monochromatic Colors of #E35D60
Black with #E35D60
Text Example
Text Example
White with #E35D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D60; }
p { color: rgb(227,93,96); }
H1.HeaderClassName
{
color: #E35D60;
}
.AnyTagClassName
{
color: #E35D60;
}
</style>
background-color css
<style>
a { background-color: #E35D60; }
a { background-color: rgb(227,93,96); }
div.DivClassName
{
background-color: #E35D60;
}
.BgClassName
{
background-color: #E35D60;
}
</style>
border-color css
<style>
span { border-color: #E35D60; }
span { border-color: rgb(227,93,96); }
td.TdClassName
{
border-color: #E35D60;
}
.TagClassName
{
border-color: #E35D60;
}
</style>