Shades of Mandy #E64D5D
Tints of Mandy #E64D5D
RGB
CMYK
RGB Variations
Color information
#E64D5D (or 0xE64D5D) is known color: Mandy. HEX triplet: E6, 4D and 5D. RGB value is (230,77,93). Sum of RGB (Red+Green+Blue) = 230+77+93=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D5D is #19B2A2. Grayscale: #7C7C7C. Windows color (decimal): -1684131 or 6114790. OLE color: 6114790.
HSL color Cylindrical-coordinate representation of color #E64D5D: hue angle of 353.73º 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 #E64D5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 93 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.10 |
| HSL | 353.73º | 0.75% | 0.6% | - |
| HSV(B) | 353.73º | 0.67% | 0.9% | - |
| XYZ | 37.26 | 22.92 | 12.82 | - |
| YUV | 124.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 93 | 0 | 0.67 | 0.60 | 0.10 | 353.73 | 0.75 | 0.6 |
| Hex | E6 | 4D | 5D | 0 | 43 | 3C | A | 162 | 4B | 3C |
| Octal | 346 | 115 | 135 | 0 | 103 | 74 | 12 | 542 | 113 | 74 |
| Binary | 11100110 | 1001101 | 1011101 | 0 | 1000011 | 111100 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E64D5D
Complementary color
Monochromatic Colors of #E64D5D
Black with #E64D5D
Text Example
Text Example
White with #E64D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D5D; }
p { color: rgb(230,77,93); }
H1.HeaderClassName
{
color: #E64D5D;
}
.AnyTagClassName
{
color: #E64D5D;
}
</style>
background-color css
<style>
a { background-color: #E64D5D; }
a { background-color: rgb(230,77,93); }
div.DivClassName
{
background-color: #E64D5D;
}
.BgClassName
{
background-color: #E64D5D;
}
</style>
border-color css
<style>
span { border-color: #E64D5D; }
span { border-color: rgb(230,77,93); }
td.TdClassName
{
border-color: #E64D5D;
}
.TagClassName
{
border-color: #E64D5D;
}
</style>