Shades of Mandy #E7495D
Tints of Mandy #E7495D
RGB
CMYK
RGB Variations
Color information
#E7495D (or 0xE7495D) is known color: Mandy. HEX triplet: E7, 49 and 5D. RGB value is (231,73,93). Sum of RGB (Red+Green+Blue) = 231+73+93=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E7495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7495D is #18B6A2. Grayscale: #7A7A7A. Windows color (decimal): -1619619 or 6113767. OLE color: 6113767.
HSL color Cylindrical-coordinate representation of color #E7495D: hue angle of 352.41º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7495D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 93 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.09 |
| HSL | 352.41º | 0.77% | 0.6% | - |
| HSV(B) | 352.41º | 0.68% | 0.91% | - |
| XYZ | 37.31 | 22.54 | 12.74 | - |
| YUV | 122.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 93 | 0 | 0.68 | 0.60 | 0.09 | 352.41 | 0.77 | 0.6 |
| Hex | E7 | 49 | 5D | 0 | 44 | 3C | 9 | 160 | 4D | 3C |
| Octal | 347 | 111 | 135 | 0 | 104 | 74 | 11 | 540 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1011101 | 0 | 1000100 | 111100 | 1001 | 101100000 | 1001101 | 111100 |
Color Harmonies of #E7495D
Complementary color
Monochromatic Colors of #E7495D
Black with #E7495D
Text Example
Text Example
White with #E7495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7495D; }
p { color: rgb(231,73,93); }
H1.HeaderClassName
{
color: #E7495D;
}
.AnyTagClassName
{
color: #E7495D;
}
</style>
background-color css
<style>
a { background-color: #E7495D; }
a { background-color: rgb(231,73,93); }
div.DivClassName
{
background-color: #E7495D;
}
.BgClassName
{
background-color: #E7495D;
}
</style>
border-color css
<style>
span { border-color: #E7495D; }
span { border-color: rgb(231,73,93); }
td.TdClassName
{
border-color: #E7495D;
}
.TagClassName
{
border-color: #E7495D;
}
</style>