Shades of Illusion #E69AAC
Tints of Illusion #E69AAC
RGB
CMYK
RGB Variations
Color information
#E69AAC (or 0xE69AAC) is known color: Illusion. HEX triplet: E6, 9A and AC. RGB value is (230,154,172). Sum of RGB (Red+Green+Blue) = 230+154+172=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AAC is #196553. Grayscale: #B2B2B2. Windows color (decimal): -1664340 or 11311846. OLE color: 11311846.
HSL color Cylindrical-coordinate representation of color #E69AAC: hue angle of 345.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AAC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 172 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.10 |
| HSL | 345.79º | 0.6% | 0.75% | - |
| HSV(B) | 345.79º | 0.33% | 0.9% | - |
| XYZ | 51.64 | 42.91 | 44.59 | - |
| YUV | 178.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 172 | 0 | 0.33 | 0.25 | 0.10 | 345.79 | 0.6 | 0.75 |
| Hex | E6 | 9A | AC | 0 | 21 | 19 | A | 15A | 3C | 4B |
| Octal | 346 | 232 | 254 | 0 | 41 | 31 | 12 | 532 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10101100 | 0 | 100001 | 11001 | 1010 | 101011010 | 111100 | 1001011 |
Color Harmonies of #E69AAC
Complementary color
Monochromatic Colors of #E69AAC
Black with #E69AAC
Text Example
Text Example
White with #E69AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AAC; }
p { color: rgb(230,154,172); }
H1.HeaderClassName
{
color: #E69AAC;
}
.AnyTagClassName
{
color: #E69AAC;
}
</style>
background-color css
<style>
a { background-color: #E69AAC; }
a { background-color: rgb(230,154,172); }
div.DivClassName
{
background-color: #E69AAC;
}
.BgClassName
{
background-color: #E69AAC;
}
</style>
border-color css
<style>
span { border-color: #E69AAC; }
span { border-color: rgb(230,154,172); }
td.TdClassName
{
border-color: #E69AAC;
}
.TagClassName
{
border-color: #E69AAC;
}
</style>