#E190EB

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

Shades of Violet #E190EB

Tints of Violet #E190EB

Color information

#E190EB (or 0xE190EB) is unknown color: approx Violet. HEX triplet: E1, 90 and EB. RGB value is (225,144,235). Sum of RGB (Red+Green+Blue) = 225+144+235=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #E190EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E190EB is #1E6F14. Grayscale: #B2B2B2. Windows color (decimal): -1994517 or 15438049. OLE color: 15438049.

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

Color convert

RGB225144235-
CMYK0.040.3900.08
HSL293.41º69.47%74.31%-
HSV(B)293.41º38.72%92.16%-
XYZ56.0241.9583.74-
YUV178.59159.84161.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=37.25%
G=23.84%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251442350.040.3900.08293.4169.4774.31
HexE190EB42708125454a
Octal341220353447010445105112
Binary1110000110010000111010111001001110100010010010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190EB; }

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

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

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

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

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

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

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

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