Shades of Mandy #E54E5F
Tints of Mandy #E54E5F
RGB
CMYK
RGB Variations
Color information
#E54E5F (or 0xE54E5F) is known color: Mandy. HEX triplet: E5, 4E and 5F. RGB value is (229,78,95). Sum of RGB (Red+Green+Blue) = 229+78+95=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E5F is #1AB1A0. Grayscale: #7D7D7D. Windows color (decimal): -1749409 or 6246117. OLE color: 6246117.
HSL color Cylindrical-coordinate representation of color #E54E5F: hue angle of 353.25º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54E5F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 95 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.10 |
| HSL | 353.25º | 0.74% | 0.6% | - |
| HSV(B) | 353.25º | 0.66% | 0.9% | - |
| XYZ | 37.1 | 22.93 | 13.3 | - |
| YUV | 125.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 95 | 0 | 0.66 | 0.59 | 0.10 | 353.25 | 0.74 | 0.6 |
| Hex | E5 | 4E | 5F | 0 | 42 | 3B | A | 161 | 4A | 3C |
| Octal | 345 | 116 | 137 | 0 | 102 | 73 | 12 | 541 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1011111 | 0 | 1000010 | 111011 | 1010 | 101100001 | 1001010 | 111100 |
Color Harmonies of #E54E5F
Complementary color
Monochromatic Colors of #E54E5F
Black with #E54E5F
Text Example
Text Example
White with #E54E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E5F; }
p { color: rgb(229,78,95); }
H1.HeaderClassName
{
color: #E54E5F;
}
.AnyTagClassName
{
color: #E54E5F;
}
</style>
background-color css
<style>
a { background-color: #E54E5F; }
a { background-color: rgb(229,78,95); }
div.DivClassName
{
background-color: #E54E5F;
}
.BgClassName
{
background-color: #E54E5F;
}
</style>
border-color css
<style>
span { border-color: #E54E5F; }
span { border-color: rgb(229,78,95); }
td.TdClassName
{
border-color: #E54E5F;
}
.TagClassName
{
border-color: #E54E5F;
}
</style>