#E9ABEC

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

Shades of Plum #E9ABEC

Tints of Plum #E9ABEC

Color information

#E9ABEC (or 0xE9ABEC) is unknown color: approx Plum. HEX triplet: E9, AB and EC. RGB value is (233,171,236). Sum of RGB (Red+Green+Blue) = 233+171+236=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABEC is #165413. Grayscale: #C4C4C4. Windows color (decimal): -1463316 or 15510505. OLE color: 15510505.

HSL color Cylindrical-coordinate representation of color #E9ABEC: hue angle of 297.23º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ABEC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233171236-
CMYK0.010.2800.07
HSL297.23º63.11%79.8%-
HSV(B)297.23º27.54%92.55%-
XYZ63.3152.5186.15-
YUV196.95150.04153.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=36.41%
G=26.72%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331712360.010.2800.07297.2363.1179.8
HexE9ABEC11C071293f50
Octal3512533541340745177120
Binary11101001101010111110110011110001111001010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ABEC; }

 p { color: rgb(233,171,236); }

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

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

 a { background-color: rgb(233,171,236); }

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

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

 span { border-color: rgb(233,171,236); }

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