Shades of Violet #E886ED
Tints of Violet #E886ED
RGB
CMYK
RGB Variations
Color information
#E886ED (or 0xE886ED) is known color: Violet. HEX triplet: E8, 86 and ED. RGB value is (232,134,237). Sum of RGB (Red+Green+Blue) = 232+134+237=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #E886ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E886ED is #177912. Grayscale: #AEAEAE. Windows color (decimal): -1538323 or 15566568. OLE color: 15566568.
HSL color Cylindrical-coordinate representation of color #E886ED: hue angle of 297.09º degrees, saturation: 0.74, 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 #E886ED is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 134 | 237 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.07 |
| HSL | 297.09º | 0.74% | 0.73% | - |
| HSV(B) | 297.09º | 0.43% | 0.93% | - |
| XYZ | 57.09 | 40.32 | 84.89 | - |
| YUV | 175.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 237 | 0.02 | 0.43 | 0 | 0.07 | 297.09 | 0.74 | 0.73 |
| Hex | E8 | 86 | ED | 2 | 2B | 0 | 7 | 129 | 4A | 49 |
| Octal | 350 | 206 | 355 | 2 | 53 | 0 | 7 | 451 | 112 | 111 |
| Binary | 11101000 | 10000110 | 11101101 | 10 | 101011 | 0 | 111 | 100101001 | 1001010 | 1001001 |
Color Harmonies of #E886ED
Complementary color
Monochromatic Colors of #E886ED
Black with #E886ED
Text Example
Text Example
White with #E886ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886ED; }
p { color: rgb(232,134,237); }
H1.HeaderClassName
{
color: #E886ED;
}
.AnyTagClassName
{
color: #E886ED;
}
</style>
background-color css
<style>
a { background-color: #E886ED; }
a { background-color: rgb(232,134,237); }
div.DivClassName
{
background-color: #E886ED;
}
.BgClassName
{
background-color: #E886ED;
}
</style>
border-color css
<style>
span { border-color: #E886ED; }
span { border-color: rgb(232,134,237); }
td.TdClassName
{
border-color: #E886ED;
}
.TagClassName
{
border-color: #E886ED;
}
</style>