#E1A6DB

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

Shades of Plum #E1A6DB

Tints of Plum #E1A6DB

Color information

#E1A6DB (or 0xE1A6DB) is unknown color: approx Plum. HEX triplet: E1, A6 and DB. RGB value is (225,166,219). Sum of RGB (Red+Green+Blue) = 225+166+219=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DB is #1E5924. Grayscale: #BDBDBD. Windows color (decimal): -1988901 or 14395105. OLE color: 14395105.

HSL color Cylindrical-coordinate representation of color #E1A6DB: hue angle of 306.1º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6DB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225166219-
CMYK00.260.030.12
HSL306.1º49.58%76.67%-
HSV(B)306.1º26.22%88.24%-
XYZ57.4748.3973.33-
YUV189.68144.55153.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=36.89%
G=27.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516621900.260.030.12306.149.5876.67
HexE1A6DB01A3C132324d
Octal34124633303231446262115
Binary1110000110100110110110110110101111001001100101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6DB; }

 p { color: rgb(225,166,219); }

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

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

 a { background-color: rgb(225,166,219); }

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

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

 span { border-color: rgb(225,166,219); }

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