Shades of Mandy #E64A4E
Tints of Mandy #E64A4E
RGB
CMYK
RGB Variations
Color information
#E64A4E (or 0xE64A4E) is known color: Mandy. HEX triplet: E6, 4A and 4E. RGB value is (230,74,78). Sum of RGB (Red+Green+Blue) = 230+74+78=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A4E is #19B5B1. Grayscale: #797979. Windows color (decimal): -1684914 or 5130982. OLE color: 5130982.
HSL color Cylindrical-coordinate representation of color #E64A4E: hue angle of 358.46º 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 #E64A4E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 78 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.10 |
| HSL | 358.46º | 0.76% | 0.6% | - |
| HSV(B) | 358.46º | 0.68% | 0.9% | - |
| XYZ | 36.46 | 22.27 | 9.58 | - |
| YUV | 121.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 78 | 0 | 0.68 | 0.66 | 0.10 | 358.46 | 0.76 | 0.6 |
| Hex | E6 | 4A | 4E | 0 | 44 | 42 | A | 166 | 4C | 3C |
| Octal | 346 | 112 | 116 | 0 | 104 | 102 | 12 | 546 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1001110 | 0 | 1000100 | 1000010 | 1010 | 101100110 | 1001100 | 111100 |
Color Harmonies of #E64A4E
Complementary color
Monochromatic Colors of #E64A4E
Black with #E64A4E
Text Example
Text Example
White with #E64A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A4E; }
p { color: rgb(230,74,78); }
H1.HeaderClassName
{
color: #E64A4E;
}
.AnyTagClassName
{
color: #E64A4E;
}
</style>
background-color css
<style>
a { background-color: #E64A4E; }
a { background-color: rgb(230,74,78); }
div.DivClassName
{
background-color: #E64A4E;
}
.BgClassName
{
background-color: #E64A4E;
}
</style>
border-color css
<style>
span { border-color: #E64A4E; }
span { border-color: rgb(230,74,78); }
td.TdClassName
{
border-color: #E64A4E;
}
.TagClassName
{
border-color: #E64A4E;
}
</style>