#E9A5EA

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

Shades of Plum #E9A5EA

Tints of Plum #E9A5EA

Color information

#E9A5EA (or 0xE9A5EA) is unknown color: approx Plum. HEX triplet: E9, A5 and EA. RGB value is (233,165,234). Sum of RGB (Red+Green+Blue) = 233+165+234=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A5EA is #165A15. Grayscale: #C0C0C0. Windows color (decimal): -1464854 or 15377897. OLE color: 15377897.

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

Color convert

RGB233165234-
CMYK0.000.2900.08
HSL299.13º62.16%78.24%-
HSV(B)299.13º29.49%91.76%-
XYZ61.9150.1784.26-
YUV193.2151.03156.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 165 (64.84% from 255) = 26.11%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=36.87%
G=26.11%
B=37.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331652340.000.2900.08299.1362.1678.24
HexE9A5EA01D0812b3e4e
Octal35124535203501045376116
Binary111010011010010111101010011101010001001010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A5EA; }

 p { color: rgb(233,165,234); }

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

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

 a { background-color: rgb(233,165,234); }

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

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

 span { border-color: rgb(233,165,234); }

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