Shades of Mandy #E75360
Tints of Mandy #E75360
RGB
CMYK
RGB Variations
Color information
#E75360 (or 0xE75360) is known color: Mandy. HEX triplet: E7, 53 and 60. RGB value is (231,83,96). Sum of RGB (Red+Green+Blue) = 231+83+96=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E75360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75360 is #18AC9F. Grayscale: #808080. Windows color (decimal): -1617056 or 6312935. OLE color: 6312935.
HSL color Cylindrical-coordinate representation of color #E75360: hue angle of 354.73º degrees, saturation: 0.76, 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 #E75360 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 96 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.09 |
| HSL | 354.73º | 0.76% | 0.62% | - |
| HSV(B) | 354.73º | 0.64% | 0.91% | - |
| XYZ | 38.16 | 24.02 | 13.69 | - |
| YUV | 128.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 96 | 0 | 0.64 | 0.58 | 0.09 | 354.73 | 0.76 | 0.62 |
| Hex | E7 | 53 | 60 | 0 | 40 | 3A | 9 | 163 | 4C | 3E |
| Octal | 347 | 123 | 140 | 0 | 100 | 72 | 11 | 543 | 114 | 76 |
| Binary | 11100111 | 1010011 | 1100000 | 0 | 1000000 | 111010 | 1001 | 101100011 | 1001100 | 111110 |
Color Harmonies of #E75360
Complementary color
Monochromatic Colors of #E75360
Black with #E75360
Text Example
Text Example
White with #E75360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75360; }
p { color: rgb(231,83,96); }
H1.HeaderClassName
{
color: #E75360;
}
.AnyTagClassName
{
color: #E75360;
}
</style>
background-color css
<style>
a { background-color: #E75360; }
a { background-color: rgb(231,83,96); }
div.DivClassName
{
background-color: #E75360;
}
.BgClassName
{
background-color: #E75360;
}
</style>
border-color css
<style>
span { border-color: #E75360; }
span { border-color: rgb(231,83,96); }
td.TdClassName
{
border-color: #E75360;
}
.TagClassName
{
border-color: #E75360;
}
</style>