#EAA3F4

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

Shades of Plum #EAA3F4

Tints of Plum #EAA3F4

Color information

#EAA3F4 (or 0xEAA3F4) is unknown color: approx Plum. HEX triplet: EA, A3 and F4. RGB value is (234,163,244). Sum of RGB (Red+Green+Blue) = 234+163+244=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAA3F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3F4 is #155C0B. Grayscale: #C1C1C1. Windows color (decimal): -1399820 or 16032746. OLE color: 16032746.

HSL color Cylindrical-coordinate representation of color #EAA3F4: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA3F4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234163244-
CMYK0.040.3300.04
HSL292.59º78.64%79.8%-
HSV(B)292.59º33.2%95.69%-
XYZ63.3650.2291.94-
YUV193.46156.52156.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 163 (64.06% from 255) = 25.43%
BLUE value IS 244 (95.70% from 255) = 38.07%
R=36.51%
G=25.43%
B=38.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341632440.040.3300.04292.5978.6479.8
HexEAA3F4421041254f50
Octal35224336444104445117120
Binary111010101010001111110100100100001010010010010110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA3F4; }

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

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

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

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

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

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

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

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