#E086E5

Color #E086E5 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #E086E5

Tints of Violet #E086E5

Color information

#E086E5 (or 0xE086E5) is unknown color: approx Violet. HEX triplet: E0, 86 and E5. RGB value is (224,134,229). Sum of RGB (Red+Green+Blue) = 224+134+229=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #E086E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086E5 is #1F791A. Grayscale: #ABABAB. Windows color (decimal): -2062619 or 15042272. OLE color: 15042272.

HSL color Cylindrical-coordinate representation of color #E086E5: hue angle of 296.84º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E086E5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224134229-
CMYK0.020.4100.10
HSL296.84º64.63%71.18%-
HSV(B)296.84º41.48%89.8%-
XYZ53.4138.5578.76-
YUV171.74160.32165.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=38.16%
G=22.83%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241342290.020.4100.10296.8464.6371.18
HexE086E52290A1294147
Octal340206345251012451101107
Binary111000001000011011100101101010010101010010100110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086E5; }

 p { color: rgb(224,134,229); }

 H1.HeaderClassName
 {
   color: #E086E5;
 }
 .AnyTagClassName
 {
   color: #E086E5;
 }
</style>
background-color css

<style>
 a { background-color: #E086E5; }

 a { background-color: rgb(224,134,229); }

 div.DivClassName
 {
   background-color: #E086E5;
 }
 .BgClassName
 {
   background-color: #E086E5;
 }
</style>
border-color css

<style>
 span { border-color: #E086E5; }

 span { border-color: rgb(224,134,229); }

 td.TdClassName
 {
   border-color: #E086E5;
 }
 .TagClassName
 {
   border-color: #E086E5;
 }
</style>