#E190EA

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

Shades of Violet #E190EA

Tints of Violet #E190EA

Color information

#E190EA (or 0xE190EA) is unknown color: approx Violet. HEX triplet: E1, 90 and EA. RGB value is (225,144,234). Sum of RGB (Red+Green+Blue) = 225+144+234=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #E190EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E190EA is #1E6F15. Grayscale: #B2B2B2. Windows color (decimal): -1994518 or 15372513. OLE color: 15372513.

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

Color convert

RGB225144234-
CMYK0.040.3800.08
HSL294º68.18%74.12%-
HSV(B)294º38.46%91.76%-
XYZ55.8841.8982.98-
YUV178.48159.34161.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 144 (56.64% from 255) = 23.88%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=37.31%
G=23.88%
B=38.81%

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
Decimal2251442340.040.3800.0829468.1874.12
HexE190EA42608126444a
Octal341220352446010446104112
Binary1110000110010000111010101001001100100010010011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190EA; }

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

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

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

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

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

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

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

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