#EAAAEC

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

Shades of Plum #EAAAEC

Tints of Plum #EAAAEC

Color information

#EAAAEC (or 0xEAAAEC) is unknown color: approx Plum. HEX triplet: EA, AA and EC. RGB value is (234,170,236). Sum of RGB (Red+Green+Blue) = 234+170+236=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEC is #155513. Grayscale: #C4C4C4. Windows color (decimal): -1398036 or 15510250. OLE color: 15510250.

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

Color convert

RGB234170236-
CMYK0.010.2800.07
HSL298.18º63.46%79.61%-
HSV(B)298.18º27.97%92.55%-
XYZ63.4552.386.11-
YUV196.66150.2154.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=36.56%
G=26.56%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341702360.010.2800.07298.1863.4679.61
HexEAAAEC11C0712a3f50
Octal3522523541340745277120
Binary11101010101010101110110011110001111001010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAEC; }

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

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

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

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

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

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

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

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