#E090EA

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

Shades of Violet #E090EA

Tints of Violet #E090EA

Color information

#E090EA (or 0xE090EA) is unknown color: approx Violet. HEX triplet: E0, 90 and EA. RGB value is (224,144,234). Sum of RGB (Red+Green+Blue) = 224+144+234=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #E090EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090EA is #1F6F15. Grayscale: #B1B1B1. Windows color (decimal): -2060054 or 15372512. OLE color: 15372512.

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

Color convert

RGB224144234-
CMYK0.040.3800.08
HSL293.33º68.18%74.12%-
HSV(B)293.33º38.46%91.76%-
XYZ55.5741.7382.97-
YUV178.18159.5160.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=37.21%
G=23.92%
B=38.87%

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
Decimal2241442340.040.3800.08293.3368.1874.12
HexE090EA42608125444a
Octal340220352446010445104112
Binary1110000010010000111010101001001100100010010010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090EA; }

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

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

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

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

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

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

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

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