Shades of Mandy #E15053
Tints of Mandy #E15053
RGB
CMYK
RGB Variations
Color information
#E15053 (or 0xE15053) is known color: Mandy. HEX triplet: E1, 50 and 53. RGB value is (225,80,83). Sum of RGB (Red+Green+Blue) = 225+80+83=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E15053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15053 is #1EAFAC. Grayscale: #7B7B7B. Windows color (decimal): -2011053 or 5460193. OLE color: 5460193.
HSL color Cylindrical-coordinate representation of color #E15053: hue angle of 358.76º degrees, saturation: 0.71, 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 #E15053 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 83 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.12 |
| HSL | 358.76º | 0.71% | 0.6% | - |
| HSV(B) | 358.76º | 0.64% | 0.88% | - |
| XYZ | 35.48 | 22.37 | 10.63 | - |
| YUV | 123.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 83 | 0 | 0.64 | 0.63 | 0.12 | 358.76 | 0.71 | 0.6 |
| Hex | E1 | 50 | 53 | 0 | 40 | 3F | C | 167 | 47 | 3C |
| Octal | 341 | 120 | 123 | 0 | 100 | 77 | 14 | 547 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1010011 | 0 | 1000000 | 111111 | 1100 | 101100111 | 1000111 | 111100 |
Color Harmonies of #E15053
Complementary color
Monochromatic Colors of #E15053
Black with #E15053
Text Example
Text Example
White with #E15053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15053; }
p { color: rgb(225,80,83); }
H1.HeaderClassName
{
color: #E15053;
}
.AnyTagClassName
{
color: #E15053;
}
</style>
background-color css
<style>
a { background-color: #E15053; }
a { background-color: rgb(225,80,83); }
div.DivClassName
{
background-color: #E15053;
}
.BgClassName
{
background-color: #E15053;
}
</style>
border-color css
<style>
span { border-color: #E15053; }
span { border-color: rgb(225,80,83); }
td.TdClassName
{
border-color: #E15053;
}
.TagClassName
{
border-color: #E15053;
}
</style>