#E091E9

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

Shades of Plum #E091E9

Tints of Plum #E091E9

Color information

#E091E9 (or 0xE091E9) is unknown color: approx Plum. HEX triplet: E0, 91 and E9. RGB value is (224,145,233). Sum of RGB (Red+Green+Blue) = 224+145+233=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #E091E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091E9 is #1F6E16. Grayscale: #B2B2B2. Windows color (decimal): -2059799 or 15307232. OLE color: 15307232.

HSL color Cylindrical-coordinate representation of color #E091E9: hue angle of 293.86º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E091E9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224145233-
CMYK0.040.3800.09
HSL293.86º66.67%74.12%-
HSV(B)293.86º37.77%91.37%-
XYZ55.5741.9882.26-
YUV178.65158.67160.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=37.21%
G=24.09%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241452330.040.3800.09293.8666.6774.12
HexE091E942609126434a
Octal340221351446011446103112
Binary1110000010010001111010011001001100100110010011010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091E9; }

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

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

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

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

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

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

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

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