#E1ABDE

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

Shades of Plum #E1ABDE

Tints of Plum #E1ABDE

Color information

#E1ABDE (or 0xE1ABDE) is unknown color: approx Plum. HEX triplet: E1, AB and DE. RGB value is (225,171,222). Sum of RGB (Red+Green+Blue) = 225+171+222=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABDE is #1E5421. Grayscale: #C0C0C0. Windows color (decimal): -1987618 or 14592993. OLE color: 14592993.

HSL color Cylindrical-coordinate representation of color #E1ABDE: hue angle of 303.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABDE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225171222-
CMYK00.240.010.12
HSL303.33º47.37%77.65%-
HSV(B)303.33º24%88.24%-
XYZ58.850.4175.74-
YUV192.96144.39150.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=36.41%
G=27.67%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517122200.240.010.12303.3347.3777.65
HexE1ABDE0181C12f2f4e
Octal34125333603011445757116
Binary111000011010101111011110011000111001001011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABDE; }

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

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

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

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

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

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

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

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