Shades of Violet #E96FED
Tints of Violet #E96FED
RGB
CMYK
RGB Variations
Color information
#E96FED (or 0xE96FED) is known color: Violet. HEX triplet: E9, 6F and ED. RGB value is (233,111,237). Sum of RGB (Red+Green+Blue) = 233+111+237=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E96FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FED is #169012. Grayscale: #A1A1A1. Windows color (decimal): -1478675 or 15560681. OLE color: 15560681.
HSL color Cylindrical-coordinate representation of color #E96FED: hue angle of 298.1º degrees, saturation: 0.78, 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 #E96FED is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 111 | 237 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.07 |
| HSL | 298.1º | 0.78% | 0.68% | - |
| HSV(B) | 298.1º | 0.53% | 0.93% | - |
| XYZ | 54.57 | 34.81 | 83.96 | - |
| YUV | 161.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 237 | 0.02 | 0.53 | 0 | 0.07 | 298.1 | 0.78 | 0.68 |
| Hex | E9 | 6F | ED | 2 | 35 | 0 | 7 | 12A | 4E | 44 |
| Octal | 351 | 157 | 355 | 2 | 65 | 0 | 7 | 452 | 116 | 104 |
| Binary | 11101001 | 1101111 | 11101101 | 10 | 110101 | 0 | 111 | 100101010 | 1001110 | 1000100 |
Color Harmonies of #E96FED
Complementary color
Monochromatic Colors of #E96FED
Black with #E96FED
Text Example
Text Example
White with #E96FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FED; }
p { color: rgb(233,111,237); }
H1.HeaderClassName
{
color: #E96FED;
}
.AnyTagClassName
{
color: #E96FED;
}
</style>
background-color css
<style>
a { background-color: #E96FED; }
a { background-color: rgb(233,111,237); }
div.DivClassName
{
background-color: #E96FED;
}
.BgClassName
{
background-color: #E96FED;
}
</style>
border-color css
<style>
span { border-color: #E96FED; }
span { border-color: rgb(233,111,237); }
td.TdClassName
{
border-color: #E96FED;
}
.TagClassName
{
border-color: #E96FED;
}
</style>