#E491EA

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

Shades of Violet #E491EA

Tints of Violet #E491EA

Color information

#E491EA (or 0xE491EA) is unknown color: approx Violet. HEX triplet: E4, 91 and EA. RGB value is (228,145,234). Sum of RGB (Red+Green+Blue) = 228+145+234=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E491EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491EA is #1B6E15. Grayscale: #B3B3B3. Windows color (decimal): -1797654 or 15372772. OLE color: 15372772.

HSL color Cylindrical-coordinate representation of color #E491EA: hue angle of 295.96º 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 #E491EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228145234-
CMYK0.030.3800.08
HSL295.96º67.94%74.31%-
HSV(B)295.96º38.03%91.76%-
XYZ56.9742.6983.08-
YUV179.96158.5162.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=37.56%
G=23.89%
B=38.55%

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
Decimal2281452340.030.3800.08295.9667.9474.31
HexE491EA32608128444a
Octal344221352346010450104112
Binary111001001001000111101010111001100100010010100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491EA; }

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

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

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

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

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

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

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

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