Shades of Illusion #E69DB5
Tints of Illusion #E69DB5
RGB
CMYK
RGB Variations
Color information
#E69DB5 (or 0xE69DB5) is known color: Illusion. HEX triplet: E6, 9D and B5. RGB value is (230,157,181). Sum of RGB (Red+Green+Blue) = 230+157+181=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB5 is #19624A. Grayscale: #B5B5B5. Windows color (decimal): -1663563 or 11902438. OLE color: 11902438.
HSL color Cylindrical-coordinate representation of color #E69DB5: hue angle of 340.27º 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 #E69DB5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 181 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.10 |
| HSL | 340.27º | 0.59% | 0.76% | - |
| HSV(B) | 340.27º | 0.32% | 0.9% | - |
| XYZ | 53.03 | 44.27 | 49.47 | - |
| YUV | 181.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 181 | 0 | 0.32 | 0.21 | 0.10 | 340.27 | 0.59 | 0.76 |
| Hex | E6 | 9D | B5 | 0 | 20 | 15 | A | 154 | 3B | 4C |
| Octal | 346 | 235 | 265 | 0 | 40 | 25 | 12 | 524 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10110101 | 0 | 100000 | 10101 | 1010 | 101010100 | 111011 | 1001100 |
Color Harmonies of #E69DB5
Complementary color
Monochromatic Colors of #E69DB5
Black with #E69DB5
Text Example
Text Example
White with #E69DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DB5; }
p { color: rgb(230,157,181); }
H1.HeaderClassName
{
color: #E69DB5;
}
.AnyTagClassName
{
color: #E69DB5;
}
</style>
background-color css
<style>
a { background-color: #E69DB5; }
a { background-color: rgb(230,157,181); }
div.DivClassName
{
background-color: #E69DB5;
}
.BgClassName
{
background-color: #E69DB5;
}
</style>
border-color css
<style>
span { border-color: #E69DB5; }
span { border-color: rgb(230,157,181); }
td.TdClassName
{
border-color: #E69DB5;
}
.TagClassName
{
border-color: #E69DB5;
}
</style>