Shades of Violet #E968EE
Tints of Violet #E968EE
RGB
CMYK
RGB Variations
Color information
#E968EE (or 0xE968EE) is known color: Violet. HEX triplet: E9, 68 and EE. RGB value is (233,104,238). Sum of RGB (Red+Green+Blue) = 233+104+238=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #E968EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968EE is #169711. Grayscale: #9D9D9D. Windows color (decimal): -1480466 or 15624425. OLE color: 15624425.
HSL color Cylindrical-coordinate representation of color #E968EE: hue angle of 297.76º degrees, saturation: 0.8, 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 #E968EE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 104 | 238 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 297.76º | 0.8% | 0.67% | - |
| HSV(B) | 297.76º | 0.56% | 0.93% | - |
| XYZ | 53.99 | 33.4 | 84.49 | - |
| YUV | 157.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 238 | 0.02 | 0.56 | 0 | 0.07 | 297.76 | 0.8 | 0.67 |
| Hex | E9 | 68 | EE | 2 | 38 | 0 | 7 | 12A | 50 | 43 |
| Octal | 351 | 150 | 356 | 2 | 70 | 0 | 7 | 452 | 120 | 103 |
| Binary | 11101001 | 1101000 | 11101110 | 10 | 111000 | 0 | 111 | 100101010 | 1010000 | 1000011 |
Color Harmonies of #E968EE
Complementary color
Monochromatic Colors of #E968EE
Black with #E968EE
Text Example
Text Example
White with #E968EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968EE; }
p { color: rgb(233,104,238); }
H1.HeaderClassName
{
color: #E968EE;
}
.AnyTagClassName
{
color: #E968EE;
}
</style>
background-color css
<style>
a { background-color: #E968EE; }
a { background-color: rgb(233,104,238); }
div.DivClassName
{
background-color: #E968EE;
}
.BgClassName
{
background-color: #E968EE;
}
</style>
border-color css
<style>
span { border-color: #E968EE; }
span { border-color: rgb(233,104,238); }
td.TdClassName
{
border-color: #E968EE;
}
.TagClassName
{
border-color: #E968EE;
}
</style>