Shades of Mandy #E94A5E
Tints of Mandy #E94A5E
RGB
CMYK
RGB Variations
Color information
#E94A5E (or 0xE94A5E) is known color: Mandy. HEX triplet: E9, 4A and 5E. RGB value is (233,74,94). Sum of RGB (Red+Green+Blue) = 233+74+94=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A5E is #16B5A1. Grayscale: #7B7B7B. Windows color (decimal): -1488290 or 6179561. OLE color: 6179561.
HSL color Cylindrical-coordinate representation of color #E94A5E: hue angle of 352.45º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A5E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 94 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.09 |
| HSL | 352.45º | 0.78% | 0.6% | - |
| HSV(B) | 352.45º | 0.68% | 0.91% | - |
| XYZ | 38.07 | 23.03 | 13.03 | - |
| YUV | 123.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 94 | 0 | 0.68 | 0.60 | 0.09 | 352.45 | 0.78 | 0.6 |
| Hex | E9 | 4A | 5E | 0 | 44 | 3C | 9 | 160 | 4E | 3C |
| Octal | 351 | 112 | 136 | 0 | 104 | 74 | 11 | 540 | 116 | 74 |
| Binary | 11101001 | 1001010 | 1011110 | 0 | 1000100 | 111100 | 1001 | 101100000 | 1001110 | 111100 |
Color Harmonies of #E94A5E
Complementary color
Monochromatic Colors of #E94A5E
Black with #E94A5E
Text Example
Text Example
White with #E94A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A5E; }
p { color: rgb(233,74,94); }
H1.HeaderClassName
{
color: #E94A5E;
}
.AnyTagClassName
{
color: #E94A5E;
}
</style>
background-color css
<style>
a { background-color: #E94A5E; }
a { background-color: rgb(233,74,94); }
div.DivClassName
{
background-color: #E94A5E;
}
.BgClassName
{
background-color: #E94A5E;
}
</style>
border-color css
<style>
span { border-color: #E94A5E; }
span { border-color: rgb(233,74,94); }
td.TdClassName
{
border-color: #E94A5E;
}
.TagClassName
{
border-color: #E94A5E;
}
</style>