Shades of Mandy #E05362
Tints of Mandy #E05362
RGB
CMYK
RGB Variations
Color information
#E05362 (or 0xE05362) is known color: Mandy. HEX triplet: E0, 53 and 62. RGB value is (224,83,98). Sum of RGB (Red+Green+Blue) = 224+83+98=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E05362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05362 is #1FAC9D. Grayscale: #7E7E7E. Windows color (decimal): -2075806 or 6444000. OLE color: 6444000.
HSL color Cylindrical-coordinate representation of color #E05362: hue angle of 353.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05362 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 98 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.12 |
| HSL | 353.62º | 0.69% | 0.6% | - |
| HSV(B) | 353.62º | 0.63% | 0.88% | - |
| XYZ | 36.04 | 22.92 | 14.08 | - |
| YUV | 126.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 98 | 0 | 0.63 | 0.56 | 0.12 | 353.62 | 0.69 | 0.6 |
| Hex | E0 | 53 | 62 | 0 | 3F | 38 | C | 162 | 45 | 3C |
| Octal | 340 | 123 | 142 | 0 | 77 | 70 | 14 | 542 | 105 | 74 |
| Binary | 11100000 | 1010011 | 1100010 | 0 | 111111 | 111000 | 1100 | 101100010 | 1000101 | 111100 |
Color Harmonies of #E05362
Complementary color
Monochromatic Colors of #E05362
Black with #E05362
Text Example
Text Example
White with #E05362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05362; }
p { color: rgb(224,83,98); }
H1.HeaderClassName
{
color: #E05362;
}
.AnyTagClassName
{
color: #E05362;
}
</style>
background-color css
<style>
a { background-color: #E05362; }
a { background-color: rgb(224,83,98); }
div.DivClassName
{
background-color: #E05362;
}
.BgClassName
{
background-color: #E05362;
}
</style>
border-color css
<style>
span { border-color: #E05362; }
span { border-color: rgb(224,83,98); }
td.TdClassName
{
border-color: #E05362;
}
.TagClassName
{
border-color: #E05362;
}
</style>