#E5ABE5

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

Shades of Plum #E5ABE5

Tints of Plum #E5ABE5

Color information

#E5ABE5 (or 0xE5ABE5) is unknown color: approx Plum. HEX triplet: E5, AB and E5. RGB value is (229,171,229). Sum of RGB (Red+Green+Blue) = 229+171+229=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABE5 is #1A541A. Grayscale: #C2C2C2. Windows color (decimal): -1725467 or 15051749. OLE color: 15051749.

HSL color Cylindrical-coordinate representation of color #E5ABE5: hue angle of 300º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABE5 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229171229-
CMYK00.2500.10
HSL300º52.73%78.43%-
HSV(B)300º25.33%89.8%-
XYZ61.0251.4480.84-
YUV194.95147.22152.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.41%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=36.41%
G=27.19%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917122900.2500.1030052.7378.43
HexE5ABE50190A12c354e
Octal34525334503101245465116
Binary111001011010101111100101011001010101001011001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABE5; }

 p { color: rgb(229,171,229); }

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

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

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

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

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

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

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