#EFA2F4

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

Shades of Plum #EFA2F4

Tints of Plum #EFA2F4

Color information

#EFA2F4 (or 0xEFA2F4) is unknown color: approx Plum. HEX triplet: EF, A2 and F4. RGB value is (239,162,244). Sum of RGB (Red+Green+Blue) = 239+162+244=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFA2F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2F4 is #105D0B. Grayscale: #C2C2C2. Windows color (decimal): -1072396 or 16032495. OLE color: 16032495.

HSL color Cylindrical-coordinate representation of color #EFA2F4: hue angle of 296.34º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA2F4 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239162244-
CMYK0.020.3400.04
HSL296.34º78.85%79.61%-
HSV(B)296.34º33.61%95.69%-
XYZ64.8550.7291.96-
YUV194.37156.01159.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 162 (63.67% from 255) = 25.12%
BLUE value IS 244 (95.70% from 255) = 37.83%
R=37.05%
G=25.12%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391622440.020.3400.04296.3478.8579.61
HexEFA2F4222041284f50
Octal35724236424204450117120
Binary11101111101000101111010010100010010010010100010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2F4; }

 p { color: rgb(239,162,244); }

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

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

 a { background-color: rgb(239,162,244); }

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

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

 span { border-color: rgb(239,162,244); }

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