Shades of Violet #E896EE
Tints of Violet #E896EE
RGB
CMYK
RGB Variations
Color information
#E896EE (or 0xE896EE) is known color: Violet. HEX triplet: E8, 96 and EE. RGB value is (232,150,238). Sum of RGB (Red+Green+Blue) = 232+150+238=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #E896EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E896EE is #176911. Grayscale: #B8B8B8. Windows color (decimal): -1534226 or 15636200. OLE color: 15636200.
HSL color Cylindrical-coordinate representation of color #E896EE: hue angle of 295.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E896EE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 150 | 238 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 295.91º | 0.72% | 0.76% | - |
| HSV(B) | 295.91º | 0.37% | 0.93% | - |
| XYZ | 59.62 | 45.14 | 86.46 | - |
| YUV | 184.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 238 | 0.03 | 0.37 | 0 | 0.07 | 295.91 | 0.72 | 0.76 |
| Hex | E8 | 96 | EE | 3 | 25 | 0 | 7 | 128 | 48 | 4C |
| Octal | 350 | 226 | 356 | 3 | 45 | 0 | 7 | 450 | 110 | 114 |
| Binary | 11101000 | 10010110 | 11101110 | 11 | 100101 | 0 | 111 | 100101000 | 1001000 | 1001100 |
Color Harmonies of #E896EE
Complementary color
Monochromatic Colors of #E896EE
Black with #E896EE
Text Example
Text Example
White with #E896EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896EE; }
p { color: rgb(232,150,238); }
H1.HeaderClassName
{
color: #E896EE;
}
.AnyTagClassName
{
color: #E896EE;
}
</style>
background-color css
<style>
a { background-color: #E896EE; }
a { background-color: rgb(232,150,238); }
div.DivClassName
{
background-color: #E896EE;
}
.BgClassName
{
background-color: #E896EE;
}
</style>
border-color css
<style>
span { border-color: #E896EE; }
span { border-color: rgb(232,150,238); }
td.TdClassName
{
border-color: #E896EE;
}
.TagClassName
{
border-color: #E896EE;
}
</style>