Shades of Mandy #E35356
Tints of Mandy #E35356
RGB
CMYK
RGB Variations
Color information
#E35356 (or 0xE35356) is known color: Mandy. HEX triplet: E3, 53 and 56. RGB value is (227,83,86). Sum of RGB (Red+Green+Blue) = 227+83+86=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E35356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35356 is #1CACA9. Grayscale: #7E7E7E. Windows color (decimal): -1879210 or 5657571. OLE color: 5657571.
HSL color Cylindrical-coordinate representation of color #E35356: hue angle of 358.75º 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 #E35356 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 86 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.11 |
| HSL | 358.75º | 0.72% | 0.61% | - |
| HSV(B) | 358.75º | 0.63% | 0.89% | - |
| XYZ | 36.45 | 23.19 | 11.36 | - |
| YUV | 126.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 86 | 0 | 0.63 | 0.62 | 0.11 | 358.75 | 0.72 | 0.61 |
| Hex | E3 | 53 | 56 | 0 | 3F | 3E | B | 167 | 48 | 3D |
| Octal | 343 | 123 | 126 | 0 | 77 | 76 | 13 | 547 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1010110 | 0 | 111111 | 111110 | 1011 | 101100111 | 1001000 | 111101 |
Color Harmonies of #E35356
Complementary color
Monochromatic Colors of #E35356
Black with #E35356
Text Example
Text Example
White with #E35356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35356; }
p { color: rgb(227,83,86); }
H1.HeaderClassName
{
color: #E35356;
}
.AnyTagClassName
{
color: #E35356;
}
</style>
background-color css
<style>
a { background-color: #E35356; }
a { background-color: rgb(227,83,86); }
div.DivClassName
{
background-color: #E35356;
}
.BgClassName
{
background-color: #E35356;
}
</style>
border-color css
<style>
span { border-color: #E35356; }
span { border-color: rgb(227,83,86); }
td.TdClassName
{
border-color: #E35356;
}
.TagClassName
{
border-color: #E35356;
}
</style>