Shades of Mandy #E64A4C
Tints of Mandy #E64A4C
RGB
CMYK
RGB Variations
Color information
#E64A4C (or 0xE64A4C) is known color: Mandy. HEX triplet: E6, 4A and 4C. RGB value is (230,74,76). Sum of RGB (Red+Green+Blue) = 230+74+76=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A4C is #19B5B3. Grayscale: #797979. Windows color (decimal): -1684916 or 4999910. OLE color: 4999910.
HSL color Cylindrical-coordinate representation of color #E64A4C: hue angle of 359.23º 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 #E64A4C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 76 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.10 |
| HSL | 359.23º | 0.76% | 0.6% | - |
| HSV(B) | 359.23º | 0.68% | 0.9% | - |
| XYZ | 36.39 | 22.24 | 9.21 | - |
| YUV | 120.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 76 | 0 | 0.68 | 0.67 | 0.10 | 359.23 | 0.76 | 0.6 |
| Hex | E6 | 4A | 4C | 0 | 44 | 43 | A | 167 | 4C | 3C |
| Octal | 346 | 112 | 114 | 0 | 104 | 103 | 12 | 547 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1001100 | 0 | 1000100 | 1000011 | 1010 | 101100111 | 1001100 | 111100 |
Color Harmonies of #E64A4C
Complementary color
Monochromatic Colors of #E64A4C
Black with #E64A4C
Text Example
Text Example
White with #E64A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A4C; }
p { color: rgb(230,74,76); }
H1.HeaderClassName
{
color: #E64A4C;
}
.AnyTagClassName
{
color: #E64A4C;
}
</style>
background-color css
<style>
a { background-color: #E64A4C; }
a { background-color: rgb(230,74,76); }
div.DivClassName
{
background-color: #E64A4C;
}
.BgClassName
{
background-color: #E64A4C;
}
</style>
border-color css
<style>
span { border-color: #E64A4C; }
span { border-color: rgb(230,74,76); }
td.TdClassName
{
border-color: #E64A4C;
}
.TagClassName
{
border-color: #E64A4C;
}
</style>