#E0A3EC

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

Shades of Plum #E0A3EC

Tints of Plum #E0A3EC

Color information

#E0A3EC (or 0xE0A3EC) is unknown color: approx Plum. HEX triplet: E0, A3 and EC. RGB value is (224,163,236). Sum of RGB (Red+Green+Blue) = 224+163+236=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A3EC is #1F5C13. Grayscale: #BDBDBD. Windows color (decimal): -2055188 or 15508448. OLE color: 15508448.

HSL color Cylindrical-coordinate representation of color #E0A3EC: hue angle of 290.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A3EC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224163236-
CMYK0.050.3100.07
HSL290.14º65.77%78.24%-
HSV(B)290.14º30.93%92.55%-
XYZ58.9848.185.53-
YUV189.56154.21152.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.96%
GREEN value IS 163 (64.06% from 255) = 26.16%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=35.96%
G=26.16%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241632360.050.3100.07290.1465.7778.24
HexE0A3EC51F07122424e
Octal34024335453707442102116
Binary11100000101000111110110010111111011110010001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3EC; }

 p { color: rgb(224,163,236); }

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

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

 a { background-color: rgb(224,163,236); }

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

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

 span { border-color: rgb(224,163,236); }

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