#E4AAEA

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

Shades of Plum #E4AAEA

Tints of Plum #E4AAEA

Color information

#E4AAEA (or 0xE4AAEA) is unknown color: approx Plum. HEX triplet: E4, AA and EA. RGB value is (228,170,234). Sum of RGB (Red+Green+Blue) = 228+170+234=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAEA is #1B5515. Grayscale: #C2C2C2. Windows color (decimal): -1791254 or 15379172. OLE color: 15379172.

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

Color convert

RGB228170234-
CMYK0.030.2700.08
HSL294.38º60.38%79.22%-
HSV(B)294.38º27.35%91.76%-
XYZ61.2251.1884.49-
YUV194.64150.22151.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.08%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=36.08%
G=26.90%
B=37.03%

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
Decimal2281702340.030.2700.08294.3860.3879.22
HexE4AAEA31B081263c4f
Octal34425235233301044674117
Binary1110010010101010111010101111011010001001001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAEA; }

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

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

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

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

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

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

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

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