Shades of Illusion #E69DAC
Tints of Illusion #E69DAC
RGB
CMYK
RGB Variations
Color information
#E69DAC (or 0xE69DAC) is known color: Illusion. HEX triplet: E6, 9D and AC. RGB value is (230,157,172). Sum of RGB (Red+Green+Blue) = 230+157+172=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DAC is #196253. Grayscale: #B4B4B4. Windows color (decimal): -1663572 or 11312614. OLE color: 11312614.
HSL color Cylindrical-coordinate representation of color #E69DAC: hue angle of 347.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DAC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 172 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.10 |
| HSL | 347.67º | 0.59% | 0.76% | - |
| HSV(B) | 347.67º | 0.32% | 0.9% | - |
| XYZ | 52.14 | 43.92 | 44.76 | - |
| YUV | 180.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 172 | 0 | 0.32 | 0.25 | 0.10 | 347.67 | 0.59 | 0.76 |
| Hex | E6 | 9D | AC | 0 | 20 | 19 | A | 15C | 3B | 4C |
| Octal | 346 | 235 | 254 | 0 | 40 | 31 | 12 | 534 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10101100 | 0 | 100000 | 11001 | 1010 | 101011100 | 111011 | 1001100 |
Color Harmonies of #E69DAC
Complementary color
Monochromatic Colors of #E69DAC
Black with #E69DAC
Text Example
Text Example
White with #E69DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DAC; }
p { color: rgb(230,157,172); }
H1.HeaderClassName
{
color: #E69DAC;
}
.AnyTagClassName
{
color: #E69DAC;
}
</style>
background-color css
<style>
a { background-color: #E69DAC; }
a { background-color: rgb(230,157,172); }
div.DivClassName
{
background-color: #E69DAC;
}
.BgClassName
{
background-color: #E69DAC;
}
</style>
border-color css
<style>
span { border-color: #E69DAC; }
span { border-color: rgb(230,157,172); }
td.TdClassName
{
border-color: #E69DAC;
}
.TagClassName
{
border-color: #E69DAC;
}
</style>