Shades of Violet #EE99FA
Tints of Violet #EE99FA
RGB
CMYK
RGB Variations
Color information
#EE99FA (or 0xEE99FA) is known color: Violet. HEX triplet: EE, 99 and FA. RGB value is (238,153,250). Sum of RGB (Red+Green+Blue) = 238+153+250=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99FA is #116605. Grayscale: #BDBDBD. Windows color (decimal): -1140230 or 16423406. OLE color: 16423406.
HSL color Cylindrical-coordinate representation of color #EE99FA: hue angle of 292.58º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE99FA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 153 | 250 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.02 |
| HSL | 292.58º | 0.91% | 0.79% | - |
| HSV(B) | 292.58º | 0.39% | 0.98% | - |
| XYZ | 63.91 | 47.86 | 96.31 | - |
| YUV | 189.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 250 | 0.05 | 0.39 | 0 | 0.02 | 292.58 | 0.91 | 0.79 |
| Hex | EE | 99 | FA | 5 | 27 | 0 | 2 | 125 | 5B | 4F |
| Octal | 356 | 231 | 372 | 5 | 47 | 0 | 2 | 445 | 133 | 117 |
| Binary | 11101110 | 10011001 | 11111010 | 101 | 100111 | 0 | 10 | 100100101 | 1011011 | 1001111 |
Color Harmonies of #EE99FA
Complementary color
Monochromatic Colors of #EE99FA
Black with #EE99FA
Text Example
Text Example
White with #EE99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99FA; }
p { color: rgb(238,153,250); }
H1.HeaderClassName
{
color: #EE99FA;
}
.AnyTagClassName
{
color: #EE99FA;
}
</style>
background-color css
<style>
a { background-color: #EE99FA; }
a { background-color: rgb(238,153,250); }
div.DivClassName
{
background-color: #EE99FA;
}
.BgClassName
{
background-color: #EE99FA;
}
</style>
border-color css
<style>
span { border-color: #EE99FA; }
span { border-color: rgb(238,153,250); }
td.TdClassName
{
border-color: #EE99FA;
}
.TagClassName
{
border-color: #EE99FA;
}
</style>