Shades of Mandy #E64A54
Tints of Mandy #E64A54
RGB
CMYK
RGB Variations
Color information
#E64A54 (or 0xE64A54) is known color: Mandy. HEX triplet: E6, 4A and 54. RGB value is (230,74,84). Sum of RGB (Red+Green+Blue) = 230+74+84=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A54 is #19B5AB. Grayscale: #797979. Windows color (decimal): -1684908 or 5524198. OLE color: 5524198.
HSL color Cylindrical-coordinate representation of color #E64A54: hue angle of 356.15º 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 #E64A54 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 84 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.10 |
| HSL | 356.15º | 0.76% | 0.6% | - |
| HSV(B) | 356.15º | 0.68% | 0.9% | - |
| XYZ | 36.68 | 22.36 | 10.77 | - |
| YUV | 121.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 84 | 0 | 0.68 | 0.63 | 0.10 | 356.15 | 0.76 | 0.6 |
| Hex | E6 | 4A | 54 | 0 | 44 | 3F | A | 164 | 4C | 3C |
| Octal | 346 | 112 | 124 | 0 | 104 | 77 | 12 | 544 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1010100 | 0 | 1000100 | 111111 | 1010 | 101100100 | 1001100 | 111100 |
Color Harmonies of #E64A54
Complementary color
Monochromatic Colors of #E64A54
Black with #E64A54
Text Example
Text Example
White with #E64A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A54; }
p { color: rgb(230,74,84); }
H1.HeaderClassName
{
color: #E64A54;
}
.AnyTagClassName
{
color: #E64A54;
}
</style>
background-color css
<style>
a { background-color: #E64A54; }
a { background-color: rgb(230,74,84); }
div.DivClassName
{
background-color: #E64A54;
}
.BgClassName
{
background-color: #E64A54;
}
</style>
border-color css
<style>
span { border-color: #E64A54; }
span { border-color: rgb(230,74,84); }
td.TdClassName
{
border-color: #E64A54;
}
.TagClassName
{
border-color: #E64A54;
}
</style>