#e5a1e0

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

Shades of Plum #E5A1E0

Tints of Plum #E5A1E0

Color information

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

HSL color Cylindrical-coordinate representation of color #E5A1E0: hue angle of 304.41º 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 #E5A1E0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229161224-
CMYK00.300.020.10
HSL304.41º56.67%76.47%-
HSV(B)304.41º29.69%89.8%-
XYZ58.5147.5376.61-
YUV188.51148.03156.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916122400.300.020.10304.4156.6776.47
HexE5A1E001E2A130394c
Octal34524134003621246071114
Binary1110010110100001111000000111101010101001100001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5a1e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5a1e0; }

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

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

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

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

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

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

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

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