Shades of Mandy #E9505E
Tints of Mandy #E9505E
RGB
CMYK
RGB Variations
Color information
#E9505E (or 0xE9505E) is known color: Mandy. HEX triplet: E9, 50 and 5E. RGB value is (233,80,94). Sum of RGB (Red+Green+Blue) = 233+80+94=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9505E is #16AFA1. Grayscale: #7F7F7F. Windows color (decimal): -1486754 or 6181097. OLE color: 6181097.
HSL color Cylindrical-coordinate representation of color #E9505E: hue angle of 354.51º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9505E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 94 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.09 |
| HSL | 354.51º | 0.78% | 0.61% | - |
| HSV(B) | 354.51º | 0.66% | 0.91% | - |
| XYZ | 38.49 | 23.87 | 13.17 | - |
| YUV | 127.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 94 | 0 | 0.66 | 0.60 | 0.09 | 354.51 | 0.78 | 0.61 |
| Hex | E9 | 50 | 5E | 0 | 42 | 3C | 9 | 163 | 4E | 3D |
| Octal | 351 | 120 | 136 | 0 | 102 | 74 | 11 | 543 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1011110 | 0 | 1000010 | 111100 | 1001 | 101100011 | 1001110 | 111101 |
Color Harmonies of #E9505E
Complementary color
Monochromatic Colors of #E9505E
Black with #E9505E
Text Example
Text Example
White with #E9505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9505E; }
p { color: rgb(233,80,94); }
H1.HeaderClassName
{
color: #E9505E;
}
.AnyTagClassName
{
color: #E9505E;
}
</style>
background-color css
<style>
a { background-color: #E9505E; }
a { background-color: rgb(233,80,94); }
div.DivClassName
{
background-color: #E9505E;
}
.BgClassName
{
background-color: #E9505E;
}
</style>
border-color css
<style>
span { border-color: #E9505E; }
span { border-color: rgb(233,80,94); }
td.TdClassName
{
border-color: #E9505E;
}
.TagClassName
{
border-color: #E9505E;
}
</style>