Shades of Mandy #E64E5D
Tints of Mandy #E64E5D
RGB
CMYK
RGB Variations
Color information
#E64E5D (or 0xE64E5D) is known color: Mandy. HEX triplet: E6, 4E and 5D. RGB value is (230,78,93). Sum of RGB (Red+Green+Blue) = 230+78+93=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E5D is #19B1A2. Grayscale: #7D7D7D. Windows color (decimal): -1683875 or 6115046. OLE color: 6115046.
HSL color Cylindrical-coordinate representation of color #E64E5D: hue angle of 354.08º 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 #E64E5D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 93 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.10 |
| HSL | 354.08º | 0.75% | 0.6% | - |
| HSV(B) | 354.08º | 0.66% | 0.9% | - |
| XYZ | 37.33 | 23.06 | 12.84 | - |
| YUV | 125.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 93 | 0 | 0.66 | 0.60 | 0.10 | 354.08 | 0.75 | 0.6 |
| Hex | E6 | 4E | 5D | 0 | 42 | 3C | A | 162 | 4B | 3C |
| Octal | 346 | 116 | 135 | 0 | 102 | 74 | 12 | 542 | 113 | 74 |
| Binary | 11100110 | 1001110 | 1011101 | 0 | 1000010 | 111100 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E64E5D
Complementary color
Monochromatic Colors of #E64E5D
Black with #E64E5D
Text Example
Text Example
White with #E64E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E5D; }
p { color: rgb(230,78,93); }
H1.HeaderClassName
{
color: #E64E5D;
}
.AnyTagClassName
{
color: #E64E5D;
}
</style>
background-color css
<style>
a { background-color: #E64E5D; }
a { background-color: rgb(230,78,93); }
div.DivClassName
{
background-color: #E64E5D;
}
.BgClassName
{
background-color: #E64E5D;
}
</style>
border-color css
<style>
span { border-color: #E64E5D; }
span { border-color: rgb(230,78,93); }
td.TdClassName
{
border-color: #E64E5D;
}
.TagClassName
{
border-color: #E64E5D;
}
</style>