Shades of Violet #E96FEC
Tints of Violet #E96FEC
RGB
CMYK
RGB Variations
Color information
#E96FEC (or 0xE96FEC) is known color: Violet. HEX triplet: E9, 6F and EC. RGB value is (233,111,236). Sum of RGB (Red+Green+Blue) = 233+111+236=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #E96FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FEC is #169013. Grayscale: #A1A1A1. Windows color (decimal): -1478676 or 15495145. OLE color: 15495145.
HSL color Cylindrical-coordinate representation of color #E96FEC: hue angle of 298.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96FEC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 111 | 236 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.07 |
| HSL | 298.56º | 0.77% | 0.68% | - |
| HSV(B) | 298.56º | 0.53% | 0.93% | - |
| XYZ | 54.43 | 34.75 | 83.2 | - |
| YUV | 161.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 236 | 0.01 | 0.53 | 0 | 0.07 | 298.56 | 0.77 | 0.68 |
| Hex | E9 | 6F | EC | 1 | 35 | 0 | 7 | 12B | 4D | 44 |
| Octal | 351 | 157 | 354 | 1 | 65 | 0 | 7 | 453 | 115 | 104 |
| Binary | 11101001 | 1101111 | 11101100 | 1 | 110101 | 0 | 111 | 100101011 | 1001101 | 1000100 |
Color Harmonies of #E96FEC
Complementary color
Monochromatic Colors of #E96FEC
Black with #E96FEC
Text Example
Text Example
White with #E96FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FEC; }
p { color: rgb(233,111,236); }
H1.HeaderClassName
{
color: #E96FEC;
}
.AnyTagClassName
{
color: #E96FEC;
}
</style>
background-color css
<style>
a { background-color: #E96FEC; }
a { background-color: rgb(233,111,236); }
div.DivClassName
{
background-color: #E96FEC;
}
.BgClassName
{
background-color: #E96FEC;
}
</style>
border-color css
<style>
span { border-color: #E96FEC; }
span { border-color: rgb(233,111,236); }
td.TdClassName
{
border-color: #E96FEC;
}
.TagClassName
{
border-color: #E96FEC;
}
</style>