Shades of Illusion #EF93B4
Tints of Illusion #EF93B4
RGB
CMYK
RGB Variations
Color information
#EF93B4 (or 0xEF93B4) is known color: Illusion. HEX triplet: EF, 93 and B4. RGB value is (239,147,180). Sum of RGB (Red+Green+Blue) = 239+147+180=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93B4 is #106C4B. Grayscale: #B2B2B2. Windows color (decimal): -1076300 or 11834351. OLE color: 11834351.
HSL color Cylindrical-coordinate representation of color #EF93B4: hue angle of 338.48º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93B4 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 180 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.06 |
| HSL | 338.48º | 0.74% | 0.76% | - |
| HSV(B) | 338.48º | 0.38% | 0.94% | - |
| XYZ | 54.27 | 42.51 | 48.53 | - |
| YUV | 178.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 180 | 0 | 0.38 | 0.25 | 0.06 | 338.48 | 0.74 | 0.76 |
| Hex | EF | 93 | B4 | 0 | 26 | 19 | 6 | 152 | 4A | 4C |
| Octal | 357 | 223 | 264 | 0 | 46 | 31 | 6 | 522 | 112 | 114 |
| Binary | 11101111 | 10010011 | 10110100 | 0 | 100110 | 11001 | 110 | 101010010 | 1001010 | 1001100 |
Color Harmonies of #EF93B4
Complementary color
Monochromatic Colors of #EF93B4
Black with #EF93B4
Text Example
Text Example
White with #EF93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93B4; }
p { color: rgb(239,147,180); }
H1.HeaderClassName
{
color: #EF93B4;
}
.AnyTagClassName
{
color: #EF93B4;
}
</style>
background-color css
<style>
a { background-color: #EF93B4; }
a { background-color: rgb(239,147,180); }
div.DivClassName
{
background-color: #EF93B4;
}
.BgClassName
{
background-color: #EF93B4;
}
</style>
border-color css
<style>
span { border-color: #EF93B4; }
span { border-color: rgb(239,147,180); }
td.TdClassName
{
border-color: #EF93B4;
}
.TagClassName
{
border-color: #EF93B4;
}
</style>