Shades of Mandy #E54A4E
Tints of Mandy #E54A4E
RGB
CMYK
RGB Variations
Color information
#E54A4E (or 0xE54A4E) is known color: Mandy. HEX triplet: E5, 4A and 4E. RGB value is (229,74,78). Sum of RGB (Red+Green+Blue) = 229+74+78=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A4E is #1AB5B1. Grayscale: #787878. Windows color (decimal): -1750450 or 5130981. OLE color: 5130981.
HSL color Cylindrical-coordinate representation of color #E54A4E: hue angle of 358.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A4E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 78 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.10 |
| HSL | 358.45º | 0.75% | 0.59% | - |
| HSV(B) | 358.45º | 0.68% | 0.9% | - |
| XYZ | 36.14 | 22.11 | 9.57 | - |
| YUV | 120.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 78 | 0 | 0.68 | 0.66 | 0.10 | 358.45 | 0.75 | 0.59 |
| Hex | E5 | 4A | 4E | 0 | 44 | 42 | A | 166 | 4B | 3B |
| Octal | 345 | 112 | 116 | 0 | 104 | 102 | 12 | 546 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1001110 | 0 | 1000100 | 1000010 | 1010 | 101100110 | 1001011 | 111011 |
Color Harmonies of #E54A4E
Complementary color
Monochromatic Colors of #E54A4E
Black with #E54A4E
Text Example
Text Example
White with #E54A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A4E; }
p { color: rgb(229,74,78); }
H1.HeaderClassName
{
color: #E54A4E;
}
.AnyTagClassName
{
color: #E54A4E;
}
</style>
background-color css
<style>
a { background-color: #E54A4E; }
a { background-color: rgb(229,74,78); }
div.DivClassName
{
background-color: #E54A4E;
}
.BgClassName
{
background-color: #E54A4E;
}
</style>
border-color css
<style>
span { border-color: #E54A4E; }
span { border-color: rgb(229,74,78); }
td.TdClassName
{
border-color: #E54A4E;
}
.TagClassName
{
border-color: #E54A4E;
}
</style>