Shades of Mandy #E8495B
Tints of Mandy #E8495B
RGB
CMYK
RGB Variations
Color information
#E8495B (or 0xE8495B) is known color: Mandy. HEX triplet: E8, 49 and 5B. RGB value is (232,73,91). Sum of RGB (Red+Green+Blue) = 232+73+91=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8495B is #17B6A4. Grayscale: #7A7A7A. Windows color (decimal): -1554085 or 5982696. OLE color: 5982696.
HSL color Cylindrical-coordinate representation of color #E8495B: hue angle of 353.21º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8495B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 353.21º | 0.78% | 0.6% | - |
| HSV(B) | 353.21º | 0.69% | 0.91% | - |
| XYZ | 37.55 | 22.68 | 12.3 | - |
| YUV | 122.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 91 | 0 | 0.69 | 0.61 | 0.09 | 353.21 | 0.78 | 0.6 |
| Hex | E8 | 49 | 5B | 0 | 45 | 3D | 9 | 161 | 4E | 3C |
| Octal | 350 | 111 | 133 | 0 | 105 | 75 | 11 | 541 | 116 | 74 |
| Binary | 11101000 | 1001001 | 1011011 | 0 | 1000101 | 111101 | 1001 | 101100001 | 1001110 | 111100 |
Color Harmonies of #E8495B
Complementary color
Monochromatic Colors of #E8495B
Black with #E8495B
Text Example
Text Example
White with #E8495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8495B; }
p { color: rgb(232,73,91); }
H1.HeaderClassName
{
color: #E8495B;
}
.AnyTagClassName
{
color: #E8495B;
}
</style>
background-color css
<style>
a { background-color: #E8495B; }
a { background-color: rgb(232,73,91); }
div.DivClassName
{
background-color: #E8495B;
}
.BgClassName
{
background-color: #E8495B;
}
</style>
border-color css
<style>
span { border-color: #E8495B; }
span { border-color: rgb(232,73,91); }
td.TdClassName
{
border-color: #E8495B;
}
.TagClassName
{
border-color: #E8495B;
}
</style>