#e9abeb

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

Shades of Plum #E9ABEB

Tints of Plum #E9ABEB

Color information

#E9ABEB (or 0xE9ABEB) is unknown color: approx Plum. HEX triplet: E9, AB and EB. RGB value is (233,171,235). Sum of RGB (Red+Green+Blue) = 233+171+235=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABEB is #165414. Grayscale: #C4C4C4. Windows color (decimal): -1463317 or 15444969. OLE color: 15444969.

HSL color Cylindrical-coordinate representation of color #E9ABEB: hue angle of 298.12º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ABEB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233171235-
CMYK0.010.2700.08
HSL298.12º61.54%79.61%-
HSV(B)298.12º27.23%92.16%-
XYZ63.1652.4585.39-
YUV196.83149.54153.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.46%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=36.46%
G=26.76%
B=36.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331712350.010.2700.08298.1261.5479.61
HexE9ABEB11B0812a3e50
Octal35125335313301045276120
Binary111010011010101111101011111011010001001010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9abeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9abeb; }

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

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

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

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

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

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

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

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