#EAA9F1

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

Shades of Plum #EAA9F1

Tints of Plum #EAA9F1

Color information

#EAA9F1 (or 0xEAA9F1) is unknown color: approx Plum. HEX triplet: EA, A9 and F1. RGB value is (234,169,241). Sum of RGB (Red+Green+Blue) = 234+169+241=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9F1 is #15560E. Grayscale: #C4C4C4. Windows color (decimal): -1398287 or 15837674. OLE color: 15837674.

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

Color convert

RGB234169241-
CMYK0.030.3000.05
HSL294.17º72%80.39%-
HSV(B)294.17º29.88%94.51%-
XYZ6452.2289.93-
YUV196.64153.03154.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=36.34%
G=26.24%
B=37.42%

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
Decimal2341692410.030.3000.05294.177280.39
HexEAA9F131E051264850
Octal35225136133605446110120
Binary1110101010101001111100011111110010110010011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9F1; }

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

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

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

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

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

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

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

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