Shades of Mandy #E64E5E
Tints of Mandy #E64E5E
RGB
CMYK
RGB Variations
Color information
#E64E5E (or 0xE64E5E) is known color: Mandy. HEX triplet: E6, 4E and 5E. RGB value is (230,78,94). Sum of RGB (Red+Green+Blue) = 230+78+94=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E5E is #19B1A1. Grayscale: #7D7D7D. Windows color (decimal): -1683874 or 6180582. OLE color: 6180582.
HSL color Cylindrical-coordinate representation of color #E64E5E: hue angle of 353.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64E5E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 94 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.10 |
| HSL | 353.68º | 0.75% | 0.6% | - |
| HSV(B) | 353.68º | 0.66% | 0.9% | - |
| XYZ | 37.38 | 23.08 | 13.07 | - |
| YUV | 125.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 94 | 0 | 0.66 | 0.59 | 0.10 | 353.68 | 0.75 | 0.6 |
| Hex | E6 | 4E | 5E | 0 | 42 | 3B | A | 162 | 4B | 3C |
| Octal | 346 | 116 | 136 | 0 | 102 | 73 | 12 | 542 | 113 | 74 |
| Binary | 11100110 | 1001110 | 1011110 | 0 | 1000010 | 111011 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E64E5E
Complementary color
Monochromatic Colors of #E64E5E
Black with #E64E5E
Text Example
Text Example
White with #E64E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E5E; }
p { color: rgb(230,78,94); }
H1.HeaderClassName
{
color: #E64E5E;
}
.AnyTagClassName
{
color: #E64E5E;
}
</style>
background-color css
<style>
a { background-color: #E64E5E; }
a { background-color: rgb(230,78,94); }
div.DivClassName
{
background-color: #E64E5E;
}
.BgClassName
{
background-color: #E64E5E;
}
</style>
border-color css
<style>
span { border-color: #E64E5E; }
span { border-color: rgb(230,78,94); }
td.TdClassName
{
border-color: #E64E5E;
}
.TagClassName
{
border-color: #E64E5E;
}
</style>