Shades of Mandy #E64A4D
Tints of Mandy #E64A4D
RGB
CMYK
RGB Variations
Color information
#E64A4D (or 0xE64A4D) is known color: Mandy. HEX triplet: E6, 4A and 4D. RGB value is (230,74,77). Sum of RGB (Red+Green+Blue) = 230+74+77=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A4D is #19B5B2. Grayscale: #797979. Windows color (decimal): -1684915 or 5065446. OLE color: 5065446.
HSL color Cylindrical-coordinate representation of color #E64A4D: hue angle of 358.85º 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 #E64A4D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 77 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.10 |
| HSL | 358.85º | 0.76% | 0.6% | - |
| HSV(B) | 358.85º | 0.68% | 0.9% | - |
| XYZ | 36.42 | 22.26 | 9.4 | - |
| YUV | 120.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 77 | 0 | 0.68 | 0.67 | 0.10 | 358.85 | 0.76 | 0.6 |
| Hex | E6 | 4A | 4D | 0 | 44 | 43 | A | 167 | 4C | 3C |
| Octal | 346 | 112 | 115 | 0 | 104 | 103 | 12 | 547 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1001101 | 0 | 1000100 | 1000011 | 1010 | 101100111 | 1001100 | 111100 |
Color Harmonies of #E64A4D
Complementary color
Monochromatic Colors of #E64A4D
Black with #E64A4D
Text Example
Text Example
White with #E64A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A4D; }
p { color: rgb(230,74,77); }
H1.HeaderClassName
{
color: #E64A4D;
}
.AnyTagClassName
{
color: #E64A4D;
}
</style>
background-color css
<style>
a { background-color: #E64A4D; }
a { background-color: rgb(230,74,77); }
div.DivClassName
{
background-color: #E64A4D;
}
.BgClassName
{
background-color: #E64A4D;
}
</style>
border-color css
<style>
span { border-color: #E64A4D; }
span { border-color: rgb(230,74,77); }
td.TdClassName
{
border-color: #E64A4D;
}
.TagClassName
{
border-color: #E64A4D;
}
</style>