Shades of Mandy #E64D5E
Tints of Mandy #E64D5E
RGB
CMYK
RGB Variations
Color information
#E64D5E (or 0xE64D5E) is known color: Mandy. HEX triplet: E6, 4D and 5E. RGB value is (230,77,94). Sum of RGB (Red+Green+Blue) = 230+77+94=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D5E is #19B2A1. Grayscale: #7C7C7C. Windows color (decimal): -1684130 or 6180326. OLE color: 6180326.
HSL color Cylindrical-coordinate representation of color #E64D5E: hue angle of 353.33º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D5E is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 94 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.10 |
| HSL | 353.33º | 0.75% | 0.6% | - |
| HSV(B) | 353.33º | 0.67% | 0.9% | - |
| XYZ | 37.31 | 22.94 | 13.05 | - |
| YUV | 124.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 94 | 0 | 0.67 | 0.59 | 0.10 | 353.33 | 0.75 | 0.6 |
| Hex | E6 | 4D | 5E | 0 | 43 | 3B | A | 161 | 4B | 3C |
| Octal | 346 | 115 | 136 | 0 | 103 | 73 | 12 | 541 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1011110 | 0 | 1000011 | 111011 | 1010 | 101100001 | 1001011 | 111100 |
Color Harmonies of #E64D5E
Complementary color
Monochromatic Colors of #E64D5E
Black with #E64D5E
Text Example
Text Example
White with #E64D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D5E; }
p { color: rgb(230,77,94); }
H1.HeaderClassName
{
color: #E64D5E;
}
.AnyTagClassName
{
color: #E64D5E;
}
</style>
background-color css
<style>
a { background-color: #E64D5E; }
a { background-color: rgb(230,77,94); }
div.DivClassName
{
background-color: #E64D5E;
}
.BgClassName
{
background-color: #E64D5E;
}
</style>
border-color css
<style>
span { border-color: #E64D5E; }
span { border-color: rgb(230,77,94); }
td.TdClassName
{
border-color: #E64D5E;
}
.TagClassName
{
border-color: #E64D5E;
}
</style>