Shades of Mandy #E64655
Tints of Mandy #E64655
RGB
CMYK
RGB Variations
Color information
#E64655 (or 0xE64655) is known color: Mandy. HEX triplet: E6, 46 and 55. RGB value is (230,70,85). Sum of RGB (Red+Green+Blue) = 230+70+85=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E64655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64655 is #19B9AA. Grayscale: #777777. Windows color (decimal): -1685931 or 5588710. OLE color: 5588710.
HSL color Cylindrical-coordinate representation of color #E64655: hue angle of 354.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64655 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 85 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.10 |
| HSL | 354.38º | 0.76% | 0.59% | - |
| HSV(B) | 354.38º | 0.7% | 0.9% | - |
| XYZ | 36.46 | 21.86 | 10.89 | - |
| YUV | 119.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 85 | 0 | 0.70 | 0.63 | 0.10 | 354.38 | 0.76 | 0.59 |
| Hex | E6 | 46 | 55 | 0 | 46 | 3F | A | 162 | 4C | 3B |
| Octal | 346 | 106 | 125 | 0 | 106 | 77 | 12 | 542 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1010101 | 0 | 1000110 | 111111 | 1010 | 101100010 | 1001100 | 111011 |
Color Harmonies of #E64655
Complementary color
Monochromatic Colors of #E64655
Black with #E64655
Text Example
Text Example
White with #E64655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64655; }
p { color: rgb(230,70,85); }
H1.HeaderClassName
{
color: #E64655;
}
.AnyTagClassName
{
color: #E64655;
}
</style>
background-color css
<style>
a { background-color: #E64655; }
a { background-color: rgb(230,70,85); }
div.DivClassName
{
background-color: #E64655;
}
.BgClassName
{
background-color: #E64655;
}
</style>
border-color css
<style>
span { border-color: #E64655; }
span { border-color: rgb(230,70,85); }
td.TdClassName
{
border-color: #E64655;
}
.TagClassName
{
border-color: #E64655;
}
</style>