#E391ED

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

Shades of Violet #E391ED

Tints of Violet #E391ED

Color information

#E391ED (or 0xE391ED) is unknown color: approx Violet. HEX triplet: E3, 91 and ED. RGB value is (227,145,237). Sum of RGB (Red+Green+Blue) = 227+145+237=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #E391ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E391ED is #1C6E12. Grayscale: #B3B3B3. Windows color (decimal): -1863187 or 15569379. OLE color: 15569379.

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

Color convert

RGB227145237-
CMYK0.040.3900.07
HSL293.48º71.88%74.9%-
HSV(B)293.48º38.82%92.94%-
XYZ57.0942.785.35-
YUV180.01160.17161.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=37.27%
G=23.81%
B=38.92%

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
Decimal2271452370.040.3900.07293.4871.8874.9
HexE391ED42707125484b
Octal34322135544707445110113
Binary111000111001000111101101100100111011110010010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391ED; }

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

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

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

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

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

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

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

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