Shades of Violet #E968ED
Tints of Violet #E968ED
RGB
CMYK
RGB Variations
Color information
#E968ED (or 0xE968ED) is known color: Violet. HEX triplet: E9, 68 and ED. RGB value is (233,104,237). Sum of RGB (Red+Green+Blue) = 233+104+237=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #E968ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968ED is #169712. Grayscale: #9D9D9D. Windows color (decimal): -1480467 or 15558889. OLE color: 15558889.
HSL color Cylindrical-coordinate representation of color #E968ED: hue angle of 298.2º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E968ED is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 104 | 237 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 298.2º | 0.79% | 0.67% | - |
| HSV(B) | 298.2º | 0.56% | 0.93% | - |
| XYZ | 53.84 | 33.34 | 83.72 | - |
| YUV | 157.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 237 | 0.02 | 0.56 | 0 | 0.07 | 298.2 | 0.79 | 0.67 |
| Hex | E9 | 68 | ED | 2 | 38 | 0 | 7 | 12A | 4F | 43 |
| Octal | 351 | 150 | 355 | 2 | 70 | 0 | 7 | 452 | 117 | 103 |
| Binary | 11101001 | 1101000 | 11101101 | 10 | 111000 | 0 | 111 | 100101010 | 1001111 | 1000011 |
Color Harmonies of #E968ED
Complementary color
Monochromatic Colors of #E968ED
Black with #E968ED
Text Example
Text Example
White with #E968ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968ED; }
p { color: rgb(233,104,237); }
H1.HeaderClassName
{
color: #E968ED;
}
.AnyTagClassName
{
color: #E968ED;
}
</style>
background-color css
<style>
a { background-color: #E968ED; }
a { background-color: rgb(233,104,237); }
div.DivClassName
{
background-color: #E968ED;
}
.BgClassName
{
background-color: #E968ED;
}
</style>
border-color css
<style>
span { border-color: #E968ED; }
span { border-color: rgb(233,104,237); }
td.TdClassName
{
border-color: #E968ED;
}
.TagClassName
{
border-color: #E968ED;
}
</style>