Shades of Mandy #E54C5B
Tints of Mandy #E54C5B
RGB
CMYK
RGB Variations
Color information
#E54C5B (or 0xE54C5B) is known color: Mandy. HEX triplet: E5, 4C and 5B. RGB value is (229,76,91). Sum of RGB (Red+Green+Blue) = 229+76+91=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C5B is #1AB3A4. Grayscale: #7B7B7B. Windows color (decimal): -1749925 or 5983461. OLE color: 5983461.
HSL color Cylindrical-coordinate representation of color #E54C5B: hue angle of 354.12º 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 #E54C5B is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 91 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.10 |
| HSL | 354.12º | 0.75% | 0.6% | - |
| HSV(B) | 354.12º | 0.67% | 0.9% | - |
| XYZ | 36.79 | 22.58 | 12.32 | - |
| YUV | 123.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 91 | 0 | 0.67 | 0.60 | 0.10 | 354.12 | 0.75 | 0.6 |
| Hex | E5 | 4C | 5B | 0 | 43 | 3C | A | 162 | 4B | 3C |
| Octal | 345 | 114 | 133 | 0 | 103 | 74 | 12 | 542 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1011011 | 0 | 1000011 | 111100 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E54C5B
Complementary color
Monochromatic Colors of #E54C5B
Black with #E54C5B
Text Example
Text Example
White with #E54C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C5B; }
p { color: rgb(229,76,91); }
H1.HeaderClassName
{
color: #E54C5B;
}
.AnyTagClassName
{
color: #E54C5B;
}
</style>
background-color css
<style>
a { background-color: #E54C5B; }
a { background-color: rgb(229,76,91); }
div.DivClassName
{
background-color: #E54C5B;
}
.BgClassName
{
background-color: #E54C5B;
}
</style>
border-color css
<style>
span { border-color: #E54C5B; }
span { border-color: rgb(229,76,91); }
td.TdClassName
{
border-color: #E54C5B;
}
.TagClassName
{
border-color: #E54C5B;
}
</style>