Shades of Illusion #E69DAE
Tints of Illusion #E69DAE
RGB
CMYK
RGB Variations
Color information
#E69DAE (or 0xE69DAE) is known color: Illusion. HEX triplet: E6, 9D and AE. RGB value is (230,157,174). Sum of RGB (Red+Green+Blue) = 230+157+174=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DAE is #196251. Grayscale: #B4B4B4. Windows color (decimal): -1663570 or 11443686. OLE color: 11443686.
HSL color Cylindrical-coordinate representation of color #E69DAE: hue angle of 346.03º 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 #E69DAE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 174 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.10 |
| HSL | 346.03º | 0.59% | 0.76% | - |
| HSV(B) | 346.03º | 0.32% | 0.9% | - |
| XYZ | 52.33 | 43.99 | 45.78 | - |
| YUV | 180.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 174 | 0 | 0.32 | 0.24 | 0.10 | 346.03 | 0.59 | 0.76 |
| Hex | E6 | 9D | AE | 0 | 20 | 18 | A | 15A | 3B | 4C |
| Octal | 346 | 235 | 256 | 0 | 40 | 30 | 12 | 532 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10101110 | 0 | 100000 | 11000 | 1010 | 101011010 | 111011 | 1001100 |
Color Harmonies of #E69DAE
Complementary color
Monochromatic Colors of #E69DAE
Black with #E69DAE
Text Example
Text Example
White with #E69DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DAE; }
p { color: rgb(230,157,174); }
H1.HeaderClassName
{
color: #E69DAE;
}
.AnyTagClassName
{
color: #E69DAE;
}
</style>
background-color css
<style>
a { background-color: #E69DAE; }
a { background-color: rgb(230,157,174); }
div.DivClassName
{
background-color: #E69DAE;
}
.BgClassName
{
background-color: #E69DAE;
}
</style>
border-color css
<style>
span { border-color: #E69DAE; }
span { border-color: rgb(230,157,174); }
td.TdClassName
{
border-color: #E69DAE;
}
.TagClassName
{
border-color: #E69DAE;
}
</style>