#E081EE

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

Shades of Violet #E081EE

Tints of Violet #E081EE

Color information

#E081EE (or 0xE081EE) is unknown color: approx Violet. HEX triplet: E0, 81 and EE. RGB value is (224,129,238). Sum of RGB (Red+Green+Blue) = 224+129+238=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #E081EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081EE is #1F7E11. Grayscale: #A9A9A9. Windows color (decimal): -2063890 or 15630816. OLE color: 15630816.

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

Color convert

RGB224129238-
CMYK0.060.4600.07
HSL292.29º76.22%71.96%-
HSV(B)292.29º45.8%93.33%-
XYZ54.0237.7285.32-
YUV169.83166.47166.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 129 (50.78% from 255) = 21.83%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=37.90%
G=21.83%
B=40.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241292380.060.4600.07292.2976.2271.96
HexE081EE62E071244c48
Octal34020135665607444114110
Binary111000001000000111101110110101110011110010010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081EE; }

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

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

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

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

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

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

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

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