#E5A3EB

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

Shades of Plum #E5A3EB

Tints of Plum #E5A3EB

Color information

#E5A3EB (or 0xE5A3EB) is unknown color: approx Plum. HEX triplet: E5, A3 and EB. RGB value is (229,163,235). Sum of RGB (Red+Green+Blue) = 229+163+235=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A3EB is #1A5C14. Grayscale: #BEBEBE. Windows color (decimal): -1727509 or 15442917. OLE color: 15442917.

HSL color Cylindrical-coordinate representation of color #E5A3EB: hue angle of 295º degrees, saturation: 0.64, 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 #E5A3EB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229163235-
CMYK0.030.3100.08
HSL295º64.29%78.04%-
HSV(B)295º30.64%92.16%-
XYZ60.4148.8584.84-
YUV190.94152.87155.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 163 (64.06% from 255) = 26.00%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=36.52%
G=26.00%
B=37.48%

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
Decimal2291632350.030.3100.0829564.2978.04
HexE5A3EB31F08127404e
Octal345243353337010447100116
Binary11100101101000111110101111111110100010010011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A3EB; }

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

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

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

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

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

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

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

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