Shades of Illusion #E69DB3
Tints of Illusion #E69DB3
RGB
CMYK
RGB Variations
Color information
#E69DB3 (or 0xE69DB3) is known color: Illusion. HEX triplet: E6, 9D and B3. RGB value is (230,157,179). Sum of RGB (Red+Green+Blue) = 230+157+179=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB3 is #19624C. Grayscale: #B5B5B5. Windows color (decimal): -1663565 or 11771366. OLE color: 11771366.
HSL color Cylindrical-coordinate representation of color #E69DB3: hue angle of 341.92º 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 #E69DB3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 179 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.10 |
| HSL | 341.92º | 0.59% | 0.76% | - |
| HSV(B) | 341.92º | 0.32% | 0.9% | - |
| XYZ | 52.83 | 44.19 | 48.39 | - |
| YUV | 181.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 179 | 0 | 0.32 | 0.22 | 0.10 | 341.92 | 0.59 | 0.76 |
| Hex | E6 | 9D | B3 | 0 | 20 | 16 | A | 156 | 3B | 4C |
| Octal | 346 | 235 | 263 | 0 | 40 | 26 | 12 | 526 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10110011 | 0 | 100000 | 10110 | 1010 | 101010110 | 111011 | 1001100 |
Color Harmonies of #E69DB3
Complementary color
Monochromatic Colors of #E69DB3
Black with #E69DB3
Text Example
Text Example
White with #E69DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DB3; }
p { color: rgb(230,157,179); }
H1.HeaderClassName
{
color: #E69DB3;
}
.AnyTagClassName
{
color: #E69DB3;
}
</style>
background-color css
<style>
a { background-color: #E69DB3; }
a { background-color: rgb(230,157,179); }
div.DivClassName
{
background-color: #E69DB3;
}
.BgClassName
{
background-color: #E69DB3;
}
</style>
border-color css
<style>
span { border-color: #E69DB3; }
span { border-color: rgb(230,157,179); }
td.TdClassName
{
border-color: #E69DB3;
}
.TagClassName
{
border-color: #E69DB3;
}
</style>