Shades of Mandy #E54B5A
Tints of Mandy #E54B5A
RGB
CMYK
RGB Variations
Color information
#E54B5A (or 0xE54B5A) is known color: Mandy. HEX triplet: E5, 4B and 5A. RGB value is (229,75,90). Sum of RGB (Red+Green+Blue) = 229+75+90=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B5A is #1AB4A5. Grayscale: #7A7A7A. Windows color (decimal): -1750182 or 5917669. OLE color: 5917669.
HSL color Cylindrical-coordinate representation of color #E54B5A: hue angle of 354.16º 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 #E54B5A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 90 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.10 |
| HSL | 354.16º | 0.75% | 0.6% | - |
| HSV(B) | 354.16º | 0.67% | 0.9% | - |
| XYZ | 36.67 | 22.43 | 12.07 | - |
| YUV | 122.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 90 | 0 | 0.67 | 0.61 | 0.10 | 354.16 | 0.75 | 0.6 |
| Hex | E5 | 4B | 5A | 0 | 43 | 3D | A | 162 | 4B | 3C |
| Octal | 345 | 113 | 132 | 0 | 103 | 75 | 12 | 542 | 113 | 74 |
| Binary | 11100101 | 1001011 | 1011010 | 0 | 1000011 | 111101 | 1010 | 101100010 | 1001011 | 111100 |
Color Harmonies of #E54B5A
Complementary color
Monochromatic Colors of #E54B5A
Black with #E54B5A
Text Example
Text Example
White with #E54B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B5A; }
p { color: rgb(229,75,90); }
H1.HeaderClassName
{
color: #E54B5A;
}
.AnyTagClassName
{
color: #E54B5A;
}
</style>
background-color css
<style>
a { background-color: #E54B5A; }
a { background-color: rgb(229,75,90); }
div.DivClassName
{
background-color: #E54B5A;
}
.BgClassName
{
background-color: #E54B5A;
}
</style>
border-color css
<style>
span { border-color: #E54B5A; }
span { border-color: rgb(229,75,90); }
td.TdClassName
{
border-color: #E54B5A;
}
.TagClassName
{
border-color: #E54B5A;
}
</style>