Shades of Illusion #EF99B0
Tints of Illusion #EF99B0
RGB
CMYK
RGB Variations
Color information
#EF99B0 (or 0xEF99B0) is known color: Illusion. HEX triplet: EF, 99 and B0. RGB value is (239,153,176). Sum of RGB (Red+Green+Blue) = 239+153+176=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99B0 is #10664F. Grayscale: #B5B5B5. Windows color (decimal): -1074768 or 11573743. OLE color: 11573743.
HSL color Cylindrical-coordinate representation of color #EF99B0: hue angle of 343.95º 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 #EF99B0 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 176 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.06 |
| HSL | 343.95º | 0.73% | 0.77% | - |
| HSV(B) | 343.95º | 0.36% | 0.94% | - |
| XYZ | 54.82 | 44.27 | 46.73 | - |
| YUV | 181.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 176 | 0 | 0.36 | 0.26 | 0.06 | 343.95 | 0.73 | 0.77 |
| Hex | EF | 99 | B0 | 0 | 24 | 1A | 6 | 158 | 49 | 4D |
| Octal | 357 | 231 | 260 | 0 | 44 | 32 | 6 | 530 | 111 | 115 |
| Binary | 11101111 | 10011001 | 10110000 | 0 | 100100 | 11010 | 110 | 101011000 | 1001001 | 1001101 |
Color Harmonies of #EF99B0
Complementary color
Monochromatic Colors of #EF99B0
Black with #EF99B0
Text Example
Text Example
White with #EF99B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99B0; }
p { color: rgb(239,153,176); }
H1.HeaderClassName
{
color: #EF99B0;
}
.AnyTagClassName
{
color: #EF99B0;
}
</style>
background-color css
<style>
a { background-color: #EF99B0; }
a { background-color: rgb(239,153,176); }
div.DivClassName
{
background-color: #EF99B0;
}
.BgClassName
{
background-color: #EF99B0;
}
</style>
border-color css
<style>
span { border-color: #EF99B0; }
span { border-color: rgb(239,153,176); }
td.TdClassName
{
border-color: #EF99B0;
}
.TagClassName
{
border-color: #EF99B0;
}
</style>