Shades of Violet #E969ED
Tints of Violet #E969ED
RGB
CMYK
RGB Variations
Color information
#E969ED (or 0xE969ED) is known color: Violet. HEX triplet: E9, 69 and ED. RGB value is (233,105,237). Sum of RGB (Red+Green+Blue) = 233+105+237=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #E969ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E969ED is #169612. Grayscale: #9D9D9D. Windows color (decimal): -1480211 or 15559145. OLE color: 15559145.
HSL color Cylindrical-coordinate representation of color #E969ED: hue angle of 298.18º 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 #E969ED is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 105 | 237 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 298.18º | 0.79% | 0.67% | - |
| HSV(B) | 298.18º | 0.56% | 0.93% | - |
| XYZ | 53.94 | 33.54 | 83.75 | - |
| YUV | 158.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 237 | 0.02 | 0.56 | 0 | 0.07 | 298.18 | 0.79 | 0.67 |
| Hex | E9 | 69 | ED | 2 | 38 | 0 | 7 | 12A | 4F | 43 |
| Octal | 351 | 151 | 355 | 2 | 70 | 0 | 7 | 452 | 117 | 103 |
| Binary | 11101001 | 1101001 | 11101101 | 10 | 111000 | 0 | 111 | 100101010 | 1001111 | 1000011 |
Color Harmonies of #E969ED
Complementary color
Monochromatic Colors of #E969ED
Black with #E969ED
Text Example
Text Example
White with #E969ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969ED; }
p { color: rgb(233,105,237); }
H1.HeaderClassName
{
color: #E969ED;
}
.AnyTagClassName
{
color: #E969ED;
}
</style>
background-color css
<style>
a { background-color: #E969ED; }
a { background-color: rgb(233,105,237); }
div.DivClassName
{
background-color: #E969ED;
}
.BgClassName
{
background-color: #E969ED;
}
</style>
border-color css
<style>
span { border-color: #E969ED; }
span { border-color: rgb(233,105,237); }
td.TdClassName
{
border-color: #E969ED;
}
.TagClassName
{
border-color: #E969ED;
}
</style>