Shades of Illusion #EF9DB7
Tints of Illusion #EF9DB7
RGB
CMYK
RGB Variations
Color information
#EF9DB7 (or 0xEF9DB7) is known color: Illusion. HEX triplet: EF, 9D and B7. RGB value is (239,157,183). Sum of RGB (Red+Green+Blue) = 239+157+183=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DB7 is #106248. Grayscale: #B8B8B8. Windows color (decimal): -1073737 or 12033519. OLE color: 12033519.
HSL color Cylindrical-coordinate representation of color #EF9DB7: hue angle of 340.98º 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 #EF9DB7 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 183 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.06 |
| HSL | 340.98º | 0.72% | 0.78% | - |
| HSV(B) | 340.98º | 0.34% | 0.94% | - |
| XYZ | 56.2 | 45.88 | 50.69 | - |
| YUV | 184.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 183 | 0 | 0.34 | 0.23 | 0.06 | 340.98 | 0.72 | 0.78 |
| Hex | EF | 9D | B7 | 0 | 22 | 17 | 6 | 155 | 48 | 4E |
| Octal | 357 | 235 | 267 | 0 | 42 | 27 | 6 | 525 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110111 | 0 | 100010 | 10111 | 110 | 101010101 | 1001000 | 1001110 |
Color Harmonies of #EF9DB7
Complementary color
Monochromatic Colors of #EF9DB7
Black with #EF9DB7
Text Example
Text Example
White with #EF9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB7; }
p { color: rgb(239,157,183); }
H1.HeaderClassName
{
color: #EF9DB7;
}
.AnyTagClassName
{
color: #EF9DB7;
}
</style>
background-color css
<style>
a { background-color: #EF9DB7; }
a { background-color: rgb(239,157,183); }
div.DivClassName
{
background-color: #EF9DB7;
}
.BgClassName
{
background-color: #EF9DB7;
}
</style>
border-color css
<style>
span { border-color: #EF9DB7; }
span { border-color: rgb(239,157,183); }
td.TdClassName
{
border-color: #EF9DB7;
}
.TagClassName
{
border-color: #EF9DB7;
}
</style>