Shades of Violet #E96FF1
Tints of Violet #E96FF1
RGB
CMYK
RGB Variations
Color information
#E96FF1 (or 0xE96FF1) is known color: Violet. HEX triplet: E9, 6F and F1. RGB value is (233,111,241). Sum of RGB (Red+Green+Blue) = 233+111+241=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #E96FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FF1 is #16900E. Grayscale: #A1A1A1. Windows color (decimal): -1478671 or 15822825. OLE color: 15822825.
HSL color Cylindrical-coordinate representation of color #E96FF1: hue angle of 296.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96FF1 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 111 | 241 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.05 |
| HSL | 296.31º | 0.82% | 0.69% | - |
| HSV(B) | 296.31º | 0.54% | 0.95% | - |
| XYZ | 55.17 | 35.04 | 87.08 | - |
| YUV | 162.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 241 | 0.03 | 0.54 | 0 | 0.05 | 296.31 | 0.82 | 0.69 |
| Hex | E9 | 6F | F1 | 3 | 36 | 0 | 5 | 128 | 52 | 45 |
| Octal | 351 | 157 | 361 | 3 | 66 | 0 | 5 | 450 | 122 | 105 |
| Binary | 11101001 | 1101111 | 11110001 | 11 | 110110 | 0 | 101 | 100101000 | 1010010 | 1000101 |
Color Harmonies of #E96FF1
Complementary color
Monochromatic Colors of #E96FF1
Black with #E96FF1
Text Example
Text Example
White with #E96FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FF1; }
p { color: rgb(233,111,241); }
H1.HeaderClassName
{
color: #E96FF1;
}
.AnyTagClassName
{
color: #E96FF1;
}
</style>
background-color css
<style>
a { background-color: #E96FF1; }
a { background-color: rgb(233,111,241); }
div.DivClassName
{
background-color: #E96FF1;
}
.BgClassName
{
background-color: #E96FF1;
}
</style>
border-color css
<style>
span { border-color: #E96FF1; }
span { border-color: rgb(233,111,241); }
td.TdClassName
{
border-color: #E96FF1;
}
.TagClassName
{
border-color: #E96FF1;
}
</style>