Shades of Mandy #E94955
Tints of Mandy #E94955
RGB
CMYK
RGB Variations
Color information
#E94955 (or 0xE94955) is known color: Mandy. HEX triplet: E9, 49 and 55. RGB value is (233,73,85). Sum of RGB (Red+Green+Blue) = 233+73+85=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E94955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94955 is #16B6AA. Grayscale: #7A7A7A. Windows color (decimal): -1488555 or 5589481. OLE color: 5589481.
HSL color Cylindrical-coordinate representation of color #E94955: hue angle of 355.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94955 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.09 |
| HSL | 355.5º | 0.78% | 0.6% | - |
| HSV(B) | 355.5º | 0.69% | 0.91% | - |
| XYZ | 37.63 | 22.74 | 11 | - |
| YUV | 122.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 85 | 0 | 0.69 | 0.64 | 0.09 | 355.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | 55 | 0 | 45 | 40 | 9 | 164 | 4E | 3C |
| Octal | 351 | 111 | 125 | 0 | 105 | 100 | 11 | 544 | 116 | 74 |
| Binary | 11101001 | 1001001 | 1010101 | 0 | 1000101 | 1000000 | 1001 | 101100100 | 1001110 | 111100 |
Color Harmonies of #E94955
Complementary color
Monochromatic Colors of #E94955
Black with #E94955
Text Example
Text Example
White with #E94955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94955; }
p { color: rgb(233,73,85); }
H1.HeaderClassName
{
color: #E94955;
}
.AnyTagClassName
{
color: #E94955;
}
</style>
background-color css
<style>
a { background-color: #E94955; }
a { background-color: rgb(233,73,85); }
div.DivClassName
{
background-color: #E94955;
}
.BgClassName
{
background-color: #E94955;
}
</style>
border-color css
<style>
span { border-color: #E94955; }
span { border-color: rgb(233,73,85); }
td.TdClassName
{
border-color: #E94955;
}
.TagClassName
{
border-color: #E94955;
}
</style>