Shades of Mandy #E94D55
Tints of Mandy #E94D55
RGB
CMYK
RGB Variations
Color information
#E94D55 (or 0xE94D55) is known color: Mandy. HEX triplet: E9, 4D and 55. RGB value is (233,77,85). Sum of RGB (Red+Green+Blue) = 233+77+85=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D55 is #16B2AA. Grayscale: #7C7C7C. Windows color (decimal): -1487531 or 5590505. OLE color: 5590505.
HSL color Cylindrical-coordinate representation of color #E94D55: hue angle of 356.92º 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 #E94D55 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 85 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.09 |
| HSL | 356.92º | 0.78% | 0.61% | - |
| HSV(B) | 356.92º | 0.67% | 0.91% | - |
| XYZ | 37.9 | 23.29 | 11.09 | - |
| YUV | 124.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 85 | 0 | 0.67 | 0.64 | 0.09 | 356.92 | 0.78 | 0.61 |
| Hex | E9 | 4D | 55 | 0 | 43 | 40 | 9 | 165 | 4E | 3D |
| Octal | 351 | 115 | 125 | 0 | 103 | 100 | 11 | 545 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1010101 | 0 | 1000011 | 1000000 | 1001 | 101100101 | 1001110 | 111101 |
Color Harmonies of #E94D55
Complementary color
Monochromatic Colors of #E94D55
Black with #E94D55
Text Example
Text Example
White with #E94D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D55; }
p { color: rgb(233,77,85); }
H1.HeaderClassName
{
color: #E94D55;
}
.AnyTagClassName
{
color: #E94D55;
}
</style>
background-color css
<style>
a { background-color: #E94D55; }
a { background-color: rgb(233,77,85); }
div.DivClassName
{
background-color: #E94D55;
}
.BgClassName
{
background-color: #E94D55;
}
</style>
border-color css
<style>
span { border-color: #E94D55; }
span { border-color: rgb(233,77,85); }
td.TdClassName
{
border-color: #E94D55;
}
.TagClassName
{
border-color: #E94D55;
}
</style>