Shades of Mandy #E94C55
Tints of Mandy #E94C55
RGB
CMYK
RGB Variations
Color information
#E94C55 (or 0xE94C55) is known color: Mandy. HEX triplet: E9, 4C and 55. RGB value is (233,76,85). Sum of RGB (Red+Green+Blue) = 233+76+85=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C55 is #16B3AA. Grayscale: #7C7C7C. Windows color (decimal): -1487787 or 5590249. OLE color: 5590249.
HSL color Cylindrical-coordinate representation of color #E94C55: hue angle of 356.56º 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 #E94C55 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 85 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.09 |
| HSL | 356.56º | 0.78% | 0.61% | - |
| HSV(B) | 356.56º | 0.67% | 0.91% | - |
| XYZ | 37.83 | 23.15 | 11.07 | - |
| YUV | 123.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 85 | 0 | 0.67 | 0.64 | 0.09 | 356.56 | 0.78 | 0.61 |
| Hex | E9 | 4C | 55 | 0 | 43 | 40 | 9 | 165 | 4E | 3D |
| Octal | 351 | 114 | 125 | 0 | 103 | 100 | 11 | 545 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1010101 | 0 | 1000011 | 1000000 | 1001 | 101100101 | 1001110 | 111101 |
Color Harmonies of #E94C55
Complementary color
Monochromatic Colors of #E94C55
Black with #E94C55
Text Example
Text Example
White with #E94C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C55; }
p { color: rgb(233,76,85); }
H1.HeaderClassName
{
color: #E94C55;
}
.AnyTagClassName
{
color: #E94C55;
}
</style>
background-color css
<style>
a { background-color: #E94C55; }
a { background-color: rgb(233,76,85); }
div.DivClassName
{
background-color: #E94C55;
}
.BgClassName
{
background-color: #E94C55;
}
</style>
border-color css
<style>
span { border-color: #E94C55; }
span { border-color: rgb(233,76,85); }
td.TdClassName
{
border-color: #E94C55;
}
.TagClassName
{
border-color: #E94C55;
}
</style>