Shades of Mandy #E64A55
Tints of Mandy #E64A55
RGB
CMYK
RGB Variations
Color information
#E64A55 (or 0xE64A55) is known color: Mandy. HEX triplet: E6, 4A and 55. RGB value is (230,74,85). Sum of RGB (Red+Green+Blue) = 230+74+85=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A55 is #19B5AA. Grayscale: #7A7A7A. Windows color (decimal): -1684907 or 5589734. OLE color: 5589734.
HSL color Cylindrical-coordinate representation of color #E64A55: hue angle of 355.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A55 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 85 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.10 |
| HSL | 355.77º | 0.76% | 0.6% | - |
| HSV(B) | 355.77º | 0.68% | 0.9% | - |
| XYZ | 36.72 | 22.38 | 10.98 | - |
| YUV | 121.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 85 | 0 | 0.68 | 0.63 | 0.10 | 355.77 | 0.76 | 0.6 |
| Hex | E6 | 4A | 55 | 0 | 44 | 3F | A | 164 | 4C | 3C |
| Octal | 346 | 112 | 125 | 0 | 104 | 77 | 12 | 544 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1010101 | 0 | 1000100 | 111111 | 1010 | 101100100 | 1001100 | 111100 |
Color Harmonies of #E64A55
Complementary color
Monochromatic Colors of #E64A55
Black with #E64A55
Text Example
Text Example
White with #E64A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A55; }
p { color: rgb(230,74,85); }
H1.HeaderClassName
{
color: #E64A55;
}
.AnyTagClassName
{
color: #E64A55;
}
</style>
background-color css
<style>
a { background-color: #E64A55; }
a { background-color: rgb(230,74,85); }
div.DivClassName
{
background-color: #E64A55;
}
.BgClassName
{
background-color: #E64A55;
}
</style>
border-color css
<style>
span { border-color: #E64A55; }
span { border-color: rgb(230,74,85); }
td.TdClassName
{
border-color: #E64A55;
}
.TagClassName
{
border-color: #E64A55;
}
</style>