#EAA4EE

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

Shades of Plum #EAA4EE

Tints of Plum #EAA4EE

Color information

#EAA4EE (or 0xEAA4EE) is unknown color: approx Plum. HEX triplet: EA, A4 and EE. RGB value is (234,164,238). Sum of RGB (Red+Green+Blue) = 234+164+238=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAA4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4EE is #155B11. Grayscale: #C1C1C1. Windows color (decimal): -1399570 or 15639786. OLE color: 15639786.

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

Color convert

RGB234164238-
CMYK0.020.3100.07
HSL296.76º68.52%78.82%-
HSV(B)296.76º31.09%93.33%-
XYZ62.6450.2287.28-
YUV193.37153.19156.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=36.79%
G=25.79%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341642380.020.3100.07296.7668.5278.82
HexEAA4EE21F07129454f
Octal35224435623707451105117
Binary1110101010100100111011101011111011110010100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4EE; }

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

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

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

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

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

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

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

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