Shades of Illusion #EF9DB3
Tints of Illusion #EF9DB3
RGB
CMYK
RGB Variations
Color information
#EF9DB3 (or 0xEF9DB3) is known color: Illusion. HEX triplet: EF, 9D and B3. RGB value is (239,157,179). Sum of RGB (Red+Green+Blue) = 239+157+179=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DB3 is #10624C. Grayscale: #B8B8B8. Windows color (decimal): -1073741 or 11771375. OLE color: 11771375.
HSL color Cylindrical-coordinate representation of color #EF9DB3: hue angle of 343.9º 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 #EF9DB3 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 179 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.06 |
| HSL | 343.9º | 0.72% | 0.78% | - |
| HSV(B) | 343.9º | 0.34% | 0.94% | - |
| XYZ | 55.79 | 45.72 | 48.53 | - |
| YUV | 184.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 179 | 0 | 0.34 | 0.25 | 0.06 | 343.9 | 0.72 | 0.78 |
| Hex | EF | 9D | B3 | 0 | 22 | 19 | 6 | 158 | 48 | 4E |
| Octal | 357 | 235 | 263 | 0 | 42 | 31 | 6 | 530 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110011 | 0 | 100010 | 11001 | 110 | 101011000 | 1001000 | 1001110 |
Color Harmonies of #EF9DB3
Complementary color
Monochromatic Colors of #EF9DB3
Black with #EF9DB3
Text Example
Text Example
White with #EF9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB3; }
p { color: rgb(239,157,179); }
H1.HeaderClassName
{
color: #EF9DB3;
}
.AnyTagClassName
{
color: #EF9DB3;
}
</style>
background-color css
<style>
a { background-color: #EF9DB3; }
a { background-color: rgb(239,157,179); }
div.DivClassName
{
background-color: #EF9DB3;
}
.BgClassName
{
background-color: #EF9DB3;
}
</style>
border-color css
<style>
span { border-color: #EF9DB3; }
span { border-color: rgb(239,157,179); }
td.TdClassName
{
border-color: #EF9DB3;
}
.TagClassName
{
border-color: #EF9DB3;
}
</style>