#E5A8EB

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

Shades of Plum #E5A8EB

Tints of Plum #E5A8EB

Color information

#E5A8EB (or 0xE5A8EB) is unknown color: approx Plum. HEX triplet: E5, A8 and EB. RGB value is (229,168,235). Sum of RGB (Red+Green+Blue) = 229+168+235=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8EB is #1A5714. Grayscale: #C1C1C1. Windows color (decimal): -1726229 or 15444197. OLE color: 15444197.

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

Color convert

RGB229168235-
CMYK0.030.2900.08
HSL294.63º62.62%79.02%-
HSV(B)294.63º28.51%92.16%-
XYZ61.3150.6685.14-
YUV193.88151.21153.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.23%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=36.23%
G=26.58%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291682350.030.2900.08294.6362.6279.02
HexE5A8EB31D081273f4f
Octal34525035333501044777117
Binary1110010110101000111010111111101010001001001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A8EB; }

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

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

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

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

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

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

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

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