Shades of Mandy #E7485A
Tints of Mandy #E7485A
RGB
CMYK
RGB Variations
Color information
#E7485A (or 0xE7485A) is known color: Mandy. HEX triplet: E7, 48 and 5A. RGB value is (231,72,90). Sum of RGB (Red+Green+Blue) = 231+72+90=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7485A is #18B7A5. Grayscale: #797979. Windows color (decimal): -1619878 or 5916903. OLE color: 5916903.
HSL color Cylindrical-coordinate representation of color #E7485A: hue angle of 353.21º 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 #E7485A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 90 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 353.21º | 0.77% | 0.59% | - |
| HSV(B) | 353.21º | 0.69% | 0.91% | - |
| XYZ | 37.12 | 22.36 | 12.03 | - |
| YUV | 121.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 90 | 0 | 0.69 | 0.61 | 0.09 | 353.21 | 0.77 | 0.59 |
| Hex | E7 | 48 | 5A | 0 | 45 | 3D | 9 | 161 | 4D | 3B |
| Octal | 347 | 110 | 132 | 0 | 105 | 75 | 11 | 541 | 115 | 73 |
| Binary | 11100111 | 1001000 | 1011010 | 0 | 1000101 | 111101 | 1001 | 101100001 | 1001101 | 111011 |
Color Harmonies of #E7485A
Complementary color
Monochromatic Colors of #E7485A
Black with #E7485A
Text Example
Text Example
White with #E7485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7485A; }
p { color: rgb(231,72,90); }
H1.HeaderClassName
{
color: #E7485A;
}
.AnyTagClassName
{
color: #E7485A;
}
</style>
background-color css
<style>
a { background-color: #E7485A; }
a { background-color: rgb(231,72,90); }
div.DivClassName
{
background-color: #E7485A;
}
.BgClassName
{
background-color: #E7485A;
}
</style>
border-color css
<style>
span { border-color: #E7485A; }
span { border-color: rgb(231,72,90); }
td.TdClassName
{
border-color: #E7485A;
}
.TagClassName
{
border-color: #E7485A;
}
</style>