#E084EB

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

Shades of Violet #E084EB

Tints of Violet #E084EB

Color information

#E084EB (or 0xE084EB) is unknown color: approx Violet. HEX triplet: E0, 84 and EB. RGB value is (224,132,235). Sum of RGB (Red+Green+Blue) = 224+132+235=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #E084EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084EB is #1F7B14. Grayscale: #AAAAAA. Windows color (decimal): -2063125 or 15434976. OLE color: 15434976.

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

Color convert

RGB224132235-
CMYK0.050.4400.08
HSL293.59º72.03%71.96%-
HSV(B)293.59º43.83%92.16%-
XYZ53.9938.3583.15-
YUV171.25163.98165.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=37.90%
G=22.34%
B=39.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241322350.050.4400.08293.5972.0371.96
HexE084EB52C081264848
Octal340204353554010446110110
Binary1110000010000100111010111011011000100010010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084EB; }

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

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

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

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

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

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

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

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