Shades of Mandy #E7485B
Tints of Mandy #E7485B
RGB
CMYK
RGB Variations
Color information
#E7485B (or 0xE7485B) is known color: Mandy. HEX triplet: E7, 48 and 5B. RGB value is (231,72,91). Sum of RGB (Red+Green+Blue) = 231+72+91=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7485B is #18B7A4. Grayscale: #797979. Windows color (decimal): -1619877 or 5982439. OLE color: 5982439.
HSL color Cylindrical-coordinate representation of color #E7485B: hue angle of 352.83º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7485B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 352.83º | 0.77% | 0.59% | - |
| HSV(B) | 352.83º | 0.69% | 0.91% | - |
| XYZ | 37.16 | 22.38 | 12.26 | - |
| YUV | 121.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 91 | 0 | 0.69 | 0.61 | 0.09 | 352.83 | 0.77 | 0.59 |
| Hex | E7 | 48 | 5B | 0 | 45 | 3D | 9 | 161 | 4D | 3B |
| Octal | 347 | 110 | 133 | 0 | 105 | 75 | 11 | 541 | 115 | 73 |
| Binary | 11100111 | 1001000 | 1011011 | 0 | 1000101 | 111101 | 1001 | 101100001 | 1001101 | 111011 |
Color Harmonies of #E7485B
Complementary color
Monochromatic Colors of #E7485B
Black with #E7485B
Text Example
Text Example
White with #E7485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7485B; }
p { color: rgb(231,72,91); }
H1.HeaderClassName
{
color: #E7485B;
}
.AnyTagClassName
{
color: #E7485B;
}
</style>
background-color css
<style>
a { background-color: #E7485B; }
a { background-color: rgb(231,72,91); }
div.DivClassName
{
background-color: #E7485B;
}
.BgClassName
{
background-color: #E7485B;
}
</style>
border-color css
<style>
span { border-color: #E7485B; }
span { border-color: rgb(231,72,91); }
td.TdClassName
{
border-color: #E7485B;
}
.TagClassName
{
border-color: #E7485B;
}
</style>