#E291EF

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

Shades of Violet #E291EF

Tints of Violet #E291EF

Color information

#E291EF (or 0xE291EF) is unknown color: approx Violet. HEX triplet: E2, 91 and EF. RGB value is (226,145,239). Sum of RGB (Red+Green+Blue) = 226+145+239=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #E291EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291EF is #1D6E10. Grayscale: #B3B3B3. Windows color (decimal): -1928721 or 15700450. OLE color: 15700450.

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

Color convert

RGB226145239-
CMYK0.050.3900.06
HSL291.7º74.6%75.29%-
HSV(B)291.7º39.33%93.73%-
XYZ57.0742.6586.89-
YUV179.94161.34160.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 145 (57.03% from 255) = 23.77%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=37.05%
G=23.77%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261452390.050.3900.06291.774.675.29
HexE291EF527061244b4b
Octal34222135754706444113113
Binary111000101001000111101111101100111011010010010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291EF; }

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

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

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

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

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

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

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

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