#E391EA

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

Shades of Violet #E391EA

Tints of Violet #E391EA

Color information

#E391EA (or 0xE391EA) is unknown color: approx Violet. HEX triplet: E3, 91 and EA. RGB value is (227,145,234). Sum of RGB (Red+Green+Blue) = 227+145+234=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #E391EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E391EA is #1C6E15. Grayscale: #B3B3B3. Windows color (decimal): -1863190 or 15372771. OLE color: 15372771.

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

Color convert

RGB227145234-
CMYK0.030.3800.08
HSL295.28º67.94%74.31%-
HSV(B)295.28º38.03%91.76%-
XYZ56.6642.5283.06-
YUV179.66158.67161.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.46%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=37.46%
G=23.93%
B=38.61%

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
Decimal2271452340.030.3800.08295.2867.9474.31
HexE391EA32608127444a
Octal343221352346010447104112
Binary111000111001000111101010111001100100010010011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391EA; }

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

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

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

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

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

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

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

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