Shades of Violet #E486E8
Tints of Violet #E486E8
RGB
CMYK
RGB Variations
Color information
#E486E8 (or 0xE486E8) is known color: Violet. HEX triplet: E4, 86 and E8. RGB value is (228,134,232). Sum of RGB (Red+Green+Blue) = 228+134+232=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #E486E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486E8 is #1B7917. Grayscale: #ACACAC. Windows color (decimal): -1800472 or 15238884. OLE color: 15238884.
HSL color Cylindrical-coordinate representation of color #E486E8: hue angle of 297.55º degrees, saturation: 0.68, 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 #E486E8 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 134 | 232 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.09 |
| HSL | 297.55º | 0.68% | 0.72% | - |
| HSV(B) | 297.55º | 0.42% | 0.91% | - |
| XYZ | 55.09 | 39.37 | 81.04 | - |
| YUV | 173.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 232 | 0.02 | 0.42 | 0 | 0.09 | 297.55 | 0.68 | 0.72 |
| Hex | E4 | 86 | E8 | 2 | 2A | 0 | 9 | 12A | 44 | 48 |
| Octal | 344 | 206 | 350 | 2 | 52 | 0 | 11 | 452 | 104 | 110 |
| Binary | 11100100 | 10000110 | 11101000 | 10 | 101010 | 0 | 1001 | 100101010 | 1000100 | 1001000 |
Color Harmonies of #E486E8
Complementary color
Monochromatic Colors of #E486E8
Black with #E486E8
Text Example
Text Example
White with #E486E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486E8; }
p { color: rgb(228,134,232); }
H1.HeaderClassName
{
color: #E486E8;
}
.AnyTagClassName
{
color: #E486E8;
}
</style>
background-color css
<style>
a { background-color: #E486E8; }
a { background-color: rgb(228,134,232); }
div.DivClassName
{
background-color: #E486E8;
}
.BgClassName
{
background-color: #E486E8;
}
</style>
border-color css
<style>
span { border-color: #E486E8; }
span { border-color: rgb(228,134,232); }
td.TdClassName
{
border-color: #E486E8;
}
.TagClassName
{
border-color: #E486E8;
}
</style>