#EAA1F1

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

Shades of Plum #EAA1F1

Tints of Plum #EAA1F1

Color information

#EAA1F1 (or 0xEAA1F1) is unknown color: approx Plum. HEX triplet: EA, A1 and F1. RGB value is (234,161,241). Sum of RGB (Red+Green+Blue) = 234+161+241=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1F1 is #155E0E. Grayscale: #BFBFBF. Windows color (decimal): -1400335 or 15835626. OLE color: 15835626.

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

Color convert

RGB234161241-
CMYK0.030.3300.05
HSL294.75º74.07%78.82%-
HSV(B)294.75º33.2%94.51%-
XYZ62.5549.3389.44-
YUV191.95155.68158-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=36.79%
G=25.31%
B=37.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341612410.030.3300.05294.7574.0778.82
HexEAA1F1321051274a4f
Octal35224136134105447112117
Binary11101010101000011111000111100001010110010011110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1F1; }

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

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

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

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

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

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

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

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