#EFA4F3

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

Shades of Plum #EFA4F3

Tints of Plum #EFA4F3

Color information

#EFA4F3 (or 0xEFA4F3) is unknown color: approx Plum. HEX triplet: EF, A4 and F3. RGB value is (239,164,243). Sum of RGB (Red+Green+Blue) = 239+164+243=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFA4F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4F3 is #105B0C. Grayscale: #C3C3C3. Windows color (decimal): -1071885 or 15967471. OLE color: 15967471.

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

Color convert

RGB239164243-
CMYK0.020.3300.05
HSL296.96º76.7%79.8%-
HSV(B)296.96º32.51%95.29%-
XYZ65.0551.3791.28-
YUV195.43154.85159.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 164 (64.45% from 255) = 25.39%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=37.00%
G=25.39%
B=37.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391642430.020.3300.05296.9676.779.8
HexEFA4F3221051294d50
Octal35724436324105451115120
Binary11101111101001001111001110100001010110010100110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4F3; }

 p { color: rgb(239,164,243); }

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

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

 a { background-color: rgb(239,164,243); }

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

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

 span { border-color: rgb(239,164,243); }

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