Shades of Violet #E896FA
Tints of Violet #E896FA
RGB
CMYK
RGB Variations
Color information
#E896FA (or 0xE896FA) is known color: Violet. HEX triplet: E8, 96 and FA. RGB value is (232,150,250). Sum of RGB (Red+Green+Blue) = 232+150+250=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #E896FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896FA is #176905. Grayscale: #B9B9B9. Windows color (decimal): -1534214 or 16422632. OLE color: 16422632.
HSL color Cylindrical-coordinate representation of color #E896FA: hue angle of 289.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E896FA is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 150 | 250 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.02 |
| HSL | 289.2º | 0.91% | 0.78% | - |
| HSV(B) | 289.2º | 0.4% | 0.98% | - |
| XYZ | 61.44 | 45.87 | 96.06 | - |
| YUV | 185.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 250 | 0.07 | 0.4 | 0 | 0.02 | 289.2 | 0.91 | 0.78 |
| Hex | E8 | 96 | FA | 7 | 28 | 0 | 2 | 121 | 5B | 4E |
| Octal | 350 | 226 | 372 | 7 | 50 | 0 | 2 | 441 | 133 | 116 |
| Binary | 11101000 | 10010110 | 11111010 | 111 | 101000 | 0 | 10 | 100100001 | 1011011 | 1001110 |
Color Harmonies of #E896FA
Complementary color
Monochromatic Colors of #E896FA
Black with #E896FA
Text Example
Text Example
White with #E896FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896FA; }
p { color: rgb(232,150,250); }
H1.HeaderClassName
{
color: #E896FA;
}
.AnyTagClassName
{
color: #E896FA;
}
</style>
background-color css
<style>
a { background-color: #E896FA; }
a { background-color: rgb(232,150,250); }
div.DivClassName
{
background-color: #E896FA;
}
.BgClassName
{
background-color: #E896FA;
}
</style>
border-color css
<style>
span { border-color: #E896FA; }
span { border-color: rgb(232,150,250); }
td.TdClassName
{
border-color: #E896FA;
}
.TagClassName
{
border-color: #E896FA;
}
</style>