Shades of Illusion #E69CAA
Tints of Illusion #E69CAA
RGB
CMYK
RGB Variations
Color information
#E69CAA (or 0xE69CAA) is known color: Illusion. HEX triplet: E6, 9C and AA. RGB value is (230,156,170). Sum of RGB (Red+Green+Blue) = 230+156+170=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CAA is #196355. Grayscale: #B3B3B3. Windows color (decimal): -1663830 or 11181286. OLE color: 11181286.
HSL color Cylindrical-coordinate representation of color #E69CAA: hue angle of 348.65º 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 #E69CAA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 170 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.10 |
| HSL | 348.65º | 0.6% | 0.76% | - |
| HSV(B) | 348.65º | 0.32% | 0.9% | - |
| XYZ | 51.78 | 43.5 | 43.7 | - |
| YUV | 179.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 170 | 0 | 0.32 | 0.26 | 0.10 | 348.65 | 0.6 | 0.76 |
| Hex | E6 | 9C | AA | 0 | 20 | 1A | A | 15D | 3C | 4C |
| Octal | 346 | 234 | 252 | 0 | 40 | 32 | 12 | 535 | 74 | 114 |
| Binary | 11100110 | 10011100 | 10101010 | 0 | 100000 | 11010 | 1010 | 101011101 | 111100 | 1001100 |
Color Harmonies of #E69CAA
Complementary color
Monochromatic Colors of #E69CAA
Black with #E69CAA
Text Example
Text Example
White with #E69CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CAA; }
p { color: rgb(230,156,170); }
H1.HeaderClassName
{
color: #E69CAA;
}
.AnyTagClassName
{
color: #E69CAA;
}
</style>
background-color css
<style>
a { background-color: #E69CAA; }
a { background-color: rgb(230,156,170); }
div.DivClassName
{
background-color: #E69CAA;
}
.BgClassName
{
background-color: #E69CAA;
}
</style>
border-color css
<style>
span { border-color: #E69CAA; }
span { border-color: rgb(230,156,170); }
td.TdClassName
{
border-color: #E69CAA;
}
.TagClassName
{
border-color: #E69CAA;
}
</style>