#E1A6EB

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

Shades of Plum #E1A6EB

Tints of Plum #E1A6EB

Color information

#E1A6EB (or 0xE1A6EB) is unknown color: approx Plum. HEX triplet: E1, A6 and EB. RGB value is (225,166,235). Sum of RGB (Red+Green+Blue) = 225+166+235=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6EB is #1E5914. Grayscale: #BFBFBF. Windows color (decimal): -1988885 or 15443681. OLE color: 15443681.

HSL color Cylindrical-coordinate representation of color #E1A6EB: hue angle of 291.3º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A6EB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225166235-
CMYK0.040.2900.08
HSL291.3º63.3%78.63%-
HSV(B)291.3º29.36%92.16%-
XYZ59.6849.2884.96-
YUV191.51152.55151.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 26.52%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=35.94%
G=26.52%
B=37.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251662350.040.2900.08291.363.378.63
HexE1A6EB41D081233f4f
Octal34124635343501044377117
Binary11100001101001101110101110011101010001001000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6EB; }

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

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

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

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

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

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

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

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