Shades of Illusion #EF9CAC
Tints of Illusion #EF9CAC
RGB
CMYK
RGB Variations
Color information
#EF9CAC (or 0xEF9CAC) is known color: Illusion. HEX triplet: EF, 9C and AC. RGB value is (239,156,172). Sum of RGB (Red+Green+Blue) = 239+156+172=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CAC is #106353. Grayscale: #B6B6B6. Windows color (decimal): -1074004 or 11312367. OLE color: 11312367.
HSL color Cylindrical-coordinate representation of color #EF9CAC: hue angle of 348.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CAC is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 172 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.06 |
| HSL | 348.43º | 0.72% | 0.77% | - |
| HSV(B) | 348.43º | 0.35% | 0.94% | - |
| XYZ | 54.93 | 45.11 | 44.84 | - |
| YUV | 182.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 172 | 0 | 0.35 | 0.28 | 0.06 | 348.43 | 0.72 | 0.77 |
| Hex | EF | 9C | AC | 0 | 23 | 1C | 6 | 15C | 48 | 4D |
| Octal | 357 | 234 | 254 | 0 | 43 | 34 | 6 | 534 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10101100 | 0 | 100011 | 11100 | 110 | 101011100 | 1001000 | 1001101 |
Color Harmonies of #EF9CAC
Complementary color
Monochromatic Colors of #EF9CAC
Black with #EF9CAC
Text Example
Text Example
White with #EF9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CAC; }
p { color: rgb(239,156,172); }
H1.HeaderClassName
{
color: #EF9CAC;
}
.AnyTagClassName
{
color: #EF9CAC;
}
</style>
background-color css
<style>
a { background-color: #EF9CAC; }
a { background-color: rgb(239,156,172); }
div.DivClassName
{
background-color: #EF9CAC;
}
.BgClassName
{
background-color: #EF9CAC;
}
</style>
border-color css
<style>
span { border-color: #EF9CAC; }
span { border-color: rgb(239,156,172); }
td.TdClassName
{
border-color: #EF9CAC;
}
.TagClassName
{
border-color: #EF9CAC;
}
</style>