#efa5f2

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

Shades of Plum #EFA5F2

Tints of Plum #EFA5F2

Color information

#EFA5F2 (or 0xEFA5F2) is unknown color: approx Plum. HEX triplet: EF, A5 and F2. RGB value is (239,165,242). Sum of RGB (Red+Green+Blue) = 239+165+242=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5F2 is #105A0D. Grayscale: #C3C3C3. Windows color (decimal): -1071630 or 15902191. OLE color: 15902191.

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

Color convert

RGB239165242-
CMYK0.010.3200.05
HSL297.66º74.76%79.8%-
HSV(B)297.66º31.82%94.9%-
XYZ65.0851.6790.55-
YUV195.9154.02158.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 165 (64.84% from 255) = 25.54%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=37.00%
G=25.54%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391652420.010.3200.05297.6674.7679.8
HexEFA5F21200512a4b50
Octal35724536214005452113120
Binary1110111110100101111100101100000010110010101010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa5f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa5f2; }

 p { color: rgb(239,165,242); }

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

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

 a { background-color: rgb(239,165,242); }

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

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

 span { border-color: rgb(239,165,242); }

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