Shades of Illusion #E69FAC
Tints of Illusion #E69FAC
RGB
CMYK
RGB Variations
Color information
#E69FAC (or 0xE69FAC) is known color: Illusion. HEX triplet: E6, 9F and AC. RGB value is (230,159,172). Sum of RGB (Red+Green+Blue) = 230+159+172=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FAC is #196053. Grayscale: #B5B5B5. Windows color (decimal): -1663060 or 11313126. OLE color: 11313126.
HSL color Cylindrical-coordinate representation of color #E69FAC: hue angle of 349.01º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FAC is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 172 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.10 |
| HSL | 349.01º | 0.59% | 0.76% | - |
| HSV(B) | 349.01º | 0.31% | 0.9% | - |
| XYZ | 52.48 | 44.6 | 44.87 | - |
| YUV | 181.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 172 | 0 | 0.31 | 0.25 | 0.10 | 349.01 | 0.59 | 0.76 |
| Hex | E6 | 9F | AC | 0 | 1F | 19 | A | 15D | 3B | 4C |
| Octal | 346 | 237 | 254 | 0 | 37 | 31 | 12 | 535 | 73 | 114 |
| Binary | 11100110 | 10011111 | 10101100 | 0 | 11111 | 11001 | 1010 | 101011101 | 111011 | 1001100 |
Color Harmonies of #E69FAC
Complementary color
Monochromatic Colors of #E69FAC
Black with #E69FAC
Text Example
Text Example
White with #E69FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FAC; }
p { color: rgb(230,159,172); }
H1.HeaderClassName
{
color: #E69FAC;
}
.AnyTagClassName
{
color: #E69FAC;
}
</style>
background-color css
<style>
a { background-color: #E69FAC; }
a { background-color: rgb(230,159,172); }
div.DivClassName
{
background-color: #E69FAC;
}
.BgClassName
{
background-color: #E69FAC;
}
</style>
border-color css
<style>
span { border-color: #E69FAC; }
span { border-color: rgb(230,159,172); }
td.TdClassName
{
border-color: #E69FAC;
}
.TagClassName
{
border-color: #E69FAC;
}
</style>