#E5ABE1

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

Shades of Plum #E5ABE1

Tints of Plum #E5ABE1

Color information

#E5ABE1 (or 0xE5ABE1) is unknown color: approx Plum. HEX triplet: E5, AB and E1. RGB value is (229,171,225). Sum of RGB (Red+Green+Blue) = 229+171+225=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABE1 is #1A541E. Grayscale: #C2C2C2. Windows color (decimal): -1725471 or 14789605. OLE color: 14789605.

HSL color Cylindrical-coordinate representation of color #E5ABE1: hue angle of 304.14º 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 #E5ABE1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229171225-
CMYK00.250.020.10
HSL304.14º52.73%78.43%-
HSV(B)304.14º25.33%89.8%-
XYZ60.4751.2277.93-
YUV194.5145.22152.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 225 (88.28% from 255) = 36%
R=36.64%
G=27.36%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917122500.250.020.10304.1452.7378.43
HexE5ABE10192A130354e
Octal34525334103121246065116
Binary1110010110101011111000010110011010101001100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABE1; }

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

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

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

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

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

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

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

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