#E9A6EF

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

Shades of Plum #E9A6EF

Tints of Plum #E9A6EF

Color information

#E9A6EF (or 0xE9A6EF) is unknown color: approx Plum. HEX triplet: E9, A6 and EF. RGB value is (233,166,239). Sum of RGB (Red+Green+Blue) = 233+166+239=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9A6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A6EF is #165910. Grayscale: #C2C2C2. Windows color (decimal): -1464593 or 15705833. OLE color: 15705833.

HSL color Cylindrical-coordinate representation of color #E9A6EF: hue angle of 295.07º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A6EF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233166239-
CMYK0.030.3100.06
HSL295.07º69.52%79.41%-
HSV(B)295.07º30.54%93.73%-
XYZ62.8250.8388.16-
YUV194.36153.2155.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 166 (65.23% from 255) = 26.02%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=36.52%
G=26.02%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331662390.030.3100.06295.0769.5279.41
HexE9A6EF31F06127464f
Octal35124635733706447106117
Binary1110100110100110111011111111111011010010011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6EF; }

 p { color: rgb(233,166,239); }

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

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

 a { background-color: rgb(233,166,239); }

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

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

 span { border-color: rgb(233,166,239); }

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