Shades of Illusion #E69EAC
Tints of Illusion #E69EAC
RGB
CMYK
RGB Variations
Color information
#E69EAC (or 0xE69EAC) is known color: Illusion. HEX triplet: E6, 9E and AC. RGB value is (230,158,172). Sum of RGB (Red+Green+Blue) = 230+158+172=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EAC is #196153. Grayscale: #B5B5B5. Windows color (decimal): -1663316 or 11312870. OLE color: 11312870.
HSL color Cylindrical-coordinate representation of color #E69EAC: hue angle of 348.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EAC is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 172 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.10 |
| HSL | 348.33º | 0.59% | 0.76% | - |
| HSV(B) | 348.33º | 0.31% | 0.9% | - |
| XYZ | 52.31 | 44.26 | 44.82 | - |
| YUV | 181.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 172 | 0 | 0.31 | 0.25 | 0.10 | 348.33 | 0.59 | 0.76 |
| Hex | E6 | 9E | AC | 0 | 1F | 19 | A | 15C | 3B | 4C |
| Octal | 346 | 236 | 254 | 0 | 37 | 31 | 12 | 534 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10101100 | 0 | 11111 | 11001 | 1010 | 101011100 | 111011 | 1001100 |
Color Harmonies of #E69EAC
Complementary color
Monochromatic Colors of #E69EAC
Black with #E69EAC
Text Example
Text Example
White with #E69EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EAC; }
p { color: rgb(230,158,172); }
H1.HeaderClassName
{
color: #E69EAC;
}
.AnyTagClassName
{
color: #E69EAC;
}
</style>
background-color css
<style>
a { background-color: #E69EAC; }
a { background-color: rgb(230,158,172); }
div.DivClassName
{
background-color: #E69EAC;
}
.BgClassName
{
background-color: #E69EAC;
}
</style>
border-color css
<style>
span { border-color: #E69EAC; }
span { border-color: rgb(230,158,172); }
td.TdClassName
{
border-color: #E69EAC;
}
.TagClassName
{
border-color: #E69EAC;
}
</style>