#E1A5DB

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

Shades of Plum #E1A5DB

Tints of Plum #E1A5DB

Color information

#E1A5DB (or 0xE1A5DB) is unknown color: approx Plum. HEX triplet: E1, A5 and DB. RGB value is (225,165,219). Sum of RGB (Red+Green+Blue) = 225+165+219=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5DB is #1E5A24. Grayscale: #BCBCBC. Windows color (decimal): -1989157 or 14394849. OLE color: 14394849.

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

Color convert

RGB225165219-
CMYK00.270.030.12
HSL306º50%76.47%-
HSV(B)306º26.67%88.24%-
XYZ57.2948.0373.27-
YUV189.1144.88153.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=36.95%
G=27.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516521900.270.030.123065076.47
HexE1A5DB01B3C132324c
Octal34124533303331446262114
Binary1110000110100101110110110110111111001001100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A5DB; }

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

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

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

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

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

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

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

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