#EAA6F1

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

Shades of Plum #EAA6F1

Tints of Plum #EAA6F1

Color information

#EAA6F1 (or 0xEAA6F1) is unknown color: approx Plum. HEX triplet: EA, A6 and F1. RGB value is (234,166,241). Sum of RGB (Red+Green+Blue) = 234+166+241=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6F1 is #15590E. Grayscale: #C2C2C2. Windows color (decimal): -1399055 or 15836906. OLE color: 15836906.

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

Color convert

RGB234166241-
CMYK0.030.3100.05
HSL294.4º72.82%79.8%-
HSV(B)294.4º31.12%94.51%-
XYZ63.4551.1289.74-
YUV194.88154.03155.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=36.51%
G=25.90%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341662410.030.3100.05294.472.8279.8
HexEAA6F131F051264950
Octal35224636133705446111120
Binary1110101010100110111100011111111010110010011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6F1; }

 p { color: rgb(234,166,241); }

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

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

 a { background-color: rgb(234,166,241); }

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

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

 span { border-color: rgb(234,166,241); }

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