Shades of Illusion #EF9DB0
Tints of Illusion #EF9DB0
RGB
CMYK
RGB Variations
Color information
#EF9DB0 (or 0xEF9DB0) is known color: Illusion. HEX triplet: EF, 9D and B0. RGB value is (239,157,176). Sum of RGB (Red+Green+Blue) = 239+157+176=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DB0 is #10624F. Grayscale: #B7B7B7. Windows color (decimal): -1073744 or 11574767. OLE color: 11574767.
HSL color Cylindrical-coordinate representation of color #EF9DB0: hue angle of 346.1º 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 #EF9DB0 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 176 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.06 |
| HSL | 346.1º | 0.72% | 0.78% | - |
| HSV(B) | 346.1º | 0.34% | 0.94% | - |
| XYZ | 55.49 | 45.6 | 46.95 | - |
| YUV | 183.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 176 | 0 | 0.34 | 0.26 | 0.06 | 346.1 | 0.72 | 0.78 |
| Hex | EF | 9D | B0 | 0 | 22 | 1A | 6 | 15A | 48 | 4E |
| Octal | 357 | 235 | 260 | 0 | 42 | 32 | 6 | 532 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110000 | 0 | 100010 | 11010 | 110 | 101011010 | 1001000 | 1001110 |
Color Harmonies of #EF9DB0
Complementary color
Monochromatic Colors of #EF9DB0
Black with #EF9DB0
Text Example
Text Example
White with #EF9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB0; }
p { color: rgb(239,157,176); }
H1.HeaderClassName
{
color: #EF9DB0;
}
.AnyTagClassName
{
color: #EF9DB0;
}
</style>
background-color css
<style>
a { background-color: #EF9DB0; }
a { background-color: rgb(239,157,176); }
div.DivClassName
{
background-color: #EF9DB0;
}
.BgClassName
{
background-color: #EF9DB0;
}
</style>
border-color css
<style>
span { border-color: #EF9DB0; }
span { border-color: rgb(239,157,176); }
td.TdClassName
{
border-color: #EF9DB0;
}
.TagClassName
{
border-color: #EF9DB0;
}
</style>