Shades of Illusion #EE90B5
Tints of Illusion #EE90B5
RGB
CMYK
RGB Variations
Color information
#EE90B5 (or 0xEE90B5) is known color: Illusion. HEX triplet: EE, 90 and B5. RGB value is (238,144,181). Sum of RGB (Red+Green+Blue) = 238+144+181=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90B5 is #116F4A. Grayscale: #B0B0B0. Windows color (decimal): -1142603 or 11899118. OLE color: 11899118.
HSL color Cylindrical-coordinate representation of color #EE90B5: hue angle of 336.38º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90B5 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 181 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.07 |
| HSL | 336.38º | 0.73% | 0.75% | - |
| HSV(B) | 336.38º | 0.39% | 0.93% | - |
| XYZ | 53.57 | 41.46 | 48.89 | - |
| YUV | 176.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 181 | 0 | 0.39 | 0.24 | 0.07 | 336.38 | 0.73 | 0.75 |
| Hex | EE | 90 | B5 | 0 | 27 | 18 | 7 | 150 | 49 | 4B |
| Octal | 356 | 220 | 265 | 0 | 47 | 30 | 7 | 520 | 111 | 113 |
| Binary | 11101110 | 10010000 | 10110101 | 0 | 100111 | 11000 | 111 | 101010000 | 1001001 | 1001011 |
Color Harmonies of #EE90B5
Complementary color
Monochromatic Colors of #EE90B5
Black with #EE90B5
Text Example
Text Example
White with #EE90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90B5; }
p { color: rgb(238,144,181); }
H1.HeaderClassName
{
color: #EE90B5;
}
.AnyTagClassName
{
color: #EE90B5;
}
</style>
background-color css
<style>
a { background-color: #EE90B5; }
a { background-color: rgb(238,144,181); }
div.DivClassName
{
background-color: #EE90B5;
}
.BgClassName
{
background-color: #EE90B5;
}
</style>
border-color css
<style>
span { border-color: #EE90B5; }
span { border-color: rgb(238,144,181); }
td.TdClassName
{
border-color: #EE90B5;
}
.TagClassName
{
border-color: #EE90B5;
}
</style>