Shades of Violet #E96EE7
Tints of Violet #E96EE7
RGB
CMYK
RGB Variations
Color information
#E96EE7 (or 0xE96EE7) is known color: Violet. HEX triplet: E9, 6E and E7. RGB value is (233,110,231). Sum of RGB (Red+Green+Blue) = 233+110+231=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EE7 is #169118. Grayscale: #A0A0A0. Windows color (decimal): -1478937 or 15167209. OLE color: 15167209.
HSL color Cylindrical-coordinate representation of color #E96EE7: hue angle of 300.98º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EE7 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 231 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.09 |
| HSL | 300.98º | 0.74% | 0.67% | - |
| HSV(B) | 300.98º | 0.53% | 0.91% | - |
| XYZ | 53.6 | 34.25 | 79.39 | - |
| YUV | 160.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 231 | 0 | 0.53 | 0.01 | 0.09 | 300.98 | 0.74 | 0.67 |
| Hex | E9 | 6E | E7 | 0 | 35 | 1 | 9 | 12D | 4A | 43 |
| Octal | 351 | 156 | 347 | 0 | 65 | 1 | 11 | 455 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11100111 | 0 | 110101 | 1 | 1001 | 100101101 | 1001010 | 1000011 |
Color Harmonies of #E96EE7
Complementary color
Monochromatic Colors of #E96EE7
Black with #E96EE7
Text Example
Text Example
White with #E96EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EE7; }
p { color: rgb(233,110,231); }
H1.HeaderClassName
{
color: #E96EE7;
}
.AnyTagClassName
{
color: #E96EE7;
}
</style>
background-color css
<style>
a { background-color: #E96EE7; }
a { background-color: rgb(233,110,231); }
div.DivClassName
{
background-color: #E96EE7;
}
.BgClassName
{
background-color: #E96EE7;
}
</style>
border-color css
<style>
span { border-color: #E96EE7; }
span { border-color: rgb(233,110,231); }
td.TdClassName
{
border-color: #E96EE7;
}
.TagClassName
{
border-color: #E96EE7;
}
</style>