Shades of Violet #E96CED
Tints of Violet #E96CED
RGB
CMYK
RGB Variations
Color information
#E96CED (or 0xE96CED) is known color: Violet. HEX triplet: E9, 6C and ED. RGB value is (233,108,237). Sum of RGB (Red+Green+Blue) = 233+108+237=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #E96CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CED is #169312. Grayscale: #9F9F9F. Windows color (decimal): -1479443 or 15559913. OLE color: 15559913.
HSL color Cylindrical-coordinate representation of color #E96CED: hue angle of 298.14º degrees, saturation: 0.78, 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 #E96CED is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 108 | 237 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.07 |
| HSL | 298.14º | 0.78% | 0.68% | - |
| HSV(B) | 298.14º | 0.54% | 0.93% | - |
| XYZ | 54.25 | 34.16 | 83.86 | - |
| YUV | 160.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 237 | 0.02 | 0.54 | 0 | 0.07 | 298.14 | 0.78 | 0.68 |
| Hex | E9 | 6C | ED | 2 | 36 | 0 | 7 | 12A | 4E | 44 |
| Octal | 351 | 154 | 355 | 2 | 66 | 0 | 7 | 452 | 116 | 104 |
| Binary | 11101001 | 1101100 | 11101101 | 10 | 110110 | 0 | 111 | 100101010 | 1001110 | 1000100 |
Color Harmonies of #E96CED
Complementary color
Monochromatic Colors of #E96CED
Black with #E96CED
Text Example
Text Example
White with #E96CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CED; }
p { color: rgb(233,108,237); }
H1.HeaderClassName
{
color: #E96CED;
}
.AnyTagClassName
{
color: #E96CED;
}
</style>
background-color css
<style>
a { background-color: #E96CED; }
a { background-color: rgb(233,108,237); }
div.DivClassName
{
background-color: #E96CED;
}
.BgClassName
{
background-color: #E96CED;
}
</style>
border-color css
<style>
span { border-color: #E96CED; }
span { border-color: rgb(233,108,237); }
td.TdClassName
{
border-color: #E96CED;
}
.TagClassName
{
border-color: #E96CED;
}
</style>