Shades of Violet #E886EE
Tints of Violet #E886EE
RGB
CMYK
RGB Variations
Color information
#E886EE (or 0xE886EE) is known color: Violet. HEX triplet: E8, 86 and EE. RGB value is (232,134,238). Sum of RGB (Red+Green+Blue) = 232+134+238=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #E886EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E886EE is #177911. Grayscale: #AEAEAE. Windows color (decimal): -1538322 or 15632104. OLE color: 15632104.
HSL color Cylindrical-coordinate representation of color #E886EE: hue angle of 296.54º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E886EE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 134 | 238 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 296.54º | 0.75% | 0.73% | - |
| HSV(B) | 296.54º | 0.44% | 0.93% | - |
| XYZ | 57.24 | 40.38 | 85.67 | - |
| YUV | 175.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 238 | 0.03 | 0.44 | 0 | 0.07 | 296.54 | 0.75 | 0.73 |
| Hex | E8 | 86 | EE | 3 | 2C | 0 | 7 | 129 | 4B | 49 |
| Octal | 350 | 206 | 356 | 3 | 54 | 0 | 7 | 451 | 113 | 111 |
| Binary | 11101000 | 10000110 | 11101110 | 11 | 101100 | 0 | 111 | 100101001 | 1001011 | 1001001 |
Color Harmonies of #E886EE
Complementary color
Monochromatic Colors of #E886EE
Black with #E886EE
Text Example
Text Example
White with #E886EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886EE; }
p { color: rgb(232,134,238); }
H1.HeaderClassName
{
color: #E886EE;
}
.AnyTagClassName
{
color: #E886EE;
}
</style>
background-color css
<style>
a { background-color: #E886EE; }
a { background-color: rgb(232,134,238); }
div.DivClassName
{
background-color: #E886EE;
}
.BgClassName
{
background-color: #E886EE;
}
</style>
border-color css
<style>
span { border-color: #E886EE; }
span { border-color: rgb(232,134,238); }
td.TdClassName
{
border-color: #E886EE;
}
.TagClassName
{
border-color: #E886EE;
}
</style>