Shades of Violet #E486EE
Tints of Violet #E486EE
RGB
CMYK
RGB Variations
Color information
#E486EE (or 0xE486EE) is known color: Violet. HEX triplet: E4, 86 and EE. RGB value is (228,134,238). Sum of RGB (Red+Green+Blue) = 228+134+238=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #E486EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486EE is #1B7911. Grayscale: #ADADAD. Windows color (decimal): -1800466 or 15632100. OLE color: 15632100.
HSL color Cylindrical-coordinate representation of color #E486EE: hue angle of 294.23º 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 #E486EE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 134 | 238 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.23º | 0.75% | 0.73% | - |
| HSV(B) | 294.23º | 0.44% | 0.93% | - |
| XYZ | 55.95 | 39.72 | 85.61 | - |
| YUV | 173.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 238 | 0.04 | 0.44 | 0 | 0.07 | 294.23 | 0.75 | 0.73 |
| Hex | E4 | 86 | EE | 4 | 2C | 0 | 7 | 126 | 4B | 49 |
| Octal | 344 | 206 | 356 | 4 | 54 | 0 | 7 | 446 | 113 | 111 |
| Binary | 11100100 | 10000110 | 11101110 | 100 | 101100 | 0 | 111 | 100100110 | 1001011 | 1001001 |
Color Harmonies of #E486EE
Complementary color
Monochromatic Colors of #E486EE
Black with #E486EE
Text Example
Text Example
White with #E486EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486EE; }
p { color: rgb(228,134,238); }
H1.HeaderClassName
{
color: #E486EE;
}
.AnyTagClassName
{
color: #E486EE;
}
</style>
background-color css
<style>
a { background-color: #E486EE; }
a { background-color: rgb(228,134,238); }
div.DivClassName
{
background-color: #E486EE;
}
.BgClassName
{
background-color: #E486EE;
}
</style>
border-color css
<style>
span { border-color: #E486EE; }
span { border-color: rgb(228,134,238); }
td.TdClassName
{
border-color: #E486EE;
}
.TagClassName
{
border-color: #E486EE;
}
</style>