Shades of Illusion #EF98AD
Tints of Illusion #EF98AD
RGB
CMYK
RGB Variations
Color information
#EF98AD (or 0xEF98AD) is known color: Illusion. HEX triplet: EF, 98 and AD. RGB value is (239,152,173). Sum of RGB (Red+Green+Blue) = 239+152+173=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF98AD is #106752. Grayscale: #B4B4B4. Windows color (decimal): -1075027 or 11376879. OLE color: 11376879.
HSL color Cylindrical-coordinate representation of color #EF98AD: hue angle of 345.52º 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 #EF98AD is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 173 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.06 |
| HSL | 345.52º | 0.73% | 0.77% | - |
| HSV(B) | 345.52º | 0.36% | 0.94% | - |
| XYZ | 54.37 | 43.82 | 45.13 | - |
| YUV | 180.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 173 | 0 | 0.36 | 0.28 | 0.06 | 345.52 | 0.73 | 0.77 |
| Hex | EF | 98 | AD | 0 | 24 | 1C | 6 | 15A | 49 | 4D |
| Octal | 357 | 230 | 255 | 0 | 44 | 34 | 6 | 532 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10101101 | 0 | 100100 | 11100 | 110 | 101011010 | 1001001 | 1001101 |
Color Harmonies of #EF98AD
Complementary color
Monochromatic Colors of #EF98AD
Black with #EF98AD
Text Example
Text Example
White with #EF98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98AD; }
p { color: rgb(239,152,173); }
H1.HeaderClassName
{
color: #EF98AD;
}
.AnyTagClassName
{
color: #EF98AD;
}
</style>
background-color css
<style>
a { background-color: #EF98AD; }
a { background-color: rgb(239,152,173); }
div.DivClassName
{
background-color: #EF98AD;
}
.BgClassName
{
background-color: #EF98AD;
}
</style>
border-color css
<style>
span { border-color: #EF98AD; }
span { border-color: rgb(239,152,173); }
td.TdClassName
{
border-color: #EF98AD;
}
.TagClassName
{
border-color: #EF98AD;
}
</style>