#E9A9EB

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

Shades of Plum #E9A9EB

Tints of Plum #E9A9EB

Color information

#E9A9EB (or 0xE9A9EB) is unknown color: approx Plum. HEX triplet: E9, A9 and EB. RGB value is (233,169,235). Sum of RGB (Red+Green+Blue) = 233+169+235=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9A9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A9EB is #165614. Grayscale: #C3C3C3. Windows color (decimal): -1463829 or 15444457. OLE color: 15444457.

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

Color convert

RGB233169235-
CMYK0.010.2800.08
HSL298.18º62.26%79.22%-
HSV(B)298.18º28.09%92.16%-
XYZ62.7951.785.27-
YUV195.66150.2154.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 169 (66.41% from 255) = 26.53%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=36.58%
G=26.53%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331692350.010.2800.08298.1862.2679.22
HexE9A9EB11C0812a3e4f
Octal35125135313401045276117
Binary111010011010100111101011111100010001001010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9EB; }

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

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

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

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

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

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

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

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