Shades of Violet #E968EF
Tints of Violet #E968EF
RGB
CMYK
RGB Variations
Color information
#E968EF (or 0xE968EF) is known color: Violet. HEX triplet: E9, 68 and EF. RGB value is (233,104,239). Sum of RGB (Red+Green+Blue) = 233+104+239=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #E968EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968EF is #169710. Grayscale: #9D9D9D. Windows color (decimal): -1480465 or 15689961. OLE color: 15689961.
HSL color Cylindrical-coordinate representation of color #E968EF: hue angle of 297.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E968EF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 104 | 239 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.06 |
| HSL | 297.33º | 0.81% | 0.67% | - |
| HSV(B) | 297.33º | 0.56% | 0.94% | - |
| XYZ | 54.13 | 33.46 | 85.27 | - |
| YUV | 157.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 239 | 0.03 | 0.56 | 0 | 0.06 | 297.33 | 0.81 | 0.67 |
| Hex | E9 | 68 | EF | 3 | 38 | 0 | 6 | 129 | 51 | 43 |
| Octal | 351 | 150 | 357 | 3 | 70 | 0 | 6 | 451 | 121 | 103 |
| Binary | 11101001 | 1101000 | 11101111 | 11 | 111000 | 0 | 110 | 100101001 | 1010001 | 1000011 |
Color Harmonies of #E968EF
Complementary color
Monochromatic Colors of #E968EF
Black with #E968EF
Text Example
Text Example
White with #E968EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968EF; }
p { color: rgb(233,104,239); }
H1.HeaderClassName
{
color: #E968EF;
}
.AnyTagClassName
{
color: #E968EF;
}
</style>
background-color css
<style>
a { background-color: #E968EF; }
a { background-color: rgb(233,104,239); }
div.DivClassName
{
background-color: #E968EF;
}
.BgClassName
{
background-color: #E968EF;
}
</style>
border-color css
<style>
span { border-color: #E968EF; }
span { border-color: rgb(233,104,239); }
td.TdClassName
{
border-color: #E968EF;
}
.TagClassName
{
border-color: #E968EF;
}
</style>