#E5A1EB

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

Shades of Plum #E5A1EB

Tints of Plum #E5A1EB

Color information

#E5A1EB (or 0xE5A1EB) is unknown color: approx Plum. HEX triplet: E5, A1 and EB. RGB value is (229,161,235). Sum of RGB (Red+Green+Blue) = 229+161+235=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1EB is #1A5E14. Grayscale: #BDBDBD. Windows color (decimal): -1728021 or 15442405. OLE color: 15442405.

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

Color convert

RGB229161235-
CMYK0.030.3100.08
HSL295.14º64.91%77.65%-
HSV(B)295.14º31.49%92.16%-
XYZ60.0548.1584.73-
YUV189.77153.53155.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 161 (63.28% from 255) = 25.76%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=36.64%
G=25.76%
B=37.6%

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
Decimal2291612350.030.3100.08295.1464.9177.65
HexE5A1EB31F08127414e
Octal345241353337010447101116
Binary11100101101000011110101111111110100010010011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1EB; }

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

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

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

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

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

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

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

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