Shades of Illusion #E69CAC
Tints of Illusion #E69CAC
RGB
CMYK
RGB Variations
Color information
#E69CAC (or 0xE69CAC) is known color: Illusion. HEX triplet: E6, 9C and AC. RGB value is (230,156,172). Sum of RGB (Red+Green+Blue) = 230+156+172=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CAC is #196353. Grayscale: #B3B3B3. Windows color (decimal): -1663828 or 11312358. OLE color: 11312358.
HSL color Cylindrical-coordinate representation of color #E69CAC: hue angle of 347.03º degrees, saturation: 0.6, 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 #E69CAC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 172 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.10 |
| HSL | 347.03º | 0.6% | 0.76% | - |
| HSV(B) | 347.03º | 0.32% | 0.9% | - |
| XYZ | 51.97 | 43.58 | 44.7 | - |
| YUV | 179.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 172 | 0 | 0.32 | 0.25 | 0.10 | 347.03 | 0.6 | 0.76 |
| Hex | E6 | 9C | AC | 0 | 20 | 19 | A | 15B | 3C | 4C |
| Octal | 346 | 234 | 254 | 0 | 40 | 31 | 12 | 533 | 74 | 114 |
| Binary | 11100110 | 10011100 | 10101100 | 0 | 100000 | 11001 | 1010 | 101011011 | 111100 | 1001100 |
Color Harmonies of #E69CAC
Complementary color
Monochromatic Colors of #E69CAC
Black with #E69CAC
Text Example
Text Example
White with #E69CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CAC; }
p { color: rgb(230,156,172); }
H1.HeaderClassName
{
color: #E69CAC;
}
.AnyTagClassName
{
color: #E69CAC;
}
</style>
background-color css
<style>
a { background-color: #E69CAC; }
a { background-color: rgb(230,156,172); }
div.DivClassName
{
background-color: #E69CAC;
}
.BgClassName
{
background-color: #E69CAC;
}
</style>
border-color css
<style>
span { border-color: #E69CAC; }
span { border-color: rgb(230,156,172); }
td.TdClassName
{
border-color: #E69CAC;
}
.TagClassName
{
border-color: #E69CAC;
}
</style>