Shades of Mandy #E54B4F
Tints of Mandy #E54B4F
RGB
CMYK
RGB Variations
Color information
#E54B4F (or 0xE54B4F) is known color: Mandy. HEX triplet: E5, 4B and 4F. RGB value is (229,75,79). Sum of RGB (Red+Green+Blue) = 229+75+79=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B4F is #1AB4B0. Grayscale: #797979. Windows color (decimal): -1750193 or 5196773. OLE color: 5196773.
HSL color Cylindrical-coordinate representation of color #E54B4F: hue angle of 358.44º 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 #E54B4F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 79 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.10 |
| HSL | 358.44º | 0.75% | 0.6% | - |
| HSV(B) | 358.44º | 0.67% | 0.9% | - |
| XYZ | 36.24 | 22.25 | 9.78 | - |
| YUV | 121.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 79 | 0 | 0.67 | 0.66 | 0.10 | 358.44 | 0.75 | 0.6 |
| Hex | E5 | 4B | 4F | 0 | 43 | 42 | A | 166 | 4B | 3C |
| Octal | 345 | 113 | 117 | 0 | 103 | 102 | 12 | 546 | 113 | 74 |
| Binary | 11100101 | 1001011 | 1001111 | 0 | 1000011 | 1000010 | 1010 | 101100110 | 1001011 | 111100 |
Color Harmonies of #E54B4F
Complementary color
Monochromatic Colors of #E54B4F
Black with #E54B4F
Text Example
Text Example
White with #E54B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B4F; }
p { color: rgb(229,75,79); }
H1.HeaderClassName
{
color: #E54B4F;
}
.AnyTagClassName
{
color: #E54B4F;
}
</style>
background-color css
<style>
a { background-color: #E54B4F; }
a { background-color: rgb(229,75,79); }
div.DivClassName
{
background-color: #E54B4F;
}
.BgClassName
{
background-color: #E54B4F;
}
</style>
border-color css
<style>
span { border-color: #E54B4F; }
span { border-color: rgb(229,75,79); }
td.TdClassName
{
border-color: #E54B4F;
}
.TagClassName
{
border-color: #E54B4F;
}
</style>