Shades of Mandy #E75460
Tints of Mandy #E75460
RGB
CMYK
RGB Variations
Color information
#E75460 (or 0xE75460) is known color: Mandy. HEX triplet: E7, 54 and 60. RGB value is (231,84,96). Sum of RGB (Red+Green+Blue) = 231+84+96=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E75460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75460 is #18AB9F. Grayscale: #818181. Windows color (decimal): -1616800 or 6313191. OLE color: 6313191.
HSL color Cylindrical-coordinate representation of color #E75460: hue angle of 355.1º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75460 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 96 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.09 |
| HSL | 355.1º | 0.75% | 0.62% | - |
| HSV(B) | 355.1º | 0.64% | 0.91% | - |
| XYZ | 38.24 | 24.17 | 13.72 | - |
| YUV | 129.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 96 | 0 | 0.64 | 0.58 | 0.09 | 355.1 | 0.75 | 0.62 |
| Hex | E7 | 54 | 60 | 0 | 40 | 3A | 9 | 163 | 4B | 3E |
| Octal | 347 | 124 | 140 | 0 | 100 | 72 | 11 | 543 | 113 | 76 |
| Binary | 11100111 | 1010100 | 1100000 | 0 | 1000000 | 111010 | 1001 | 101100011 | 1001011 | 111110 |
Color Harmonies of #E75460
Complementary color
Monochromatic Colors of #E75460
Black with #E75460
Text Example
Text Example
White with #E75460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75460; }
p { color: rgb(231,84,96); }
H1.HeaderClassName
{
color: #E75460;
}
.AnyTagClassName
{
color: #E75460;
}
</style>
background-color css
<style>
a { background-color: #E75460; }
a { background-color: rgb(231,84,96); }
div.DivClassName
{
background-color: #E75460;
}
.BgClassName
{
background-color: #E75460;
}
</style>
border-color css
<style>
span { border-color: #E75460; }
span { border-color: rgb(231,84,96); }
td.TdClassName
{
border-color: #E75460;
}
.TagClassName
{
border-color: #E75460;
}
</style>