#EAAAF2

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

Shades of Plum #EAAAF2

Tints of Plum #EAAAF2

Color information

#EAAAF2 (or 0xEAAAF2) is unknown color: approx Plum. HEX triplet: EA, AA and F2. RGB value is (234,170,242). Sum of RGB (Red+Green+Blue) = 234+170+242=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF2 is #15550D. Grayscale: #C5C5C5. Windows color (decimal): -1398030 or 15903466. OLE color: 15903466.

HSL color Cylindrical-coordinate representation of color #EAAAF2: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAAF2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234170242-
CMYK0.030.3000.05
HSL293.33º73.47%80.78%-
HSV(B)293.33º29.75%94.9%-
XYZ64.3352.6590.78-
YUV197.34153.2154.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=36.22%
G=26.32%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341702420.030.3000.05293.3373.4780.78
HexEAAAF231E051254951
Octal35225236233605445111121
Binary1110101010101010111100101111110010110010010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAF2; }

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

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

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

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

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

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

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

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