Shades of Illusion #EF9AB0
Tints of Illusion #EF9AB0
RGB
CMYK
RGB Variations
Color information
#EF9AB0 (or 0xEF9AB0) is known color: Illusion. HEX triplet: EF, 9A and B0. RGB value is (239,154,176). Sum of RGB (Red+Green+Blue) = 239+154+176=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AB0 is #10654F. Grayscale: #B5B5B5. Windows color (decimal): -1074512 or 11573999. OLE color: 11573999.
HSL color Cylindrical-coordinate representation of color #EF9AB0: hue angle of 344.47º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AB0 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 176 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.06 |
| HSL | 344.47º | 0.73% | 0.77% | - |
| HSV(B) | 344.47º | 0.36% | 0.94% | - |
| XYZ | 54.99 | 44.6 | 46.78 | - |
| YUV | 181.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 176 | 0 | 0.36 | 0.26 | 0.06 | 344.47 | 0.73 | 0.77 |
| Hex | EF | 9A | B0 | 0 | 24 | 1A | 6 | 158 | 49 | 4D |
| Octal | 357 | 232 | 260 | 0 | 44 | 32 | 6 | 530 | 111 | 115 |
| Binary | 11101111 | 10011010 | 10110000 | 0 | 100100 | 11010 | 110 | 101011000 | 1001001 | 1001101 |
Color Harmonies of #EF9AB0
Complementary color
Monochromatic Colors of #EF9AB0
Black with #EF9AB0
Text Example
Text Example
White with #EF9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AB0; }
p { color: rgb(239,154,176); }
H1.HeaderClassName
{
color: #EF9AB0;
}
.AnyTagClassName
{
color: #EF9AB0;
}
</style>
background-color css
<style>
a { background-color: #EF9AB0; }
a { background-color: rgb(239,154,176); }
div.DivClassName
{
background-color: #EF9AB0;
}
.BgClassName
{
background-color: #EF9AB0;
}
</style>
border-color css
<style>
span { border-color: #EF9AB0; }
span { border-color: rgb(239,154,176); }
td.TdClassName
{
border-color: #EF9AB0;
}
.TagClassName
{
border-color: #EF9AB0;
}
</style>