Shades of Violet #E96AED
Tints of Violet #E96AED
RGB
CMYK
RGB Variations
Color information
#E96AED (or 0xE96AED) is known color: Violet. HEX triplet: E9, 6A and ED. RGB value is (233,106,237). Sum of RGB (Red+Green+Blue) = 233+106+237=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #E96AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AED is #169512. Grayscale: #9E9E9E. Windows color (decimal): -1479955 or 15559401. OLE color: 15559401.
HSL color Cylindrical-coordinate representation of color #E96AED: hue angle of 298.17º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AED is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 106 | 237 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.07 |
| HSL | 298.17º | 0.78% | 0.67% | - |
| HSV(B) | 298.17º | 0.55% | 0.93% | - |
| XYZ | 54.04 | 33.75 | 83.79 | - |
| YUV | 158.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 237 | 0.02 | 0.55 | 0 | 0.07 | 298.17 | 0.78 | 0.67 |
| Hex | E9 | 6A | ED | 2 | 37 | 0 | 7 | 12A | 4E | 43 |
| Octal | 351 | 152 | 355 | 2 | 67 | 0 | 7 | 452 | 116 | 103 |
| Binary | 11101001 | 1101010 | 11101101 | 10 | 110111 | 0 | 111 | 100101010 | 1001110 | 1000011 |
Color Harmonies of #E96AED
Complementary color
Monochromatic Colors of #E96AED
Black with #E96AED
Text Example
Text Example
White with #E96AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AED; }
p { color: rgb(233,106,237); }
H1.HeaderClassName
{
color: #E96AED;
}
.AnyTagClassName
{
color: #E96AED;
}
</style>
background-color css
<style>
a { background-color: #E96AED; }
a { background-color: rgb(233,106,237); }
div.DivClassName
{
background-color: #E96AED;
}
.BgClassName
{
background-color: #E96AED;
}
</style>
border-color css
<style>
span { border-color: #E96AED; }
span { border-color: rgb(233,106,237); }
td.TdClassName
{
border-color: #E96AED;
}
.TagClassName
{
border-color: #E96AED;
}
</style>