#E0A3EA

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

Shades of Plum #E0A3EA

Tints of Plum #E0A3EA

Color information

#E0A3EA (or 0xE0A3EA) is unknown color: approx Plum. HEX triplet: E0, A3 and EA. RGB value is (224,163,234). Sum of RGB (Red+Green+Blue) = 224+163+234=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A3EA is #1F5C15. Grayscale: #BDBDBD. Windows color (decimal): -2055190 or 15377376. OLE color: 15377376.

HSL color Cylindrical-coordinate representation of color #E0A3EA: hue angle of 291.55º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A3EA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224163234-
CMYK0.040.3000.08
HSL291.55º62.83%77.84%-
HSV(B)291.55º30.34%91.76%-
XYZ58.6947.9884.01-
YUV189.33153.21152.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 163 (64.06% from 255) = 26.25%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=36.07%
G=26.25%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241632340.040.3000.08291.5562.8377.84
HexE0A3EA41E081243f4e
Octal34024335243601044477116
Binary11100000101000111110101010011110010001001001001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3EA; }

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

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

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

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

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

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

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

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