Shades of Mandy #E9505F
Tints of Mandy #E9505F
RGB
CMYK
RGB Variations
Color information
#E9505F (or 0xE9505F) is known color: Mandy. HEX triplet: E9, 50 and 5F. RGB value is (233,80,95). Sum of RGB (Red+Green+Blue) = 233+80+95=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9505F is #16AFA0. Grayscale: #7F7F7F. Windows color (decimal): -1486753 or 6246633. OLE color: 6246633.
HSL color Cylindrical-coordinate representation of color #E9505F: hue angle of 354.12º 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 #E9505F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 95 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.09 |
| HSL | 354.12º | 0.78% | 0.61% | - |
| HSV(B) | 354.12º | 0.66% | 0.91% | - |
| XYZ | 38.54 | 23.89 | 13.41 | - |
| YUV | 127.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 95 | 0 | 0.66 | 0.59 | 0.09 | 354.12 | 0.78 | 0.61 |
| Hex | E9 | 50 | 5F | 0 | 42 | 3B | 9 | 162 | 4E | 3D |
| Octal | 351 | 120 | 137 | 0 | 102 | 73 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1011111 | 0 | 1000010 | 111011 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E9505F
Complementary color
Monochromatic Colors of #E9505F
Black with #E9505F
Text Example
Text Example
White with #E9505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9505F; }
p { color: rgb(233,80,95); }
H1.HeaderClassName
{
color: #E9505F;
}
.AnyTagClassName
{
color: #E9505F;
}
</style>
background-color css
<style>
a { background-color: #E9505F; }
a { background-color: rgb(233,80,95); }
div.DivClassName
{
background-color: #E9505F;
}
.BgClassName
{
background-color: #E9505F;
}
</style>
border-color css
<style>
span { border-color: #E9505F; }
span { border-color: rgb(233,80,95); }
td.TdClassName
{
border-color: #E9505F;
}
.TagClassName
{
border-color: #E9505F;
}
</style>