Shades of Illusion #EF9FB4
Tints of Illusion #EF9FB4
RGB
CMYK
RGB Variations
Color information
#EF9FB4 (or 0xEF9FB4) is known color: Illusion. HEX triplet: EF, 9F and B4. RGB value is (239,159,180). Sum of RGB (Red+Green+Blue) = 239+159+180=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FB4 is #10604B. Grayscale: #B9B9B9. Windows color (decimal): -1073228 or 11837423. OLE color: 11837423.
HSL color Cylindrical-coordinate representation of color #EF9FB4: hue angle of 344.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FB4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 180 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.06 |
| HSL | 344.25º | 0.71% | 0.78% | - |
| HSV(B) | 344.25º | 0.33% | 0.94% | - |
| XYZ | 56.23 | 46.44 | 49.18 | - |
| YUV | 185.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 180 | 0 | 0.33 | 0.25 | 0.06 | 344.25 | 0.71 | 0.78 |
| Hex | EF | 9F | B4 | 0 | 21 | 19 | 6 | 158 | 47 | 4E |
| Octal | 357 | 237 | 264 | 0 | 41 | 31 | 6 | 530 | 107 | 116 |
| Binary | 11101111 | 10011111 | 10110100 | 0 | 100001 | 11001 | 110 | 101011000 | 1000111 | 1001110 |
Color Harmonies of #EF9FB4
Complementary color
Monochromatic Colors of #EF9FB4
Black with #EF9FB4
Text Example
Text Example
White with #EF9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FB4; }
p { color: rgb(239,159,180); }
H1.HeaderClassName
{
color: #EF9FB4;
}
.AnyTagClassName
{
color: #EF9FB4;
}
</style>
background-color css
<style>
a { background-color: #EF9FB4; }
a { background-color: rgb(239,159,180); }
div.DivClassName
{
background-color: #EF9FB4;
}
.BgClassName
{
background-color: #EF9FB4;
}
</style>
border-color css
<style>
span { border-color: #EF9FB4; }
span { border-color: rgb(239,159,180); }
td.TdClassName
{
border-color: #EF9FB4;
}
.TagClassName
{
border-color: #EF9FB4;
}
</style>