#E084E0

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

Shades of Violet #E084E0

Tints of Violet #E084E0

Color information

#E084E0 (or 0xE084E0) is unknown color: approx Violet. HEX triplet: E0, 84 and E0. RGB value is (224,132,224). Sum of RGB (Red+Green+Blue) = 224+132+224=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E084E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084E0 is #1F7B1F. Grayscale: #A9A9A9. Windows color (decimal): -2063136 or 14714080. OLE color: 14714080.

HSL color Cylindrical-coordinate representation of color #E084E0: hue angle of 300º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084E0 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224132224-
CMYK00.4100.12
HSL300º59.74%69.8%-
HSV(B)300º41.07%87.84%-
XYZ52.4537.7375.04-
YUV170158.48166.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=38.62%
G=22.76%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413222400.4100.1230059.7469.8
HexE084E00290C12c3c46
Octal34020434005101445474106
Binary1110000010000100111000000101001011001001011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084E0; }

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

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

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

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

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

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

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

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