#e091ec

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

Shades of Violet #E091EC

Tints of Violet #E091EC

Color information

#E091EC (or 0xE091EC) is unknown color: approx Violet. HEX triplet: E0, 91 and EC. RGB value is (224,145,236). Sum of RGB (Red+Green+Blue) = 224+145+236=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #E091EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091EC is #1F6E13. Grayscale: #B2B2B2. Windows color (decimal): -2059796 or 15503840. OLE color: 15503840.

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

Color convert

RGB224145236-
CMYK0.050.3900.07
HSL292.09º70.54%74.71%-
HSV(B)292.09º38.56%92.55%-
XYZ56.0142.1584.54-
YUV179160.17160.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=37.02%
G=23.97%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241452360.050.3900.07292.0970.5474.71
HexE091EC52707124474b
Octal34022135454707444107113
Binary111000001001000111101100101100111011110010010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e091ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e091ec; }

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

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

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

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

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

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

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

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