Shades of Illusion #E7A0AD
Tints of Illusion #E7A0AD
RGB
CMYK
RGB Variations
Color information
#E7A0AD (or 0xE7A0AD) is known color: Illusion. HEX triplet: E7, A0 and AD. RGB value is (231,160,173). Sum of RGB (Red+Green+Blue) = 231+160+173=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0AD is #185F52. Grayscale: #B6B6B6. Windows color (decimal): -1597267 or 11378919. OLE color: 11378919.
HSL color Cylindrical-coordinate representation of color #E7A0AD: hue angle of 349.01º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0AD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 173 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.09 |
| HSL | 349.01º | 0.6% | 0.77% | - |
| HSV(B) | 349.01º | 0.31% | 0.91% | - |
| XYZ | 53.07 | 45.15 | 45.45 | - |
| YUV | 182.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 173 | 0 | 0.31 | 0.25 | 0.09 | 349.01 | 0.6 | 0.77 |
| Hex | E7 | A0 | AD | 0 | 1F | 19 | 9 | 15D | 3C | 4D |
| Octal | 347 | 240 | 255 | 0 | 37 | 31 | 11 | 535 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10101101 | 0 | 11111 | 11001 | 1001 | 101011101 | 111100 | 1001101 |
Color Harmonies of #E7A0AD
Complementary color
Monochromatic Colors of #E7A0AD
Black with #E7A0AD
Text Example
Text Example
White with #E7A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0AD; }
p { color: rgb(231,160,173); }
H1.HeaderClassName
{
color: #E7A0AD;
}
.AnyTagClassName
{
color: #E7A0AD;
}
</style>
background-color css
<style>
a { background-color: #E7A0AD; }
a { background-color: rgb(231,160,173); }
div.DivClassName
{
background-color: #E7A0AD;
}
.BgClassName
{
background-color: #E7A0AD;
}
</style>
border-color css
<style>
span { border-color: #E7A0AD; }
span { border-color: rgb(231,160,173); }
td.TdClassName
{
border-color: #E7A0AD;
}
.TagClassName
{
border-color: #E7A0AD;
}
</style>