Shades of Mandy #E95255
Tints of Mandy #E95255
RGB
CMYK
RGB Variations
Color information
#E95255 (or 0xE95255) is known color: Mandy. HEX triplet: E9, 52 and 55. RGB value is (233,82,85). Sum of RGB (Red+Green+Blue) = 233+82+85=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E95255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95255 is #16ADAA. Grayscale: #7F7F7F. Windows color (decimal): -1486251 or 5591785. OLE color: 5591785.
HSL color Cylindrical-coordinate representation of color #E95255: hue angle of 358.81º degrees, saturation: 0.77, 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 #E95255 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 85 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.09 |
| HSL | 358.81º | 0.77% | 0.62% | - |
| HSV(B) | 358.81º | 0.65% | 0.91% | - |
| XYZ | 38.26 | 24.01 | 11.21 | - |
| YUV | 127.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 85 | 0 | 0.65 | 0.64 | 0.09 | 358.81 | 0.77 | 0.62 |
| Hex | E9 | 52 | 55 | 0 | 41 | 40 | 9 | 167 | 4D | 3E |
| Octal | 351 | 122 | 125 | 0 | 101 | 100 | 11 | 547 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1010101 | 0 | 1000001 | 1000000 | 1001 | 101100111 | 1001101 | 111110 |
Color Harmonies of #E95255
Complementary color
Monochromatic Colors of #E95255
Black with #E95255
Text Example
Text Example
White with #E95255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95255; }
p { color: rgb(233,82,85); }
H1.HeaderClassName
{
color: #E95255;
}
.AnyTagClassName
{
color: #E95255;
}
</style>
background-color css
<style>
a { background-color: #E95255; }
a { background-color: rgb(233,82,85); }
div.DivClassName
{
background-color: #E95255;
}
.BgClassName
{
background-color: #E95255;
}
</style>
border-color css
<style>
span { border-color: #E95255; }
span { border-color: rgb(233,82,85); }
td.TdClassName
{
border-color: #E95255;
}
.TagClassName
{
border-color: #E95255;
}
</style>