#EAA4F2

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

Shades of Plum #EAA4F2

Tints of Plum #EAA4F2

Color information

#EAA4F2 (or 0xEAA4F2) is unknown color: approx Plum. HEX triplet: EA, A4 and F2. RGB value is (234,164,242). Sum of RGB (Red+Green+Blue) = 234+164+242=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4F2 is #155B0D. Grayscale: #C1C1C1. Windows color (decimal): -1399566 or 15901930. OLE color: 15901930.

HSL color Cylindrical-coordinate representation of color #EAA4F2: hue angle of 293.85º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA4F2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234164242-
CMYK0.030.3200.05
HSL293.85º75%79.61%-
HSV(B)293.85º32.23%94.9%-
XYZ63.2350.4590.41-
YUV193.82155.19156.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 164 (64.45% from 255) = 25.62%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=36.56%
G=25.62%
B=37.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341642420.030.3200.05293.857579.61
HexEAA4F2320051264b50
Octal35224436234005446113120
Binary11101010101001001111001011100000010110010011010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4F2; }

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

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

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

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

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

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

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

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