Shades of Mandy #E15364
Tints of Mandy #E15364
RGB
CMYK
RGB Variations
Color information
#E15364 (or 0xE15364) is known color: Mandy. HEX triplet: E1, 53 and 64. RGB value is (225,83,100). Sum of RGB (Red+Green+Blue) = 225+83+100=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E15364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15364 is #1EAC9B. Grayscale: #7F7F7F. Windows color (decimal): -2010268 or 6575073. OLE color: 6575073.
HSL color Cylindrical-coordinate representation of color #E15364: hue angle of 352.82º degrees, saturation: 0.7, 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 #E15364 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 100 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.12 |
| HSL | 352.82º | 0.7% | 0.6% | - |
| HSV(B) | 352.82º | 0.63% | 0.88% | - |
| XYZ | 36.44 | 23.11 | 14.6 | - |
| YUV | 127.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 100 | 0 | 0.63 | 0.56 | 0.12 | 352.82 | 0.7 | 0.6 |
| Hex | E1 | 53 | 64 | 0 | 3F | 38 | C | 161 | 46 | 3C |
| Octal | 341 | 123 | 144 | 0 | 77 | 70 | 14 | 541 | 106 | 74 |
| Binary | 11100001 | 1010011 | 1100100 | 0 | 111111 | 111000 | 1100 | 101100001 | 1000110 | 111100 |
Color Harmonies of #E15364
Complementary color
Monochromatic Colors of #E15364
Black with #E15364
Text Example
Text Example
White with #E15364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15364; }
p { color: rgb(225,83,100); }
H1.HeaderClassName
{
color: #E15364;
}
.AnyTagClassName
{
color: #E15364;
}
</style>
background-color css
<style>
a { background-color: #E15364; }
a { background-color: rgb(225,83,100); }
div.DivClassName
{
background-color: #E15364;
}
.BgClassName
{
background-color: #E15364;
}
</style>
border-color css
<style>
span { border-color: #E15364; }
span { border-color: rgb(225,83,100); }
td.TdClassName
{
border-color: #E15364;
}
.TagClassName
{
border-color: #E15364;
}
</style>