Shades of Violet #EE99FF
Tints of Violet #EE99FF
RGB
CMYK
RGB Variations
Color information
#EE99FF (or 0xEE99FF) is known color: Violet. HEX triplet: EE, 99 and FF. RGB value is (238,153,255). Sum of RGB (Red+Green+Blue) = 238+153+255=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 153 (60.16% from 255 or 23.68% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99FF is #116600. Grayscale: #BDBDBD. Windows color (decimal): -1140225 or 16751086. OLE color: 16751086.
HSL color Cylindrical-coordinate representation of color #EE99FF: hue angle of 290º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE99FF is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 153 | 255 | - |
| CMYK | 0.07 | 0.4 | 0 | 0 |
| HSL | 290º | 1% | 0.8% | - |
| HSV(B) | 290º | 0.4% | 1% | - |
| XYZ | 64.7 | 48.18 | 100.5 | - |
| YUV | 190.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 255 | 0.07 | 0.4 | 0 | 0 | 290 | 1 | 0.8 |
| Hex | EE | 99 | FF | 7 | 28 | 0 | 0 | 122 | 64 | 50 |
| Octal | 356 | 231 | 377 | 7 | 50 | 0 | 0 | 442 | 144 | 120 |
| Binary | 11101110 | 10011001 | 11111111 | 111 | 101000 | 0 | 0 | 100100010 | 1100100 | 1010000 |
Color Harmonies of #EE99FF
Complementary color
Monochromatic Colors of #EE99FF
Black with #EE99FF
Text Example
Text Example
White with #EE99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99FF; }
p { color: rgb(238,153,255); }
H1.HeaderClassName
{
color: #EE99FF;
}
.AnyTagClassName
{
color: #EE99FF;
}
</style>
background-color css
<style>
a { background-color: #EE99FF; }
a { background-color: rgb(238,153,255); }
div.DivClassName
{
background-color: #EE99FF;
}
.BgClassName
{
background-color: #EE99FF;
}
</style>
border-color css
<style>
span { border-color: #EE99FF; }
span { border-color: rgb(238,153,255); }
td.TdClassName
{
border-color: #EE99FF;
}
.TagClassName
{
border-color: #EE99FF;
}
</style>