#EAA7EF

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

Shades of Plum #EAA7EF

Tints of Plum #EAA7EF

Color information

#EAA7EF (or 0xEAA7EF) is unknown color: approx Plum. HEX triplet: EA, A7 and EF. RGB value is (234,167,239). Sum of RGB (Red+Green+Blue) = 234+167+239=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7EF is #155810. Grayscale: #C3C3C3. Windows color (decimal): -1398801 or 15706090. OLE color: 15706090.

HSL color Cylindrical-coordinate representation of color #EAA7EF: hue angle of 295.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA7EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234167239-
CMYK0.020.3000.06
HSL295.83º69.23%79.61%-
HSV(B)295.83º30.13%93.73%-
XYZ63.3351.3688.24-
YUV195.24152.7155.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=36.56%
G=26.09%
B=37.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341672390.020.3000.06295.8369.2379.61
HexEAA7EF21E061284550
Octal35224735723606450105120
Binary1110101010100111111011111011110011010010100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7EF; }

 p { color: rgb(234,167,239); }

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

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

 a { background-color: rgb(234,167,239); }

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

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

 span { border-color: rgb(234,167,239); }

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