Shades of Violet #E896EC
Tints of Violet #E896EC
RGB
CMYK
RGB Variations
Color information
#E896EC (or 0xE896EC) is known color: Violet. HEX triplet: E8, 96 and EC. RGB value is (232,150,236). Sum of RGB (Red+Green+Blue) = 232+150+236=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E896EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896EC is #176913. Grayscale: #B8B8B8. Windows color (decimal): -1534228 or 15505128. OLE color: 15505128.
HSL color Cylindrical-coordinate representation of color #E896EC: hue angle of 297.21º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E896EC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 150 | 236 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.07 |
| HSL | 297.21º | 0.69% | 0.76% | - |
| HSV(B) | 297.21º | 0.36% | 0.93% | - |
| XYZ | 59.33 | 45.02 | 84.92 | - |
| YUV | 184.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 236 | 0.02 | 0.36 | 0 | 0.07 | 297.21 | 0.69 | 0.76 |
| Hex | E8 | 96 | EC | 2 | 24 | 0 | 7 | 129 | 45 | 4C |
| Octal | 350 | 226 | 354 | 2 | 44 | 0 | 7 | 451 | 105 | 114 |
| Binary | 11101000 | 10010110 | 11101100 | 10 | 100100 | 0 | 111 | 100101001 | 1000101 | 1001100 |
Color Harmonies of #E896EC
Complementary color
Monochromatic Colors of #E896EC
Black with #E896EC
Text Example
Text Example
White with #E896EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896EC; }
p { color: rgb(232,150,236); }
H1.HeaderClassName
{
color: #E896EC;
}
.AnyTagClassName
{
color: #E896EC;
}
</style>
background-color css
<style>
a { background-color: #E896EC; }
a { background-color: rgb(232,150,236); }
div.DivClassName
{
background-color: #E896EC;
}
.BgClassName
{
background-color: #E896EC;
}
</style>
border-color css
<style>
span { border-color: #E896EC; }
span { border-color: rgb(232,150,236); }
td.TdClassName
{
border-color: #E896EC;
}
.TagClassName
{
border-color: #E896EC;
}
</style>