Shades of Illusion #E69DB0
Tints of Illusion #E69DB0
RGB
CMYK
RGB Variations
Color information
#E69DB0 (or 0xE69DB0) is known color: Illusion. HEX triplet: E6, 9D and B0. RGB value is (230,157,176). Sum of RGB (Red+Green+Blue) = 230+157+176=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DB0 is #19624F. Grayscale: #B4B4B4. Windows color (decimal): -1663568 or 11574758. OLE color: 11574758.
HSL color Cylindrical-coordinate representation of color #E69DB0: hue angle of 344.38º 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 #E69DB0 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 176 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.10 |
| HSL | 344.38º | 0.59% | 0.76% | - |
| HSV(B) | 344.38º | 0.32% | 0.9% | - |
| XYZ | 52.53 | 44.07 | 46.81 | - |
| YUV | 180.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 176 | 0 | 0.32 | 0.23 | 0.10 | 344.38 | 0.59 | 0.76 |
| Hex | E6 | 9D | B0 | 0 | 20 | 17 | A | 158 | 3B | 4C |
| Octal | 346 | 235 | 260 | 0 | 40 | 27 | 12 | 530 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10110000 | 0 | 100000 | 10111 | 1010 | 101011000 | 111011 | 1001100 |
Color Harmonies of #E69DB0
Complementary color
Monochromatic Colors of #E69DB0
Black with #E69DB0
Text Example
Text Example
White with #E69DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DB0; }
p { color: rgb(230,157,176); }
H1.HeaderClassName
{
color: #E69DB0;
}
.AnyTagClassName
{
color: #E69DB0;
}
</style>
background-color css
<style>
a { background-color: #E69DB0; }
a { background-color: rgb(230,157,176); }
div.DivClassName
{
background-color: #E69DB0;
}
.BgClassName
{
background-color: #E69DB0;
}
</style>
border-color css
<style>
span { border-color: #E69DB0; }
span { border-color: rgb(230,157,176); }
td.TdClassName
{
border-color: #E69DB0;
}
.TagClassName
{
border-color: #E69DB0;
}
</style>