Shades of Illusion #EF9CB1
Tints of Illusion #EF9CB1
RGB
CMYK
RGB Variations
Color information
#EF9CB1 (or 0xEF9CB1) is known color: Illusion. HEX triplet: EF, 9C and B1. RGB value is (239,156,177). Sum of RGB (Red+Green+Blue) = 239+156+177=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CB1 is #10634E. Grayscale: #B7B7B7. Windows color (decimal): -1073999 or 11640047. OLE color: 11640047.
HSL color Cylindrical-coordinate representation of color #EF9CB1: hue angle of 344.82º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CB1 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 177 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.06 |
| HSL | 344.82º | 0.72% | 0.77% | - |
| HSV(B) | 344.82º | 0.35% | 0.94% | - |
| XYZ | 55.42 | 45.3 | 47.42 | - |
| YUV | 183.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 177 | 0 | 0.35 | 0.26 | 0.06 | 344.82 | 0.72 | 0.77 |
| Hex | EF | 9C | B1 | 0 | 23 | 1A | 6 | 159 | 48 | 4D |
| Octal | 357 | 234 | 261 | 0 | 43 | 32 | 6 | 531 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10110001 | 0 | 100011 | 11010 | 110 | 101011001 | 1001000 | 1001101 |
Color Harmonies of #EF9CB1
Complementary color
Monochromatic Colors of #EF9CB1
Black with #EF9CB1
Text Example
Text Example
White with #EF9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CB1; }
p { color: rgb(239,156,177); }
H1.HeaderClassName
{
color: #EF9CB1;
}
.AnyTagClassName
{
color: #EF9CB1;
}
</style>
background-color css
<style>
a { background-color: #EF9CB1; }
a { background-color: rgb(239,156,177); }
div.DivClassName
{
background-color: #EF9CB1;
}
.BgClassName
{
background-color: #EF9CB1;
}
</style>
border-color css
<style>
span { border-color: #EF9CB1; }
span { border-color: rgb(239,156,177); }
td.TdClassName
{
border-color: #EF9CB1;
}
.TagClassName
{
border-color: #EF9CB1;
}
</style>