#E9A4EA

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

Shades of Plum #E9A4EA

Tints of Plum #E9A4EA

Color information

#E9A4EA (or 0xE9A4EA) is unknown color: approx Plum. HEX triplet: E9, A4 and EA. RGB value is (233,164,234). Sum of RGB (Red+Green+Blue) = 233+164+234=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9A4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A4EA is #165B15. Grayscale: #C0C0C0. Windows color (decimal): -1465110 or 15377641. OLE color: 15377641.

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

Color convert

RGB233164234-
CMYK0.000.3000.08
HSL299.14º62.5%78.04%-
HSV(B)299.14º29.91%91.76%-
XYZ61.7349.8284.2-
YUV192.61151.36156.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 164 (64.45% from 255) = 25.99%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=36.93%
G=25.99%
B=37.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331642340.000.3000.08299.1462.578.04
HexE9A4EA01E0812b3e4e
Octal35124435203601045376116
Binary111010011010010011101010011110010001001010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A4EA; }

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

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

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

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

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

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

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

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