#E091EA

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

Shades of Plum #E091EA

Tints of Plum #E091EA

Color information

#E091EA (or 0xE091EA) is unknown color: approx Plum. HEX triplet: E0, 91 and EA. RGB value is (224,145,234). Sum of RGB (Red+Green+Blue) = 224+145+234=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 145 (57.03% from 255 or 24.05% 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 #E091EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091EA is #1F6E15. Grayscale: #B2B2B2. Windows color (decimal): -2059798 or 15372768. OLE color: 15372768.

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

Color convert

RGB224145234-
CMYK0.040.3800.08
HSL293.26º67.94%74.31%-
HSV(B)293.26º38.03%91.76%-
XYZ55.7242.0483.02-
YUV178.77159.17160.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=37.15%
G=24.05%
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
Decimal2241452340.040.3800.08293.2667.9474.31
HexE091EA42608125444a
Octal340221352446010445104112
Binary1110000010010001111010101001001100100010010010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091EA; }

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

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

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

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

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

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

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

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