Shades of Mandy #E9505D
Tints of Mandy #E9505D
RGB
CMYK
RGB Variations
Color information
#E9505D (or 0xE9505D) is known color: Mandy. HEX triplet: E9, 50 and 5D. RGB value is (233,80,93). Sum of RGB (Red+Green+Blue) = 233+80+93=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9505D is #16AFA2. Grayscale: #7F7F7F. Windows color (decimal): -1486755 or 6115561. OLE color: 6115561.
HSL color Cylindrical-coordinate representation of color #E9505D: hue angle of 354.9º 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 #E9505D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 93 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.09 |
| HSL | 354.9º | 0.78% | 0.61% | - |
| HSV(B) | 354.9º | 0.66% | 0.91% | - |
| XYZ | 38.45 | 23.85 | 12.93 | - |
| YUV | 127.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 93 | 0 | 0.66 | 0.60 | 0.09 | 354.9 | 0.78 | 0.61 |
| Hex | E9 | 50 | 5D | 0 | 42 | 3C | 9 | 163 | 4E | 3D |
| Octal | 351 | 120 | 135 | 0 | 102 | 74 | 11 | 543 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1011101 | 0 | 1000010 | 111100 | 1001 | 101100011 | 1001110 | 111101 |
Color Harmonies of #E9505D
Complementary color
Monochromatic Colors of #E9505D
Black with #E9505D
Text Example
Text Example
White with #E9505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9505D; }
p { color: rgb(233,80,93); }
H1.HeaderClassName
{
color: #E9505D;
}
.AnyTagClassName
{
color: #E9505D;
}
</style>
background-color css
<style>
a { background-color: #E9505D; }
a { background-color: rgb(233,80,93); }
div.DivClassName
{
background-color: #E9505D;
}
.BgClassName
{
background-color: #E9505D;
}
</style>
border-color css
<style>
span { border-color: #E9505D; }
span { border-color: rgb(233,80,93); }
td.TdClassName
{
border-color: #E9505D;
}
.TagClassName
{
border-color: #E9505D;
}
</style>