Shades of Violet #E96DEE
Tints of Violet #E96DEE
RGB
CMYK
RGB Variations
Color information
#E96DEE (or 0xE96DEE) is known color: Violet. HEX triplet: E9, 6D and EE. RGB value is (233,109,238). Sum of RGB (Red+Green+Blue) = 233+109+238=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #E96DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DEE is #169211. Grayscale: #A0A0A0. Windows color (decimal): -1479186 or 15625705. OLE color: 15625705.
HSL color Cylindrical-coordinate representation of color #E96DEE: hue angle of 297.67º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96DEE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 109 | 238 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.07 |
| HSL | 297.67º | 0.79% | 0.68% | - |
| HSV(B) | 297.67º | 0.54% | 0.93% | - |
| XYZ | 54.51 | 34.43 | 84.66 | - |
| YUV | 160.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 238 | 0.02 | 0.54 | 0 | 0.07 | 297.67 | 0.79 | 0.68 |
| Hex | E9 | 6D | EE | 2 | 36 | 0 | 7 | 12A | 4F | 44 |
| Octal | 351 | 155 | 356 | 2 | 66 | 0 | 7 | 452 | 117 | 104 |
| Binary | 11101001 | 1101101 | 11101110 | 10 | 110110 | 0 | 111 | 100101010 | 1001111 | 1000100 |
Color Harmonies of #E96DEE
Complementary color
Monochromatic Colors of #E96DEE
Black with #E96DEE
Text Example
Text Example
White with #E96DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DEE; }
p { color: rgb(233,109,238); }
H1.HeaderClassName
{
color: #E96DEE;
}
.AnyTagClassName
{
color: #E96DEE;
}
</style>
background-color css
<style>
a { background-color: #E96DEE; }
a { background-color: rgb(233,109,238); }
div.DivClassName
{
background-color: #E96DEE;
}
.BgClassName
{
background-color: #E96DEE;
}
</style>
border-color css
<style>
span { border-color: #E96DEE; }
span { border-color: rgb(233,109,238); }
td.TdClassName
{
border-color: #E96DEE;
}
.TagClassName
{
border-color: #E96DEE;
}
</style>