Shades of Illusion #EE98AD
Tints of Illusion #EE98AD
RGB
CMYK
RGB Variations
Color information
#EE98AD (or 0xEE98AD) is known color: Illusion. HEX triplet: EE, 98 and AD. RGB value is (238,152,173). Sum of RGB (Red+Green+Blue) = 238+152+173=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE98AD is #116752. Grayscale: #B4B4B4. Windows color (decimal): -1140563 or 11376878. OLE color: 11376878.
HSL color Cylindrical-coordinate representation of color #EE98AD: hue angle of 345.35º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98AD is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 173 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.07 |
| HSL | 345.35º | 0.72% | 0.76% | - |
| HSV(B) | 345.35º | 0.36% | 0.93% | - |
| XYZ | 54.03 | 43.65 | 45.11 | - |
| YUV | 180.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 173 | 0 | 0.36 | 0.27 | 0.07 | 345.35 | 0.72 | 0.76 |
| Hex | EE | 98 | AD | 0 | 24 | 1B | 7 | 159 | 48 | 4C |
| Octal | 356 | 230 | 255 | 0 | 44 | 33 | 7 | 531 | 110 | 114 |
| Binary | 11101110 | 10011000 | 10101101 | 0 | 100100 | 11011 | 111 | 101011001 | 1001000 | 1001100 |
Color Harmonies of #EE98AD
Complementary color
Monochromatic Colors of #EE98AD
Black with #EE98AD
Text Example
Text Example
White with #EE98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98AD; }
p { color: rgb(238,152,173); }
H1.HeaderClassName
{
color: #EE98AD;
}
.AnyTagClassName
{
color: #EE98AD;
}
</style>
background-color css
<style>
a { background-color: #EE98AD; }
a { background-color: rgb(238,152,173); }
div.DivClassName
{
background-color: #EE98AD;
}
.BgClassName
{
background-color: #EE98AD;
}
</style>
border-color css
<style>
span { border-color: #EE98AD; }
span { border-color: rgb(238,152,173); }
td.TdClassName
{
border-color: #EE98AD;
}
.TagClassName
{
border-color: #EE98AD;
}
</style>