#E084EC

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

Shades of Violet #E084EC

Tints of Violet #E084EC

Color information

#E084EC (or 0xE084EC) is unknown color: approx Violet. HEX triplet: E0, 84 and EC. RGB value is (224,132,236). Sum of RGB (Red+Green+Blue) = 224+132+236=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #E084EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084EC is #1F7B13. Grayscale: #ABABAB. Windows color (decimal): -2063124 or 15500512. OLE color: 15500512.

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

Color convert

RGB224132236-
CMYK0.050.4400.07
HSL293.08º73.24%72.16%-
HSV(B)293.08º44.07%92.55%-
XYZ54.1338.4183.92-
YUV171.36164.48165.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=37.84%
G=22.30%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241322360.050.4400.07293.0873.2472.16
HexE084EC52C071254948
Octal34020435455407445111110
Binary111000001000010011101100101101100011110010010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084EC; }

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

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

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

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

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

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

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

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