Shades of Mandy #E35360
Tints of Mandy #E35360
RGB
CMYK
RGB Variations
Color information
#E35360 (or 0xE35360) is known color: Mandy. HEX triplet: E3, 53 and 60. RGB value is (227,83,96). Sum of RGB (Red+Green+Blue) = 227+83+96=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E35360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35360 is #1CAC9F. Grayscale: #7F7F7F. Windows color (decimal): -1879200 or 6312931. OLE color: 6312931.
HSL color Cylindrical-coordinate representation of color #E35360: hue angle of 354.58º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35360 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 96 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.11 |
| HSL | 354.58º | 0.72% | 0.61% | - |
| HSV(B) | 354.58º | 0.63% | 0.89% | - |
| XYZ | 36.88 | 23.36 | 13.63 | - |
| YUV | 127.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 96 | 0 | 0.63 | 0.58 | 0.11 | 354.58 | 0.72 | 0.61 |
| Hex | E3 | 53 | 60 | 0 | 3F | 3A | B | 163 | 48 | 3D |
| Octal | 343 | 123 | 140 | 0 | 77 | 72 | 13 | 543 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1100000 | 0 | 111111 | 111010 | 1011 | 101100011 | 1001000 | 111101 |
Color Harmonies of #E35360
Complementary color
Monochromatic Colors of #E35360
Black with #E35360
Text Example
Text Example
White with #E35360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35360; }
p { color: rgb(227,83,96); }
H1.HeaderClassName
{
color: #E35360;
}
.AnyTagClassName
{
color: #E35360;
}
</style>
background-color css
<style>
a { background-color: #E35360; }
a { background-color: rgb(227,83,96); }
div.DivClassName
{
background-color: #E35360;
}
.BgClassName
{
background-color: #E35360;
}
</style>
border-color css
<style>
span { border-color: #E35360; }
span { border-color: rgb(227,83,96); }
td.TdClassName
{
border-color: #E35360;
}
.TagClassName
{
border-color: #E35360;
}
</style>