Shades of Violet #E886EC
Tints of Violet #E886EC
RGB
CMYK
RGB Variations
Color information
#E886EC (or 0xE886EC) is known color: Violet. HEX triplet: E8, 86 and EC. RGB value is (232,134,236). Sum of RGB (Red+Green+Blue) = 232+134+236=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #E886EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E886EC is #177913. Grayscale: #AEAEAE. Windows color (decimal): -1538324 or 15501032. OLE color: 15501032.
HSL color Cylindrical-coordinate representation of color #E886EC: hue angle of 297.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E886EC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 134 | 236 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.07 |
| HSL | 297.65º | 0.73% | 0.73% | - |
| HSV(B) | 297.65º | 0.43% | 0.93% | - |
| XYZ | 56.94 | 40.26 | 84.13 | - |
| YUV | 174.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 236 | 0.02 | 0.43 | 0 | 0.07 | 297.65 | 0.73 | 0.73 |
| Hex | E8 | 86 | EC | 2 | 2B | 0 | 7 | 12A | 49 | 49 |
| Octal | 350 | 206 | 354 | 2 | 53 | 0 | 7 | 452 | 111 | 111 |
| Binary | 11101000 | 10000110 | 11101100 | 10 | 101011 | 0 | 111 | 100101010 | 1001001 | 1001001 |
Color Harmonies of #E886EC
Complementary color
Monochromatic Colors of #E886EC
Black with #E886EC
Text Example
Text Example
White with #E886EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886EC; }
p { color: rgb(232,134,236); }
H1.HeaderClassName
{
color: #E886EC;
}
.AnyTagClassName
{
color: #E886EC;
}
</style>
background-color css
<style>
a { background-color: #E886EC; }
a { background-color: rgb(232,134,236); }
div.DivClassName
{
background-color: #E886EC;
}
.BgClassName
{
background-color: #E886EC;
}
</style>
border-color css
<style>
span { border-color: #E886EC; }
span { border-color: rgb(232,134,236); }
td.TdClassName
{
border-color: #E886EC;
}
.TagClassName
{
border-color: #E886EC;
}
</style>