Shades of Mandy #E54C5F
Tints of Mandy #E54C5F
RGB
CMYK
RGB Variations
Color information
#E54C5F (or 0xE54C5F) is known color: Mandy. HEX triplet: E5, 4C and 5F. RGB value is (229,76,95). Sum of RGB (Red+Green+Blue) = 229+76+95=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C5F is #1AB3A0. Grayscale: #7B7B7B. Windows color (decimal): -1749921 or 6245605. OLE color: 6245605.
HSL color Cylindrical-coordinate representation of color #E54C5F: hue angle of 352.55º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C5F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 95 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.10 |
| HSL | 352.55º | 0.75% | 0.6% | - |
| HSV(B) | 352.55º | 0.67% | 0.9% | - |
| XYZ | 36.96 | 22.65 | 13.25 | - |
| YUV | 123.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 95 | 0 | 0.67 | 0.59 | 0.10 | 352.55 | 0.75 | 0.6 |
| Hex | E5 | 4C | 5F | 0 | 43 | 3B | A | 161 | 4B | 3C |
| Octal | 345 | 114 | 137 | 0 | 103 | 73 | 12 | 541 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1011111 | 0 | 1000011 | 111011 | 1010 | 101100001 | 1001011 | 111100 |
Color Harmonies of #E54C5F
Complementary color
Monochromatic Colors of #E54C5F
Black with #E54C5F
Text Example
Text Example
White with #E54C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C5F; }
p { color: rgb(229,76,95); }
H1.HeaderClassName
{
color: #E54C5F;
}
.AnyTagClassName
{
color: #E54C5F;
}
</style>
background-color css
<style>
a { background-color: #E54C5F; }
a { background-color: rgb(229,76,95); }
div.DivClassName
{
background-color: #E54C5F;
}
.BgClassName
{
background-color: #E54C5F;
}
</style>
border-color css
<style>
span { border-color: #E54C5F; }
span { border-color: rgb(229,76,95); }
td.TdClassName
{
border-color: #E54C5F;
}
.TagClassName
{
border-color: #E54C5F;
}
</style>