#E081EC

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

Shades of Violet #E081EC

Tints of Violet #E081EC

Color information

#E081EC (or 0xE081EC) is unknown color: approx Violet. HEX triplet: E0, 81 and EC. RGB value is (224,129,236). Sum of RGB (Red+Green+Blue) = 224+129+236=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #E081EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081EC is #1F7E13. Grayscale: #A9A9A9. Windows color (decimal): -2063892 or 15499744. OLE color: 15499744.

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

Color convert

RGB224129236-
CMYK0.050.4500.07
HSL293.27º73.79%71.57%-
HSV(B)293.27º45.34%92.55%-
XYZ53.7337.683.78-
YUV169.6165.47166.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=38.03%
G=21.90%
B=40.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241292360.050.4500.07293.2773.7971.57
HexE081EC52D071254a48
Octal34020135455507445112110
Binary111000001000000111101100101101101011110010010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081EC; }

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

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

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

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

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

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

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

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