Shades of Illusion #EF90B6
Tints of Illusion #EF90B6
RGB
CMYK
RGB Variations
Color information
#EF90B6 (or 0xEF90B6) is known color: Illusion. HEX triplet: EF, 90 and B6. RGB value is (239,144,182). Sum of RGB (Red+Green+Blue) = 239+144+182=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90B6 is #106F49. Grayscale: #B0B0B0. Windows color (decimal): -1077066 or 11964655. OLE color: 11964655.
HSL color Cylindrical-coordinate representation of color #EF90B6: hue angle of 336º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90B6 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 182 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.06 |
| HSL | 336º | 0.75% | 0.75% | - |
| HSV(B) | 336º | 0.4% | 0.94% | - |
| XYZ | 54.01 | 41.67 | 49.45 | - |
| YUV | 176.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 182 | 0 | 0.40 | 0.24 | 0.06 | 336 | 0.75 | 0.75 |
| Hex | EF | 90 | B6 | 0 | 28 | 18 | 6 | 150 | 4B | 4B |
| Octal | 357 | 220 | 266 | 0 | 50 | 30 | 6 | 520 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10110110 | 0 | 101000 | 11000 | 110 | 101010000 | 1001011 | 1001011 |
Color Harmonies of #EF90B6
Complementary color
Monochromatic Colors of #EF90B6
Black with #EF90B6
Text Example
Text Example
White with #EF90B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90B6; }
p { color: rgb(239,144,182); }
H1.HeaderClassName
{
color: #EF90B6;
}
.AnyTagClassName
{
color: #EF90B6;
}
</style>
background-color css
<style>
a { background-color: #EF90B6; }
a { background-color: rgb(239,144,182); }
div.DivClassName
{
background-color: #EF90B6;
}
.BgClassName
{
background-color: #EF90B6;
}
</style>
border-color css
<style>
span { border-color: #EF90B6; }
span { border-color: rgb(239,144,182); }
td.TdClassName
{
border-color: #EF90B6;
}
.TagClassName
{
border-color: #EF90B6;
}
</style>