Shades of Violet #EE99ED
Tints of Violet #EE99ED
RGB
CMYK
RGB Variations
Color information
#EE99ED (or 0xEE99ED) is known color: Violet. HEX triplet: EE, 99 and ED. RGB value is (238,153,237). Sum of RGB (Red+Green+Blue) = 238+153+237=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99ED is #116612. Grayscale: #BBBBBB. Windows color (decimal): -1140243 or 15571438. OLE color: 15571438.
HSL color Cylindrical-coordinate representation of color #EE99ED: hue angle of 300.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99ED is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 237 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.07 |
| HSL | 300.71º | 0.71% | 0.77% | - |
| HSV(B) | 300.71º | 0.36% | 0.93% | - |
| XYZ | 61.94 | 47.07 | 85.94 | - |
| YUV | 187.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 237 | 0 | 0.36 | 0.00 | 0.07 | 300.71 | 0.71 | 0.77 |
| Hex | EE | 99 | ED | 0 | 24 | 0 | 7 | 12D | 47 | 4D |
| Octal | 356 | 231 | 355 | 0 | 44 | 0 | 7 | 455 | 107 | 115 |
| Binary | 11101110 | 10011001 | 11101101 | 0 | 100100 | 0 | 111 | 100101101 | 1000111 | 1001101 |
Color Harmonies of #EE99ED
Complementary color
Monochromatic Colors of #EE99ED
Black with #EE99ED
Text Example
Text Example
White with #EE99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99ED; }
p { color: rgb(238,153,237); }
H1.HeaderClassName
{
color: #EE99ED;
}
.AnyTagClassName
{
color: #EE99ED;
}
</style>
background-color css
<style>
a { background-color: #EE99ED; }
a { background-color: rgb(238,153,237); }
div.DivClassName
{
background-color: #EE99ED;
}
.BgClassName
{
background-color: #EE99ED;
}
</style>
border-color css
<style>
span { border-color: #EE99ED; }
span { border-color: rgb(238,153,237); }
td.TdClassName
{
border-color: #EE99ED;
}
.TagClassName
{
border-color: #EE99ED;
}
</style>