Shades of Mandy #E64D4E
Tints of Mandy #E64D4E
RGB
CMYK
RGB Variations
Color information
#E64D4E (or 0xE64D4E) is known color: Mandy. HEX triplet: E6, 4D and 4E. RGB value is (230,77,78). Sum of RGB (Red+Green+Blue) = 230+77+78=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D4E is #19B2B1. Grayscale: #7B7B7B. Windows color (decimal): -1684146 or 5131750. OLE color: 5131750.
HSL color Cylindrical-coordinate representation of color #E64D4E: hue angle of 359.61º 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 #E64D4E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 78 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.10 |
| HSL | 359.61º | 0.75% | 0.6% | - |
| HSV(B) | 359.61º | 0.67% | 0.9% | - |
| XYZ | 36.66 | 22.68 | 9.65 | - |
| YUV | 122.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 78 | 0 | 0.67 | 0.66 | 0.10 | 359.61 | 0.75 | 0.6 |
| Hex | E6 | 4D | 4E | 0 | 43 | 42 | A | 168 | 4B | 3C |
| Octal | 346 | 115 | 116 | 0 | 103 | 102 | 12 | 550 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1001110 | 0 | 1000011 | 1000010 | 1010 | 101101000 | 1001011 | 111100 |
Color Harmonies of #E64D4E
Complementary color
Monochromatic Colors of #E64D4E
Black with #E64D4E
Text Example
Text Example
White with #E64D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D4E; }
p { color: rgb(230,77,78); }
H1.HeaderClassName
{
color: #E64D4E;
}
.AnyTagClassName
{
color: #E64D4E;
}
</style>
background-color css
<style>
a { background-color: #E64D4E; }
a { background-color: rgb(230,77,78); }
div.DivClassName
{
background-color: #E64D4E;
}
.BgClassName
{
background-color: #E64D4E;
}
</style>
border-color css
<style>
span { border-color: #E64D4E; }
span { border-color: rgb(230,77,78); }
td.TdClassName
{
border-color: #E64D4E;
}
.TagClassName
{
border-color: #E64D4E;
}
</style>