#E086EC

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

Shades of Violet #E086EC

Tints of Violet #E086EC

Color information

#E086EC (or 0xE086EC) is unknown color: approx Violet. HEX triplet: E0, 86 and EC. RGB value is (224,134,236). Sum of RGB (Red+Green+Blue) = 224+134+236=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E086EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086EC is #1F7913. Grayscale: #ACACAC. Windows color (decimal): -2062612 or 15501024. OLE color: 15501024.

HSL color Cylindrical-coordinate representation of color #E086EC: hue angle of 292.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E086EC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224134236-
CMYK0.050.4300.07
HSL292.94º72.86%72.55%-
HSV(B)292.94º43.22%92.55%-
XYZ54.4138.9584.01-
YUV172.54163.82164.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 134 (52.73% from 255) = 22.56%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=37.71%
G=22.56%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241342360.050.4300.07292.9472.8672.55
HexE086EC52B071254949
Octal34020635455307445111111
Binary111000001000011011101100101101011011110010010110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086EC; }

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

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

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

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

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

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

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

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