Shades of Violet #E896F1
Tints of Violet #E896F1
RGB
CMYK
RGB Variations
Color information
#E896F1 (or 0xE896F1) is known color: Violet. HEX triplet: E8, 96 and F1. RGB value is (232,150,241). Sum of RGB (Red+Green+Blue) = 232+150+241=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E896F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896F1 is #17690E. Grayscale: #B8B8B8. Windows color (decimal): -1534223 or 15832808. OLE color: 15832808.
HSL color Cylindrical-coordinate representation of color #E896F1: hue angle of 294.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E896F1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 150 | 241 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.05 |
| HSL | 294.07º | 0.76% | 0.77% | - |
| HSV(B) | 294.07º | 0.38% | 0.95% | - |
| XYZ | 60.06 | 45.32 | 88.8 | - |
| YUV | 184.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 241 | 0.04 | 0.38 | 0 | 0.05 | 294.07 | 0.76 | 0.77 |
| Hex | E8 | 96 | F1 | 4 | 26 | 0 | 5 | 126 | 4C | 4D |
| Octal | 350 | 226 | 361 | 4 | 46 | 0 | 5 | 446 | 114 | 115 |
| Binary | 11101000 | 10010110 | 11110001 | 100 | 100110 | 0 | 101 | 100100110 | 1001100 | 1001101 |
Color Harmonies of #E896F1
Complementary color
Monochromatic Colors of #E896F1
Black with #E896F1
Text Example
Text Example
White with #E896F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896F1; }
p { color: rgb(232,150,241); }
H1.HeaderClassName
{
color: #E896F1;
}
.AnyTagClassName
{
color: #E896F1;
}
</style>
background-color css
<style>
a { background-color: #E896F1; }
a { background-color: rgb(232,150,241); }
div.DivClassName
{
background-color: #E896F1;
}
.BgClassName
{
background-color: #E896F1;
}
</style>
border-color css
<style>
span { border-color: #E896F1; }
span { border-color: rgb(232,150,241); }
td.TdClassName
{
border-color: #E896F1;
}
.TagClassName
{
border-color: #E896F1;
}
</style>