#E084EE

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

Shades of Violet #E084EE

Tints of Violet #E084EE

Color information

#E084EE (or 0xE084EE) is unknown color: approx Violet. HEX triplet: E0, 84 and EE. RGB value is (224,132,238). Sum of RGB (Red+Green+Blue) = 224+132+238=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #E084EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084EE is #1F7B11. Grayscale: #ABABAB. Windows color (decimal): -2063122 or 15631584. OLE color: 15631584.

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

Color convert

RGB224132238-
CMYK0.060.4500.07
HSL292.08º75.71%72.55%-
HSV(B)292.08º44.54%93.33%-
XYZ54.4238.5285.46-
YUV171.59165.48165.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 132 (51.95% from 255) = 22.22%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=37.71%
G=22.22%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241322380.060.4500.07292.0875.7172.55
HexE084EE62D071244c49
Octal34020435665507444114111
Binary111000001000010011101110110101101011110010010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084EE; }

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

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

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

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

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

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

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

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