#E1A6DA

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

Shades of Plum #E1A6DA

Tints of Plum #E1A6DA

Color information

#E1A6DA (or 0xE1A6DA) is unknown color: approx Plum. HEX triplet: E1, A6 and DA. RGB value is (225,166,218). Sum of RGB (Red+Green+Blue) = 225+166+218=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DA is #1E5925. Grayscale: #BDBDBD. Windows color (decimal): -1988902 or 14329569. OLE color: 14329569.

HSL color Cylindrical-coordinate representation of color #E1A6DA: hue angle of 307.12º 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 #E1A6DA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225166218-
CMYK00.260.030.12
HSL307.12º49.58%76.67%-
HSV(B)307.12º26.22%88.24%-
XYZ57.3448.3472.64-
YUV189.57144.05153.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=36.95%
G=27.26%
B=35.80%

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
Decimal22516621800.260.030.12307.1249.5876.67
HexE1A6DA01A3C133324d
Octal34124633203231446362115
Binary1110000110100110110110100110101111001001100111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6DA; }

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

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

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

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

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

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

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

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