#E9AEEB

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

Shades of Plum #E9AEEB

Tints of Plum #E9AEEB

Color information

#E9AEEB (or 0xE9AEEB) is unknown color: approx Plum. HEX triplet: E9, AE and EB. RGB value is (233,174,235). Sum of RGB (Red+Green+Blue) = 233+174+235=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEEB is #165114. Grayscale: #C6C6C6. Windows color (decimal): -1462549 or 15445737. OLE color: 15445737.

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

Color convert

RGB233174235-
CMYK0.010.2600.08
HSL298.03º60.4%80.2%-
HSV(B)298.03º25.96%92.16%-
XYZ63.7453.5985.58-
YUV198.6148.55152.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=36.29%
G=27.10%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331742350.010.2600.08298.0360.480.2
HexE9AEEB11A0812a3c50
Octal35125635313201045274120
Binary111010011010111011101011111010010001001010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEEB; }

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

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

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

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

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

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

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

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