Shades of Mandy #E05162
Tints of Mandy #E05162
RGB
CMYK
RGB Variations
Color information
#E05162 (or 0xE05162) is known color: Mandy. HEX triplet: E0, 51 and 62. RGB value is (224,81,98). Sum of RGB (Red+Green+Blue) = 224+81+98=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E05162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05162 is #1FAE9D. Grayscale: #7D7D7D. Windows color (decimal): -2076318 or 6443488. OLE color: 6443488.
HSL color Cylindrical-coordinate representation of color #E05162: hue angle of 352.87º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05162 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 98 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.12 |
| HSL | 352.87º | 0.7% | 0.6% | - |
| HSV(B) | 352.87º | 0.64% | 0.88% | - |
| XYZ | 35.89 | 22.61 | 14.03 | - |
| YUV | 125.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 98 | 0 | 0.64 | 0.56 | 0.12 | 352.87 | 0.7 | 0.6 |
| Hex | E0 | 51 | 62 | 0 | 40 | 38 | C | 161 | 46 | 3C |
| Octal | 340 | 121 | 142 | 0 | 100 | 70 | 14 | 541 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1100010 | 0 | 1000000 | 111000 | 1100 | 101100001 | 1000110 | 111100 |
Color Harmonies of #E05162
Complementary color
Monochromatic Colors of #E05162
Black with #E05162
Text Example
Text Example
White with #E05162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05162; }
p { color: rgb(224,81,98); }
H1.HeaderClassName
{
color: #E05162;
}
.AnyTagClassName
{
color: #E05162;
}
</style>
background-color css
<style>
a { background-color: #E05162; }
a { background-color: rgb(224,81,98); }
div.DivClassName
{
background-color: #E05162;
}
.BgClassName
{
background-color: #E05162;
}
</style>
border-color css
<style>
span { border-color: #E05162; }
span { border-color: rgb(224,81,98); }
td.TdClassName
{
border-color: #E05162;
}
.TagClassName
{
border-color: #E05162;
}
</style>