#E191EB

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

Shades of Violet #E191EB

Tints of Violet #E191EB

Color information

#E191EB (or 0xE191EB) is unknown color: approx Violet. HEX triplet: E1, 91 and EB. RGB value is (225,145,235). Sum of RGB (Red+Green+Blue) = 225+145+235=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #E191EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191EB is #1E6E14. Grayscale: #B2B2B2. Windows color (decimal): -1994261 or 15438305. OLE color: 15438305.

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

Color convert

RGB225145235-
CMYK0.040.3800.08
HSL293.33º69.23%74.51%-
HSV(B)293.33º38.3%92.16%-
XYZ56.1742.2683.79-
YUV179.18159.5160.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=37.19%
G=23.97%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251452350.040.3800.08293.3369.2374.51
HexE191EB42608125454b
Octal341221353446010445105113
Binary1110000110010001111010111001001100100010010010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191EB; }

 p { color: rgb(225,145,235); }

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

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

 a { background-color: rgb(225,145,235); }

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

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

 span { border-color: rgb(225,145,235); }

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