#E1A1EF

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

Shades of Plum #E1A1EF

Tints of Plum #E1A1EF

Color information

#E1A1EF (or 0xE1A1EF) is unknown color: approx Plum. HEX triplet: E1, A1 and EF. RGB value is (225,161,239). Sum of RGB (Red+Green+Blue) = 225+161+239=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A1EF is #1E5E10. Grayscale: #BCBCBC. Windows color (decimal): -1990161 or 15704545. OLE color: 15704545.

HSL color Cylindrical-coordinate representation of color #E1A1EF: hue angle of 289.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A1EF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225161239-
CMYK0.060.3300.06
HSL289.23º70.91%78.43%-
HSV(B)289.23º32.64%93.73%-
XYZ59.3847.7387.74-
YUV189.03156.2153.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 161 (63.28% from 255) = 25.76%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=36%
G=25.76%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251612390.060.3300.06289.2370.9178.43
HexE1A1EF62106121474e
Octal34124135764106441107116
Binary111000011010000111101111110100001011010010000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1EF; }

 p { color: rgb(225,161,239); }

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

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

 a { background-color: rgb(225,161,239); }

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

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

 span { border-color: rgb(225,161,239); }

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