Shades of Mandy #E5494B
Tints of Mandy #E5494B
RGB
CMYK
RGB Variations
Color information
#E5494B (or 0xE5494B) is known color: Mandy. HEX triplet: E5, 49 and 4B. RGB value is (229,73,75). Sum of RGB (Red+Green+Blue) = 229+73+75=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5494B is #1AB6B4. Grayscale: #787878. Windows color (decimal): -1750709 or 4934117. OLE color: 4934117.
HSL color Cylindrical-coordinate representation of color #E5494B: hue angle of 359.23º 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 #E5494B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 75 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.10 |
| HSL | 359.23º | 0.75% | 0.59% | - |
| HSV(B) | 359.23º | 0.68% | 0.9% | - |
| XYZ | 35.97 | 21.93 | 8.99 | - |
| YUV | 119.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 75 | 0 | 0.68 | 0.67 | 0.10 | 359.23 | 0.75 | 0.59 |
| Hex | E5 | 49 | 4B | 0 | 44 | 43 | A | 167 | 4B | 3B |
| Octal | 345 | 111 | 113 | 0 | 104 | 103 | 12 | 547 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1001011 | 0 | 1000100 | 1000011 | 1010 | 101100111 | 1001011 | 111011 |
Color Harmonies of #E5494B
Complementary color
Monochromatic Colors of #E5494B
Black with #E5494B
Text Example
Text Example
White with #E5494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5494B; }
p { color: rgb(229,73,75); }
H1.HeaderClassName
{
color: #E5494B;
}
.AnyTagClassName
{
color: #E5494B;
}
</style>
background-color css
<style>
a { background-color: #E5494B; }
a { background-color: rgb(229,73,75); }
div.DivClassName
{
background-color: #E5494B;
}
.BgClassName
{
background-color: #E5494B;
}
</style>
border-color css
<style>
span { border-color: #E5494B; }
span { border-color: rgb(229,73,75); }
td.TdClassName
{
border-color: #E5494B;
}
.TagClassName
{
border-color: #E5494B;
}
</style>