#E291EC

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

Shades of Violet #E291EC

Tints of Violet #E291EC

Color information

#E291EC (or 0xE291EC) is unknown color: approx Violet. HEX triplet: E2, 91 and EC. RGB value is (226,145,236). Sum of RGB (Red+Green+Blue) = 226+145+236=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E291EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291EC is #1D6E13. Grayscale: #B3B3B3. Windows color (decimal): -1928724 or 15503842. OLE color: 15503842.

HSL color Cylindrical-coordinate representation of color #E291EC: hue angle of 293.41º 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 #E291EC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226145236-
CMYK0.040.3900.07
HSL293.41º70.54%74.71%-
HSV(B)293.41º38.56%92.55%-
XYZ56.6342.4884.57-
YUV179.59159.84161.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=37.23%
G=23.89%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261452360.040.3900.07293.4170.5474.71
HexE291EC42707125474b
Octal34222135444707445107113
Binary111000101001000111101100100100111011110010010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291EC; }

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

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

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

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

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

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

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

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