#EAA1EC

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

Shades of Plum #EAA1EC

Tints of Plum #EAA1EC

Color information

#EAA1EC (or 0xEAA1EC) is unknown color: approx Plum. HEX triplet: EA, A1 and EC. RGB value is (234,161,236). Sum of RGB (Red+Green+Blue) = 234+161+236=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1EC is #155E13. Grayscale: #BFBFBF. Windows color (decimal): -1400340 or 15507946. OLE color: 15507946.

HSL color Cylindrical-coordinate representation of color #EAA1EC: hue angle of 298.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA1EC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234161236-
CMYK0.010.3200.07
HSL298.4º66.37%77.84%-
HSV(B)298.4º31.78%92.55%-
XYZ61.8249.0485.56-
YUV191.38153.18158.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 161 (63.28% from 255) = 25.52%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=37.08%
G=25.52%
B=37.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341612360.010.3200.07298.466.3777.84
HexEAA1EC1200712a424e
Octal35224135414007452102116
Binary1110101010100001111011001100000011110010101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1EC; }

 p { color: rgb(234,161,236); }

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

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

 a { background-color: rgb(234,161,236); }

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

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

 span { border-color: rgb(234,161,236); }

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