Shades of Mandy #E54953
Tints of Mandy #E54953
RGB
CMYK
RGB Variations
Color information
#E54953 (or 0xE54953) is known color: Mandy. HEX triplet: E5, 49 and 53. RGB value is (229,73,83). Sum of RGB (Red+Green+Blue) = 229+73+83=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E54953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54953 is #1AB6AC. Grayscale: #787878. Windows color (decimal): -1750701 or 5458405. OLE color: 5458405.
HSL color Cylindrical-coordinate representation of color #E54953: hue angle of 356.15º 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 #E54953 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 83 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.10 |
| HSL | 356.15º | 0.75% | 0.59% | - |
| HSV(B) | 356.15º | 0.68% | 0.9% | - |
| XYZ | 36.26 | 22.05 | 10.53 | - |
| YUV | 120.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 83 | 0 | 0.68 | 0.64 | 0.10 | 356.15 | 0.75 | 0.59 |
| Hex | E5 | 49 | 53 | 0 | 44 | 40 | A | 164 | 4B | 3B |
| Octal | 345 | 111 | 123 | 0 | 104 | 100 | 12 | 544 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1010011 | 0 | 1000100 | 1000000 | 1010 | 101100100 | 1001011 | 111011 |
Color Harmonies of #E54953
Complementary color
Monochromatic Colors of #E54953
Black with #E54953
Text Example
Text Example
White with #E54953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54953; }
p { color: rgb(229,73,83); }
H1.HeaderClassName
{
color: #E54953;
}
.AnyTagClassName
{
color: #E54953;
}
</style>
background-color css
<style>
a { background-color: #E54953; }
a { background-color: rgb(229,73,83); }
div.DivClassName
{
background-color: #E54953;
}
.BgClassName
{
background-color: #E54953;
}
</style>
border-color css
<style>
span { border-color: #E54953; }
span { border-color: rgb(229,73,83); }
td.TdClassName
{
border-color: #E54953;
}
.TagClassName
{
border-color: #E54953;
}
</style>