Shades of Illusion #EF93AF
Tints of Illusion #EF93AF
RGB
CMYK
RGB Variations
Color information
#EF93AF (or 0xEF93AF) is known color: Illusion. HEX triplet: EF, 93 and AF. RGB value is (239,147,175). Sum of RGB (Red+Green+Blue) = 239+147+175=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93AF is #106C50. Grayscale: #B1B1B1. Windows color (decimal): -1076305 or 11506671. OLE color: 11506671.
HSL color Cylindrical-coordinate representation of color #EF93AF: hue angle of 341.74º 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 #EF93AF is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 175 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.06 |
| HSL | 341.74º | 0.74% | 0.76% | - |
| HSV(B) | 341.74º | 0.38% | 0.94% | - |
| XYZ | 53.77 | 42.31 | 45.89 | - |
| YUV | 177.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 175 | 0 | 0.38 | 0.27 | 0.06 | 341.74 | 0.74 | 0.76 |
| Hex | EF | 93 | AF | 0 | 26 | 1B | 6 | 156 | 4A | 4C |
| Octal | 357 | 223 | 257 | 0 | 46 | 33 | 6 | 526 | 112 | 114 |
| Binary | 11101111 | 10010011 | 10101111 | 0 | 100110 | 11011 | 110 | 101010110 | 1001010 | 1001100 |
Color Harmonies of #EF93AF
Complementary color
Monochromatic Colors of #EF93AF
Black with #EF93AF
Text Example
Text Example
White with #EF93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93AF; }
p { color: rgb(239,147,175); }
H1.HeaderClassName
{
color: #EF93AF;
}
.AnyTagClassName
{
color: #EF93AF;
}
</style>
background-color css
<style>
a { background-color: #EF93AF; }
a { background-color: rgb(239,147,175); }
div.DivClassName
{
background-color: #EF93AF;
}
.BgClassName
{
background-color: #EF93AF;
}
</style>
border-color css
<style>
span { border-color: #EF93AF; }
span { border-color: rgb(239,147,175); }
td.TdClassName
{
border-color: #EF93AF;
}
.TagClassName
{
border-color: #EF93AF;
}
</style>