#E291EA

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

Shades of Violet #E291EA

Tints of Violet #E291EA

Color information

#E291EA (or 0xE291EA) is unknown color: approx Violet. HEX triplet: E2, 91 and EA. RGB value is (226,145,234). Sum of RGB (Red+Green+Blue) = 226+145+234=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E291EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291EA is #1D6E15. Grayscale: #B3B3B3. Windows color (decimal): -1928726 or 15372770. OLE color: 15372770.

HSL color Cylindrical-coordinate representation of color #E291EA: hue angle of 294.61º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E291EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226145234-
CMYK0.030.3800.08
HSL294.61º67.94%74.31%-
HSV(B)294.61º38.03%91.76%-
XYZ56.3442.3683.05-
YUV179.36158.84161.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=37.36%
G=23.97%
B=38.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261452340.030.3800.08294.6167.9474.31
HexE291EA32608127444a
Octal342221352346010447104112
Binary111000101001000111101010111001100100010010011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291EA; }

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

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

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

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

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

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

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

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