Shades of Mandy #E75156
Tints of Mandy #E75156
RGB
CMYK
RGB Variations
Color information
#E75156 (or 0xE75156) is known color: Mandy. HEX triplet: E7, 51 and 56. RGB value is (231,81,86). Sum of RGB (Red+Green+Blue) = 231+81+86=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E75156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75156 is #18AEA9. Grayscale: #7E7E7E. Windows color (decimal): -1617578 or 5657063. OLE color: 5657063.
HSL color Cylindrical-coordinate representation of color #E75156: hue angle of 358º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75156 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 86 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.09 |
| HSL | 358º | 0.76% | 0.61% | - |
| HSV(B) | 358º | 0.65% | 0.91% | - |
| XYZ | 37.58 | 23.55 | 11.37 | - |
| YUV | 126.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 86 | 0 | 0.65 | 0.63 | 0.09 | 358 | 0.76 | 0.61 |
| Hex | E7 | 51 | 56 | 0 | 41 | 3F | 9 | 166 | 4C | 3D |
| Octal | 347 | 121 | 126 | 0 | 101 | 77 | 11 | 546 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1010110 | 0 | 1000001 | 111111 | 1001 | 101100110 | 1001100 | 111101 |
Color Harmonies of #E75156
Complementary color
Monochromatic Colors of #E75156
Black with #E75156
Text Example
Text Example
White with #E75156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75156; }
p { color: rgb(231,81,86); }
H1.HeaderClassName
{
color: #E75156;
}
.AnyTagClassName
{
color: #E75156;
}
</style>
background-color css
<style>
a { background-color: #E75156; }
a { background-color: rgb(231,81,86); }
div.DivClassName
{
background-color: #E75156;
}
.BgClassName
{
background-color: #E75156;
}
</style>
border-color css
<style>
span { border-color: #E75156; }
span { border-color: rgb(231,81,86); }
td.TdClassName
{
border-color: #E75156;
}
.TagClassName
{
border-color: #E75156;
}
</style>