Shades of Violet #E486E7
Tints of Violet #E486E7
RGB
CMYK
RGB Variations
Color information
#E486E7 (or 0xE486E7) is known color: Violet. HEX triplet: E4, 86 and E7. RGB value is (228,134,231). Sum of RGB (Red+Green+Blue) = 228+134+231=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #E486E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486E7 is #1B7918. Grayscale: #ACACAC. Windows color (decimal): -1800473 or 15173348. OLE color: 15173348.
HSL color Cylindrical-coordinate representation of color #E486E7: hue angle of 298.14º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E486E7 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 134 | 231 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.09 |
| HSL | 298.14º | 0.67% | 0.72% | - |
| HSV(B) | 298.14º | 0.42% | 0.91% | - |
| XYZ | 54.94 | 39.31 | 80.29 | - |
| YUV | 173.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 231 | 0.01 | 0.42 | 0 | 0.09 | 298.14 | 0.67 | 0.72 |
| Hex | E4 | 86 | E7 | 1 | 2A | 0 | 9 | 12A | 43 | 48 |
| Octal | 344 | 206 | 347 | 1 | 52 | 0 | 11 | 452 | 103 | 110 |
| Binary | 11100100 | 10000110 | 11100111 | 1 | 101010 | 0 | 1001 | 100101010 | 1000011 | 1001000 |
Color Harmonies of #E486E7
Complementary color
Monochromatic Colors of #E486E7
Black with #E486E7
Text Example
Text Example
White with #E486E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486E7; }
p { color: rgb(228,134,231); }
H1.HeaderClassName
{
color: #E486E7;
}
.AnyTagClassName
{
color: #E486E7;
}
</style>
background-color css
<style>
a { background-color: #E486E7; }
a { background-color: rgb(228,134,231); }
div.DivClassName
{
background-color: #E486E7;
}
.BgClassName
{
background-color: #E486E7;
}
</style>
border-color css
<style>
span { border-color: #E486E7; }
span { border-color: rgb(228,134,231); }
td.TdClassName
{
border-color: #E486E7;
}
.TagClassName
{
border-color: #E486E7;
}
</style>