#EFA1F1

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

Shades of Plum #EFA1F1

Tints of Plum #EFA1F1

Color information

#EFA1F1 (or 0xEFA1F1) is unknown color: approx Plum. HEX triplet: EF, A1 and F1. RGB value is (239,161,241). Sum of RGB (Red+Green+Blue) = 239+161+241=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 161 (63.28% from 255 or 25.12% 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 #EFA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1F1 is #105E0E. Grayscale: #C1C1C1. Windows color (decimal): -1072655 or 15835631. OLE color: 15835631.

HSL color Cylindrical-coordinate representation of color #EFA1F1: hue angle of 298.5º 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 #EFA1F1 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239161241-
CMYK0.010.3300.05
HSL298.5º74.07%78.82%-
HSV(B)298.5º33.2%94.51%-
XYZ64.2250.1989.52-
YUV193.44154.84160.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 161 (63.28% from 255) = 25.12%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=37.29%
G=25.12%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391612410.010.3300.05298.574.0778.82
HexEFA1F11210512a4a4f
Octal35724136114105452112117
Binary1110111110100001111100011100001010110010101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1F1; }

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

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

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

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

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

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

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

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