Shades of Mandy #E95155
Tints of Mandy #E95155
RGB
CMYK
RGB Variations
Color information
#E95155 (or 0xE95155) is known color: Mandy. HEX triplet: E9, 51 and 55. RGB value is (233,81,85). Sum of RGB (Red+Green+Blue) = 233+81+85=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E95155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95155 is #16AEAA. Grayscale: #7F7F7F. Windows color (decimal): -1486507 or 5591529. OLE color: 5591529.
HSL color Cylindrical-coordinate representation of color #E95155: hue angle of 358.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95155 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 85 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.09 |
| HSL | 358.42º | 0.78% | 0.62% | - |
| HSV(B) | 358.42º | 0.65% | 0.91% | - |
| XYZ | 38.19 | 23.86 | 11.19 | - |
| YUV | 126.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 85 | 0 | 0.65 | 0.64 | 0.09 | 358.42 | 0.78 | 0.62 |
| Hex | E9 | 51 | 55 | 0 | 41 | 40 | 9 | 166 | 4E | 3E |
| Octal | 351 | 121 | 125 | 0 | 101 | 100 | 11 | 546 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1010101 | 0 | 1000001 | 1000000 | 1001 | 101100110 | 1001110 | 111110 |
Color Harmonies of #E95155
Complementary color
Monochromatic Colors of #E95155
Black with #E95155
Text Example
Text Example
White with #E95155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95155; }
p { color: rgb(233,81,85); }
H1.HeaderClassName
{
color: #E95155;
}
.AnyTagClassName
{
color: #E95155;
}
</style>
background-color css
<style>
a { background-color: #E95155; }
a { background-color: rgb(233,81,85); }
div.DivClassName
{
background-color: #E95155;
}
.BgClassName
{
background-color: #E95155;
}
</style>
border-color css
<style>
span { border-color: #E95155; }
span { border-color: rgb(233,81,85); }
td.TdClassName
{
border-color: #E95155;
}
.TagClassName
{
border-color: #E95155;
}
</style>