#EAA2EC

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

Shades of Plum #EAA2EC

Tints of Plum #EAA2EC

Color information

#EAA2EC (or 0xEAA2EC) is unknown color: approx Plum. HEX triplet: EA, A2 and EC. RGB value is (234,162,236). Sum of RGB (Red+Green+Blue) = 234+162+236=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2EC is #155D13. Grayscale: #BFBFBF. Windows color (decimal): -1400084 or 15508202. OLE color: 15508202.

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

Color convert

RGB234162236-
CMYK0.010.3100.07
HSL298.38º66.07%78.04%-
HSV(B)298.38º31.36%92.55%-
XYZ61.9949.3985.62-
YUV191.96152.85157.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 162 (63.67% from 255) = 25.63%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=37.03%
G=25.63%
B=37.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341622360.010.3100.07298.3866.0778.04
HexEAA2EC11F0712a424e
Octal35224235413707452102116
Binary111010101010001011101100111111011110010101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA2EC; }

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

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

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

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

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

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

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

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