#E2AEEA

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

Shades of Plum #E2AEEA

Tints of Plum #E2AEEA

Color information

#E2AEEA (or 0xE2AEEA) is unknown color: approx Plum. HEX triplet: E2, AE and EA. RGB value is (226,174,234). Sum of RGB (Red+Green+Blue) = 226+174+234=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEEA is #1D5115. Grayscale: #C4C4C4. Windows color (decimal): -1921302 or 15380194. OLE color: 15380194.

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

Color convert

RGB226174234-
CMYK0.030.2600.08
HSL292º58.82%80%-
HSV(B)292º25.64%91.76%-
XYZ61.3552.3884.72-
YUV196.39149.23149.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=35.65%
G=27.44%
B=36.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261742340.030.2600.0829258.8280
HexE2AEEA31A081243b50
Octal34225635233201044473120
Binary1110001010101110111010101111010010001001001001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEEA; }

 p { color: rgb(226,174,234); }

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

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

 a { background-color: rgb(226,174,234); }

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

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

 span { border-color: rgb(226,174,234); }

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