Shades of Illusion #EF9DB6
Tints of Illusion #EF9DB6
RGB
CMYK
RGB Variations
Color information
#EF9DB6 (or 0xEF9DB6) is known color: Illusion. HEX triplet: EF, 9D and B6. RGB value is (239,157,182). Sum of RGB (Red+Green+Blue) = 239+157+182=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DB6 is #106249. Grayscale: #B8B8B8. Windows color (decimal): -1073738 or 11967983. OLE color: 11967983.
HSL color Cylindrical-coordinate representation of color #EF9DB6: hue angle of 341.71º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DB6 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 182 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.06 |
| HSL | 341.71º | 0.72% | 0.78% | - |
| HSV(B) | 341.71º | 0.34% | 0.94% | - |
| XYZ | 56.1 | 45.84 | 50.15 | - |
| YUV | 184.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 182 | 0 | 0.34 | 0.24 | 0.06 | 341.71 | 0.72 | 0.78 |
| Hex | EF | 9D | B6 | 0 | 22 | 18 | 6 | 156 | 48 | 4E |
| Octal | 357 | 235 | 266 | 0 | 42 | 30 | 6 | 526 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110110 | 0 | 100010 | 11000 | 110 | 101010110 | 1001000 | 1001110 |
Color Harmonies of #EF9DB6
Complementary color
Monochromatic Colors of #EF9DB6
Black with #EF9DB6
Text Example
Text Example
White with #EF9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB6; }
p { color: rgb(239,157,182); }
H1.HeaderClassName
{
color: #EF9DB6;
}
.AnyTagClassName
{
color: #EF9DB6;
}
</style>
background-color css
<style>
a { background-color: #EF9DB6; }
a { background-color: rgb(239,157,182); }
div.DivClassName
{
background-color: #EF9DB6;
}
.BgClassName
{
background-color: #EF9DB6;
}
</style>
border-color css
<style>
span { border-color: #EF9DB6; }
span { border-color: rgb(239,157,182); }
td.TdClassName
{
border-color: #EF9DB6;
}
.TagClassName
{
border-color: #EF9DB6;
}
</style>