Shades of Mandy #E8505D
Tints of Mandy #E8505D
RGB
CMYK
RGB Variations
Color information
#E8505D (or 0xE8505D) is known color: Mandy. HEX triplet: E8, 50 and 5D. RGB value is (232,80,93). Sum of RGB (Red+Green+Blue) = 232+80+93=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8505D is #17AFA2. Grayscale: #7F7F7F. Windows color (decimal): -1552291 or 6115560. OLE color: 6115560.
HSL color Cylindrical-coordinate representation of color #E8505D: hue angle of 354.87º degrees, saturation: 0.77, 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 #E8505D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 93 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.09 |
| HSL | 354.87º | 0.77% | 0.61% | - |
| HSV(B) | 354.87º | 0.66% | 0.91% | - |
| XYZ | 38.12 | 23.68 | 12.92 | - |
| YUV | 126.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 93 | 0 | 0.66 | 0.60 | 0.09 | 354.87 | 0.77 | 0.61 |
| Hex | E8 | 50 | 5D | 0 | 42 | 3C | 9 | 163 | 4D | 3D |
| Octal | 350 | 120 | 135 | 0 | 102 | 74 | 11 | 543 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1011101 | 0 | 1000010 | 111100 | 1001 | 101100011 | 1001101 | 111101 |
Color Harmonies of #E8505D
Complementary color
Monochromatic Colors of #E8505D
Black with #E8505D
Text Example
Text Example
White with #E8505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8505D; }
p { color: rgb(232,80,93); }
H1.HeaderClassName
{
color: #E8505D;
}
.AnyTagClassName
{
color: #E8505D;
}
</style>
background-color css
<style>
a { background-color: #E8505D; }
a { background-color: rgb(232,80,93); }
div.DivClassName
{
background-color: #E8505D;
}
.BgClassName
{
background-color: #E8505D;
}
</style>
border-color css
<style>
span { border-color: #E8505D; }
span { border-color: rgb(232,80,93); }
td.TdClassName
{
border-color: #E8505D;
}
.TagClassName
{
border-color: #E8505D;
}
</style>