Shades of Mandy #E35051
Tints of Mandy #E35051
RGB
CMYK
RGB Variations
Color information
#E35051 (or 0xE35051) is known color: Mandy. HEX triplet: E3, 50 and 51. RGB value is (227,80,81). Sum of RGB (Red+Green+Blue) = 227+80+81=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E35051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35051 is #1CAFAE. Grayscale: #7C7C7C. Windows color (decimal): -1879983 or 5329123. OLE color: 5329123.
HSL color Cylindrical-coordinate representation of color #E35051: hue angle of 359.59º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35051 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 81 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.11 |
| HSL | 359.59º | 0.72% | 0.6% | - |
| HSV(B) | 359.59º | 0.65% | 0.89% | - |
| XYZ | 36.03 | 22.66 | 10.26 | - |
| YUV | 124.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 81 | 0 | 0.65 | 0.64 | 0.11 | 359.59 | 0.72 | 0.6 |
| Hex | E3 | 50 | 51 | 0 | 41 | 40 | B | 168 | 48 | 3C |
| Octal | 343 | 120 | 121 | 0 | 101 | 100 | 13 | 550 | 110 | 74 |
| Binary | 11100011 | 1010000 | 1010001 | 0 | 1000001 | 1000000 | 1011 | 101101000 | 1001000 | 111100 |
Color Harmonies of #E35051
Complementary color
Monochromatic Colors of #E35051
Black with #E35051
Text Example
Text Example
White with #E35051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35051; }
p { color: rgb(227,80,81); }
H1.HeaderClassName
{
color: #E35051;
}
.AnyTagClassName
{
color: #E35051;
}
</style>
background-color css
<style>
a { background-color: #E35051; }
a { background-color: rgb(227,80,81); }
div.DivClassName
{
background-color: #E35051;
}
.BgClassName
{
background-color: #E35051;
}
</style>
border-color css
<style>
span { border-color: #E35051; }
span { border-color: rgb(227,80,81); }
td.TdClassName
{
border-color: #E35051;
}
.TagClassName
{
border-color: #E35051;
}
</style>