Shades of Mandy #E94C5E
Tints of Mandy #E94C5E
RGB
CMYK
RGB Variations
Color information
#E94C5E (or 0xE94C5E) is known color: Mandy. HEX triplet: E9, 4C and 5E. RGB value is (233,76,94). Sum of RGB (Red+Green+Blue) = 233+76+94=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C5E is #16B3A1. Grayscale: #7D7D7D. Windows color (decimal): -1487778 or 6180073. OLE color: 6180073.
HSL color Cylindrical-coordinate representation of color #E94C5E: hue angle of 353.12º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94C5E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 94 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.09 |
| HSL | 353.12º | 0.78% | 0.61% | - |
| HSV(B) | 353.12º | 0.67% | 0.91% | - |
| XYZ | 38.21 | 23.3 | 13.07 | - |
| YUV | 125 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 94 | 0 | 0.67 | 0.60 | 0.09 | 353.12 | 0.78 | 0.61 |
| Hex | E9 | 4C | 5E | 0 | 43 | 3C | 9 | 161 | 4E | 3D |
| Octal | 351 | 114 | 136 | 0 | 103 | 74 | 11 | 541 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1011110 | 0 | 1000011 | 111100 | 1001 | 101100001 | 1001110 | 111101 |
Color Harmonies of #E94C5E
Complementary color
Monochromatic Colors of #E94C5E
Black with #E94C5E
Text Example
Text Example
White with #E94C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C5E; }
p { color: rgb(233,76,94); }
H1.HeaderClassName
{
color: #E94C5E;
}
.AnyTagClassName
{
color: #E94C5E;
}
</style>
background-color css
<style>
a { background-color: #E94C5E; }
a { background-color: rgb(233,76,94); }
div.DivClassName
{
background-color: #E94C5E;
}
.BgClassName
{
background-color: #E94C5E;
}
</style>
border-color css
<style>
span { border-color: #E94C5E; }
span { border-color: rgb(233,76,94); }
td.TdClassName
{
border-color: #E94C5E;
}
.TagClassName
{
border-color: #E94C5E;
}
</style>