Shades of Mandy #E94C60
Tints of Mandy #E94C60
RGB
CMYK
RGB Variations
Color information
#E94C60 (or 0xE94C60) is known color: Mandy. HEX triplet: E9, 4C and 60. RGB value is (233,76,96). Sum of RGB (Red+Green+Blue) = 233+76+96=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C60 is #16B39F. Grayscale: #7D7D7D. Windows color (decimal): -1487776 or 6311145. OLE color: 6311145.
HSL color Cylindrical-coordinate representation of color #E94C60: hue angle of 352.36º 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 #E94C60 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 96 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.09 |
| HSL | 352.36º | 0.78% | 0.61% | - |
| HSV(B) | 352.36º | 0.67% | 0.91% | - |
| XYZ | 38.3 | 23.34 | 13.55 | - |
| YUV | 125.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 96 | 0 | 0.67 | 0.59 | 0.09 | 352.36 | 0.78 | 0.61 |
| Hex | E9 | 4C | 60 | 0 | 43 | 3B | 9 | 160 | 4E | 3D |
| Octal | 351 | 114 | 140 | 0 | 103 | 73 | 11 | 540 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1100000 | 0 | 1000011 | 111011 | 1001 | 101100000 | 1001110 | 111101 |
Color Harmonies of #E94C60
Complementary color
Monochromatic Colors of #E94C60
Black with #E94C60
Text Example
Text Example
White with #E94C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C60; }
p { color: rgb(233,76,96); }
H1.HeaderClassName
{
color: #E94C60;
}
.AnyTagClassName
{
color: #E94C60;
}
</style>
background-color css
<style>
a { background-color: #E94C60; }
a { background-color: rgb(233,76,96); }
div.DivClassName
{
background-color: #E94C60;
}
.BgClassName
{
background-color: #E94C60;
}
</style>
border-color css
<style>
span { border-color: #E94C60; }
span { border-color: rgb(233,76,96); }
td.TdClassName
{
border-color: #E94C60;
}
.TagClassName
{
border-color: #E94C60;
}
</style>