Shades of Illusion #E69BAA
Tints of Illusion #E69BAA
RGB
CMYK
RGB Variations
Color information
#E69BAA (or 0xE69BAA) is known color: Illusion. HEX triplet: E6, 9B and AA. RGB value is (230,155,170). Sum of RGB (Red+Green+Blue) = 230+155+170=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BAA is #196455. Grayscale: #B3B3B3. Windows color (decimal): -1664086 or 11181030. OLE color: 11181030.
HSL color Cylindrical-coordinate representation of color #E69BAA: hue angle of 348º 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 #E69BAA is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 170 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.10 |
| HSL | 348º | 0.6% | 0.75% | - |
| HSV(B) | 348º | 0.33% | 0.9% | - |
| XYZ | 51.61 | 43.17 | 43.64 | - |
| YUV | 179.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 170 | 0 | 0.33 | 0.26 | 0.10 | 348 | 0.6 | 0.75 |
| Hex | E6 | 9B | AA | 0 | 21 | 1A | A | 15C | 3C | 4B |
| Octal | 346 | 233 | 252 | 0 | 41 | 32 | 12 | 534 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10101010 | 0 | 100001 | 11010 | 1010 | 101011100 | 111100 | 1001011 |
Color Harmonies of #E69BAA
Complementary color
Monochromatic Colors of #E69BAA
Black with #E69BAA
Text Example
Text Example
White with #E69BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BAA; }
p { color: rgb(230,155,170); }
H1.HeaderClassName
{
color: #E69BAA;
}
.AnyTagClassName
{
color: #E69BAA;
}
</style>
background-color css
<style>
a { background-color: #E69BAA; }
a { background-color: rgb(230,155,170); }
div.DivClassName
{
background-color: #E69BAA;
}
.BgClassName
{
background-color: #E69BAA;
}
</style>
border-color css
<style>
span { border-color: #E69BAA; }
span { border-color: rgb(230,155,170); }
td.TdClassName
{
border-color: #E69BAA;
}
.TagClassName
{
border-color: #E69BAA;
}
</style>