#E391EC

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

Shades of Violet #E391EC

Tints of Violet #E391EC

Color information

#E391EC (or 0xE391EC) is unknown color: approx Violet. HEX triplet: E3, 91 and EC. RGB value is (227,145,236). Sum of RGB (Red+Green+Blue) = 227+145+236=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #E391EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E391EC is #1C6E13. Grayscale: #B3B3B3. Windows color (decimal): -1863188 or 15503843. OLE color: 15503843.

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

Color convert

RGB227145236-
CMYK0.040.3900.07
HSL294.07º70.54%74.71%-
HSV(B)294.07º38.56%92.55%-
XYZ56.9442.6484.59-
YUV179.89159.67161.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=37.34%
G=23.85%
B=38.82%

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
Decimal2271452360.040.3900.07294.0770.5474.71
HexE391EC42707126474b
Octal34322135444707446107113
Binary111000111001000111101100100100111011110010011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391EC; }

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

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

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

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

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

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

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

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