Shades of Illusion #EF9CB2
Tints of Illusion #EF9CB2
RGB
CMYK
RGB Variations
Color information
#EF9CB2 (or 0xEF9CB2) is known color: Illusion. HEX triplet: EF, 9C and B2. RGB value is (239,156,178). Sum of RGB (Red+Green+Blue) = 239+156+178=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CB2 is #10634D. Grayscale: #B7B7B7. Windows color (decimal): -1073998 or 11705583. OLE color: 11705583.
HSL color Cylindrical-coordinate representation of color #EF9CB2: hue angle of 344.1º 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 #EF9CB2 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 178 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.06 |
| HSL | 344.1º | 0.72% | 0.77% | - |
| HSV(B) | 344.1º | 0.35% | 0.94% | - |
| XYZ | 55.52 | 45.34 | 47.95 | - |
| YUV | 183.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 178 | 0 | 0.35 | 0.26 | 0.06 | 344.1 | 0.72 | 0.77 |
| Hex | EF | 9C | B2 | 0 | 23 | 1A | 6 | 158 | 48 | 4D |
| Octal | 357 | 234 | 262 | 0 | 43 | 32 | 6 | 530 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10110010 | 0 | 100011 | 11010 | 110 | 101011000 | 1001000 | 1001101 |
Color Harmonies of #EF9CB2
Complementary color
Monochromatic Colors of #EF9CB2
Black with #EF9CB2
Text Example
Text Example
White with #EF9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CB2; }
p { color: rgb(239,156,178); }
H1.HeaderClassName
{
color: #EF9CB2;
}
.AnyTagClassName
{
color: #EF9CB2;
}
</style>
background-color css
<style>
a { background-color: #EF9CB2; }
a { background-color: rgb(239,156,178); }
div.DivClassName
{
background-color: #EF9CB2;
}
.BgClassName
{
background-color: #EF9CB2;
}
</style>
border-color css
<style>
span { border-color: #EF9CB2; }
span { border-color: rgb(239,156,178); }
td.TdClassName
{
border-color: #EF9CB2;
}
.TagClassName
{
border-color: #EF9CB2;
}
</style>