#E3AAEA

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

Shades of Plum #E3AAEA

Tints of Plum #E3AAEA

Color information

#E3AAEA (or 0xE3AAEA) is unknown color: approx Plum. HEX triplet: E3, AA and EA. RGB value is (227,170,234). Sum of RGB (Red+Green+Blue) = 227+170+234=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAEA is #1C5515. Grayscale: #C2C2C2. Windows color (decimal): -1856790 or 15379171. OLE color: 15379171.

HSL color Cylindrical-coordinate representation of color #E3AAEA: hue angle of 293.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3AAEA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227170234-
CMYK0.030.2700.08
HSL293.44º60.38%79.22%-
HSV(B)293.44º27.35%91.76%-
XYZ60.951.0284.48-
YUV194.34150.38151.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.97%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=35.97%
G=26.94%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271702340.030.2700.08293.4460.3879.22
HexE3AAEA31B081253c4f
Octal34325235233301044574117
Binary1110001110101010111010101111011010001001001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAEA; }

 p { color: rgb(227,170,234); }

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

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

 a { background-color: rgb(227,170,234); }

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

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

 span { border-color: rgb(227,170,234); }

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