#E1A4EA

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

Shades of Plum #E1A4EA

Tints of Plum #E1A4EA

Color information

#E1A4EA (or 0xE1A4EA) is unknown color: approx Plum. HEX triplet: E1, A4 and EA. RGB value is (225,164,234). Sum of RGB (Red+Green+Blue) = 225+164+234=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4EA is #1E5B15. Grayscale: #BEBEBE. Windows color (decimal): -1989398 or 15377633. OLE color: 15377633.

HSL color Cylindrical-coordinate representation of color #E1A4EA: hue angle of 292.29º degrees, saturation: 0.62, 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 #E1A4EA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225164234-
CMYK0.040.3000.08
HSL292.29º62.5%78.04%-
HSV(B)292.29º29.91%91.76%-
XYZ59.1848.584.08-
YUV190.22152.71152.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=36.12%
G=26.32%
B=37.56%

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
Decimal2251642340.040.3000.08292.2962.578.04
HexE1A4EA41E081243e4e
Octal34124435243601044476116
Binary11100001101001001110101010011110010001001001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4EA; }

 p { color: rgb(225,164,234); }

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

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

 a { background-color: rgb(225,164,234); }

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

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

 span { border-color: rgb(225,164,234); }

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