#E5ABEA

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

Shades of Plum #E5ABEA

Tints of Plum #E5ABEA

Color information

#E5ABEA (or 0xE5ABEA) is unknown color: approx Plum. HEX triplet: E5, AB and EA. RGB value is (229,171,234). Sum of RGB (Red+Green+Blue) = 229+171+234=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABEA is #1A5415. Grayscale: #C3C3C3. Windows color (decimal): -1725462 or 15379429. OLE color: 15379429.

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

Color convert

RGB229171234-
CMYK0.020.2700.08
HSL295.24º60%79.41%-
HSV(B)295.24º26.92%91.76%-
XYZ61.7351.7284.57-
YUV195.52149.72151.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 171 (67.19% from 255) = 26.97%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=36.12%
G=26.97%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291712340.020.2700.08295.246079.41
HexE5ABEA21B081273c4f
Octal34525335223301044774117
Binary1110010110101011111010101011011010001001001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABEA; }

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

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

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

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

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

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

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

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