Shades of Violet #E896FB
Tints of Violet #E896FB
RGB
CMYK
RGB Variations
Color information
#E896FB (or 0xE896FB) is known color: Violet. HEX triplet: E8, 96 and FB. RGB value is (232,150,251). Sum of RGB (Red+Green+Blue) = 232+150+251=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #E896FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896FB is #176904. Grayscale: #B9B9B9. Windows color (decimal): -1534213 or 16488168. OLE color: 16488168.
HSL color Cylindrical-coordinate representation of color #E896FB: hue angle of 288.71º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E896FB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 150 | 251 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.02 |
| HSL | 288.71º | 0.93% | 0.79% | - |
| HSV(B) | 288.71º | 0.4% | 0.98% | - |
| XYZ | 61.6 | 45.93 | 96.89 | - |
| YUV | 186.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 251 | 0.08 | 0.40 | 0 | 0.02 | 288.71 | 0.93 | 0.79 |
| Hex | E8 | 96 | FB | 8 | 28 | 0 | 2 | 121 | 5D | 4F |
| Octal | 350 | 226 | 373 | 10 | 50 | 0 | 2 | 441 | 135 | 117 |
| Binary | 11101000 | 10010110 | 11111011 | 1000 | 101000 | 0 | 10 | 100100001 | 1011101 | 1001111 |
Color Harmonies of #E896FB
Complementary color
Monochromatic Colors of #E896FB
Black with #E896FB
Text Example
Text Example
White with #E896FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896FB; }
p { color: rgb(232,150,251); }
H1.HeaderClassName
{
color: #E896FB;
}
.AnyTagClassName
{
color: #E896FB;
}
</style>
background-color css
<style>
a { background-color: #E896FB; }
a { background-color: rgb(232,150,251); }
div.DivClassName
{
background-color: #E896FB;
}
.BgClassName
{
background-color: #E896FB;
}
</style>
border-color css
<style>
span { border-color: #E896FB; }
span { border-color: rgb(232,150,251); }
td.TdClassName
{
border-color: #E896FB;
}
.TagClassName
{
border-color: #E896FB;
}
</style>