Shades of Violet #EE90FE
Tints of Violet #EE90FE
RGB
CMYK
RGB Variations
Color information
#EE90FE (or 0xEE90FE) is known color: Violet. HEX triplet: EE, 90 and FE. RGB value is (238,144,254). Sum of RGB (Red+Green+Blue) = 238+144+254=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90FE is #116F01. Grayscale: #B8B8B8. Windows color (decimal): -1142530 or 16683246. OLE color: 16683246.
HSL color Cylindrical-coordinate representation of color #EE90FE: hue angle of 291.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE90FE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 144 | 254 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.00 |
| HSL | 291.27º | 0.98% | 0.78% | - |
| HSV(B) | 291.27º | 0.43% | 1% | - |
| XYZ | 63.12 | 45.28 | 99.18 | - |
| YUV | 184.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 254 | 0.06 | 0.43 | 0 | 0.00 | 291.27 | 0.98 | 0.78 |
| Hex | EE | 90 | FE | 6 | 2B | 0 | 0 | 123 | 62 | 4E |
| Octal | 356 | 220 | 376 | 6 | 53 | 0 | 0 | 443 | 142 | 116 |
| Binary | 11101110 | 10010000 | 11111110 | 110 | 101011 | 0 | 0 | 100100011 | 1100010 | 1001110 |
Color Harmonies of #EE90FE
Complementary color
Monochromatic Colors of #EE90FE
Black with #EE90FE
Text Example
Text Example
White with #EE90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90FE; }
p { color: rgb(238,144,254); }
H1.HeaderClassName
{
color: #EE90FE;
}
.AnyTagClassName
{
color: #EE90FE;
}
</style>
background-color css
<style>
a { background-color: #EE90FE; }
a { background-color: rgb(238,144,254); }
div.DivClassName
{
background-color: #EE90FE;
}
.BgClassName
{
background-color: #EE90FE;
}
</style>
border-color css
<style>
span { border-color: #EE90FE; }
span { border-color: rgb(238,144,254); }
td.TdClassName
{
border-color: #EE90FE;
}
.TagClassName
{
border-color: #EE90FE;
}
</style>