Shades of Illusion #E69AB1
Tints of Illusion #E69AB1
RGB
CMYK
RGB Variations
Color information
#E69AB1 (or 0xE69AB1) is known color: Illusion. HEX triplet: E6, 9A and B1. RGB value is (230,154,177). Sum of RGB (Red+Green+Blue) = 230+154+177=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AB1 is #19654E. Grayscale: #B3B3B3. Windows color (decimal): -1664335 or 11639526. OLE color: 11639526.
HSL color Cylindrical-coordinate representation of color #E69AB1: hue angle of 341.84º 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 #E69AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 177 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.10 |
| HSL | 341.84º | 0.6% | 0.75% | - |
| HSV(B) | 341.84º | 0.33% | 0.9% | - |
| XYZ | 52.12 | 43.11 | 47.17 | - |
| YUV | 179.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 177 | 0 | 0.33 | 0.23 | 0.10 | 341.84 | 0.6 | 0.75 |
| Hex | E6 | 9A | B1 | 0 | 21 | 17 | A | 156 | 3C | 4B |
| Octal | 346 | 232 | 261 | 0 | 41 | 27 | 12 | 526 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10110001 | 0 | 100001 | 10111 | 1010 | 101010110 | 111100 | 1001011 |
Color Harmonies of #E69AB1
Complementary color
Monochromatic Colors of #E69AB1
Black with #E69AB1
Text Example
Text Example
White with #E69AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AB1; }
p { color: rgb(230,154,177); }
H1.HeaderClassName
{
color: #E69AB1;
}
.AnyTagClassName
{
color: #E69AB1;
}
</style>
background-color css
<style>
a { background-color: #E69AB1; }
a { background-color: rgb(230,154,177); }
div.DivClassName
{
background-color: #E69AB1;
}
.BgClassName
{
background-color: #E69AB1;
}
</style>
border-color css
<style>
span { border-color: #E69AB1; }
span { border-color: rgb(230,154,177); }
td.TdClassName
{
border-color: #E69AB1;
}
.TagClassName
{
border-color: #E69AB1;
}
</style>