#E086EE

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

Shades of Violet #E086EE

Tints of Violet #E086EE

Color information

#E086EE (or 0xE086EE) is unknown color: approx Violet. HEX triplet: E0, 86 and EE. RGB value is (224,134,238). Sum of RGB (Red+Green+Blue) = 224+134+238=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #E086EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086EE is #1F7911. Grayscale: #ACACAC. Windows color (decimal): -2062610 or 15632096. OLE color: 15632096.

HSL color Cylindrical-coordinate representation of color #E086EE: hue angle of 291.92º 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 #E086EE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224134238-
CMYK0.060.4400.07
HSL291.92º75.36%72.94%-
HSV(B)291.92º43.7%93.33%-
XYZ54.739.0785.55-
YUV172.77164.82164.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=37.58%
G=22.48%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241342380.060.4400.07291.9275.3672.94
HexE086EE62C071244b49
Octal34020635665407444113111
Binary111000001000011011101110110101100011110010010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086EE; }

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

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

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

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

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

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

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

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