Shades of Violet #E96DF1
Tints of Violet #E96DF1
RGB
CMYK
RGB Variations
Color information
#E96DF1 (or 0xE96DF1) is known color: Violet. HEX triplet: E9, 6D and F1. RGB value is (233,109,241). Sum of RGB (Red+Green+Blue) = 233+109+241=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 109 (42.97% from 255 or 18.70% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #E96DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DF1 is #16920E. Grayscale: #A0A0A0. Windows color (decimal): -1479183 or 15822313. OLE color: 15822313.
HSL color Cylindrical-coordinate representation of color #E96DF1: hue angle of 296.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96DF1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 109 | 241 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.05 |
| HSL | 296.36º | 0.83% | 0.69% | - |
| HSV(B) | 296.36º | 0.55% | 0.95% | - |
| XYZ | 54.95 | 34.61 | 87 | - |
| YUV | 161.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 241 | 0.03 | 0.55 | 0 | 0.05 | 296.36 | 0.83 | 0.69 |
| Hex | E9 | 6D | F1 | 3 | 37 | 0 | 5 | 128 | 52 | 45 |
| Octal | 351 | 155 | 361 | 3 | 67 | 0 | 5 | 450 | 122 | 105 |
| Binary | 11101001 | 1101101 | 11110001 | 11 | 110111 | 0 | 101 | 100101000 | 1010010 | 1000101 |
Color Harmonies of #E96DF1
Complementary color
Monochromatic Colors of #E96DF1
Black with #E96DF1
Text Example
Text Example
White with #E96DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DF1; }
p { color: rgb(233,109,241); }
H1.HeaderClassName
{
color: #E96DF1;
}
.AnyTagClassName
{
color: #E96DF1;
}
</style>
background-color css
<style>
a { background-color: #E96DF1; }
a { background-color: rgb(233,109,241); }
div.DivClassName
{
background-color: #E96DF1;
}
.BgClassName
{
background-color: #E96DF1;
}
</style>
border-color css
<style>
span { border-color: #E96DF1; }
span { border-color: rgb(233,109,241); }
td.TdClassName
{
border-color: #E96DF1;
}
.TagClassName
{
border-color: #E96DF1;
}
</style>