Shades of Illusion #EA9CAC
Tints of Illusion #EA9CAC
RGB
CMYK
RGB Variations
Color information
#EA9CAC (or 0xEA9CAC) is known color: Illusion. HEX triplet: EA, 9C and AC. RGB value is (234,156,172). Sum of RGB (Red+Green+Blue) = 234+156+172=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CAC is #156353. Grayscale: #B5B5B5. Windows color (decimal): -1401684 or 11312362. OLE color: 11312362.
HSL color Cylindrical-coordinate representation of color #EA9CAC: hue angle of 347.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CAC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 172 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.08 |
| HSL | 347.69º | 0.65% | 0.76% | - |
| HSV(B) | 347.69º | 0.33% | 0.92% | - |
| XYZ | 53.27 | 44.25 | 44.76 | - |
| YUV | 181.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 172 | 0 | 0.33 | 0.26 | 0.08 | 347.69 | 0.65 | 0.76 |
| Hex | EA | 9C | AC | 0 | 21 | 1A | 8 | 15C | 41 | 4C |
| Octal | 352 | 234 | 254 | 0 | 41 | 32 | 10 | 534 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10101100 | 0 | 100001 | 11010 | 1000 | 101011100 | 1000001 | 1001100 |
Color Harmonies of #EA9CAC
Complementary color
Monochromatic Colors of #EA9CAC
Black with #EA9CAC
Text Example
Text Example
White with #EA9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CAC; }
p { color: rgb(234,156,172); }
H1.HeaderClassName
{
color: #EA9CAC;
}
.AnyTagClassName
{
color: #EA9CAC;
}
</style>
background-color css
<style>
a { background-color: #EA9CAC; }
a { background-color: rgb(234,156,172); }
div.DivClassName
{
background-color: #EA9CAC;
}
.BgClassName
{
background-color: #EA9CAC;
}
</style>
border-color css
<style>
span { border-color: #EA9CAC; }
span { border-color: rgb(234,156,172); }
td.TdClassName
{
border-color: #EA9CAC;
}
.TagClassName
{
border-color: #EA9CAC;
}
</style>