Shades of Mandy #E64E5C
Tints of Mandy #E64E5C
RGB
CMYK
RGB Variations
Color information
#E64E5C (or 0xE64E5C) is known color: Mandy. HEX triplet: E6, 4E and 5C. RGB value is (230,78,92). Sum of RGB (Red+Green+Blue) = 230+78+92=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64E5C is #19B1A3. Grayscale: #7D7D7D. Windows color (decimal): -1683876 or 6049510. OLE color: 6049510.
HSL color Cylindrical-coordinate representation of color #E64E5C: hue angle of 354.47º 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 #E64E5C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 92 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.10 |
| HSL | 354.47º | 0.75% | 0.6% | - |
| HSV(B) | 354.47º | 0.66% | 0.9% | - |
| XYZ | 37.29 | 23.04 | 12.61 | - |
| YUV | 125.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 92 | 0 | 0.66 | 0.60 | 0.10 | 354.47 | 0.75 | 0.6 |
| Hex | E6 | 4E | 5C | 0 | 42 | 3C | A | 162 | 4B | 3C |
| Octal | 346 | 116 | 134 | 0 | 102 | 74 | 12 | 542 | 113 | 74 |
| Binary | 11100110 | 1001110 | 1011100 | 0 | 1000010 | 111100 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E64E5C
Complementary color
Monochromatic Colors of #E64E5C
Black with #E64E5C
Text Example
Text Example
White with #E64E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E5C; }
p { color: rgb(230,78,92); }
H1.HeaderClassName
{
color: #E64E5C;
}
.AnyTagClassName
{
color: #E64E5C;
}
</style>
background-color css
<style>
a { background-color: #E64E5C; }
a { background-color: rgb(230,78,92); }
div.DivClassName
{
background-color: #E64E5C;
}
.BgClassName
{
background-color: #E64E5C;
}
</style>
border-color css
<style>
span { border-color: #E64E5C; }
span { border-color: rgb(230,78,92); }
td.TdClassName
{
border-color: #E64E5C;
}
.TagClassName
{
border-color: #E64E5C;
}
</style>