Shades of Violet #E386EE
Tints of Violet #E386EE
RGB
CMYK
RGB Variations
Color information
#E386EE (or 0xE386EE) is known color: Violet. HEX triplet: E3, 86 and EE. RGB value is (227,134,238). Sum of RGB (Red+Green+Blue) = 227+134+238=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #E386EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E386EE is #1C7911. Grayscale: #ADADAD. Windows color (decimal): -1866002 or 15632099. OLE color: 15632099.
HSL color Cylindrical-coordinate representation of color #E386EE: hue angle of 293.65º 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 #E386EE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 134 | 238 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.07 |
| HSL | 293.65º | 0.75% | 0.73% | - |
| HSV(B) | 293.65º | 0.44% | 0.93% | - |
| XYZ | 55.64 | 39.55 | 85.59 | - |
| YUV | 173.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 238 | 0.05 | 0.44 | 0 | 0.07 | 293.65 | 0.75 | 0.73 |
| Hex | E3 | 86 | EE | 5 | 2C | 0 | 7 | 126 | 4B | 49 |
| Octal | 343 | 206 | 356 | 5 | 54 | 0 | 7 | 446 | 113 | 111 |
| Binary | 11100011 | 10000110 | 11101110 | 101 | 101100 | 0 | 111 | 100100110 | 1001011 | 1001001 |
Color Harmonies of #E386EE
Complementary color
Monochromatic Colors of #E386EE
Black with #E386EE
Text Example
Text Example
White with #E386EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E386EE; }
p { color: rgb(227,134,238); }
H1.HeaderClassName
{
color: #E386EE;
}
.AnyTagClassName
{
color: #E386EE;
}
</style>
background-color css
<style>
a { background-color: #E386EE; }
a { background-color: rgb(227,134,238); }
div.DivClassName
{
background-color: #E386EE;
}
.BgClassName
{
background-color: #E386EE;
}
</style>
border-color css
<style>
span { border-color: #E386EE; }
span { border-color: rgb(227,134,238); }
td.TdClassName
{
border-color: #E386EE;
}
.TagClassName
{
border-color: #E386EE;
}
</style>