#EAA3EF

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

Shades of Plum #EAA3EF

Tints of Plum #EAA3EF

Color information

#EAA3EF (or 0xEAA3EF) is unknown color: approx Plum. HEX triplet: EA, A3 and EF. RGB value is (234,163,239). Sum of RGB (Red+Green+Blue) = 234+163+239=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA3EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3EF is #155C10. Grayscale: #C0C0C0. Windows color (decimal): -1399825 or 15705066. OLE color: 15705066.

HSL color Cylindrical-coordinate representation of color #EAA3EF: hue angle of 296.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA3EF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234163239-
CMYK0.020.3200.06
HSL296.05º70.37%78.82%-
HSV(B)296.05º31.8%93.73%-
XYZ62.6149.9288-
YUV192.89154.02157.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 163 (64.06% from 255) = 25.63%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=36.79%
G=25.63%
B=37.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341632390.020.3200.06296.0570.3778.82
HexEAA3EF22006128464f
Octal35224335724006450106117
Binary11101010101000111110111110100000011010010100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA3EF; }

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

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

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

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

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

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

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

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