Shades of Illusion #EF9DB5
Tints of Illusion #EF9DB5
RGB
CMYK
RGB Variations
Color information
#EF9DB5 (or 0xEF9DB5) is known color: Illusion. HEX triplet: EF, 9D and B5. RGB value is (239,157,181). Sum of RGB (Red+Green+Blue) = 239+157+181=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DB5 is #10624A. Grayscale: #B8B8B8. Windows color (decimal): -1073739 or 11902447. OLE color: 11902447.
HSL color Cylindrical-coordinate representation of color #EF9DB5: hue angle of 342.44º 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 #EF9DB5 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 181 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.06 |
| HSL | 342.44º | 0.72% | 0.78% | - |
| HSV(B) | 342.44º | 0.34% | 0.94% | - |
| XYZ | 55.99 | 45.8 | 49.61 | - |
| YUV | 184.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 181 | 0 | 0.34 | 0.24 | 0.06 | 342.44 | 0.72 | 0.78 |
| Hex | EF | 9D | B5 | 0 | 22 | 18 | 6 | 156 | 48 | 4E |
| Octal | 357 | 235 | 265 | 0 | 42 | 30 | 6 | 526 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110101 | 0 | 100010 | 11000 | 110 | 101010110 | 1001000 | 1001110 |
Color Harmonies of #EF9DB5
Complementary color
Monochromatic Colors of #EF9DB5
Black with #EF9DB5
Text Example
Text Example
White with #EF9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB5; }
p { color: rgb(239,157,181); }
H1.HeaderClassName
{
color: #EF9DB5;
}
.AnyTagClassName
{
color: #EF9DB5;
}
</style>
background-color css
<style>
a { background-color: #EF9DB5; }
a { background-color: rgb(239,157,181); }
div.DivClassName
{
background-color: #EF9DB5;
}
.BgClassName
{
background-color: #EF9DB5;
}
</style>
border-color css
<style>
span { border-color: #EF9DB5; }
span { border-color: rgb(239,157,181); }
td.TdClassName
{
border-color: #EF9DB5;
}
.TagClassName
{
border-color: #EF9DB5;
}
</style>