#E0A1E5

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

Shades of Plum #E0A1E5

Tints of Plum #E0A1E5

Color information

#E0A1E5 (or 0xE0A1E5) is unknown color: approx Plum. HEX triplet: E0, A1 and E5. RGB value is (224,161,229). Sum of RGB (Red+Green+Blue) = 224+161+229=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A1E5 is #1F5E1A. Grayscale: #BBBBBB. Windows color (decimal): -2055707 or 15049184. OLE color: 15049184.

HSL color Cylindrical-coordinate representation of color #E0A1E5: hue angle of 295.59º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A1E5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224161229-
CMYK0.020.3000.10
HSL295.59º56.67%76.47%-
HSV(B)295.59º29.69%89.8%-
XYZ57.6346.9980.16-
YUV187.59151.37153.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=36.48%
G=26.22%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241612290.020.3000.10295.5956.6776.47
HexE0A1E521E0A128394c
Octal34024134523601245071114
Binary1110000010100001111001011011110010101001010001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1E5; }

 p { color: rgb(224,161,229); }

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

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

 a { background-color: rgb(224,161,229); }

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

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

 span { border-color: rgb(224,161,229); }

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