#E2A1EA

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

Shades of Plum #E2A1EA

Tints of Plum #E2A1EA

Color information

#E2A1EA (or 0xE2A1EA) is unknown color: approx Plum. HEX triplet: E2, A1 and EA. RGB value is (226,161,234). Sum of RGB (Red+Green+Blue) = 226+161+234=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 161 (63.28% from 255 or 25.93% 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 #E2A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1EA is #1D5E15. Grayscale: #BCBCBC. Windows color (decimal): -1924630 or 15376866. OLE color: 15376866.

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

Color convert

RGB226161234-
CMYK0.030.3100.08
HSL293.42º63.48%77.45%-
HSV(B)293.42º31.2%91.76%-
XYZ58.9647.683.92-
YUV188.76153.53154.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=36.39%
G=25.93%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261612340.030.3100.08293.4263.4877.45
HexE2A1EA31F081253f4d
Octal34224135233701044577115
Binary1110001010100001111010101111111010001001001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1EA; }

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

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

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

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

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

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

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

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