#EFA4EF

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

Shades of Plum #EFA4EF

Tints of Plum #EFA4EF

Color information

#EFA4EF (or 0xEFA4EF) is unknown color: approx Plum. HEX triplet: EF, A4 and EF. RGB value is (239,164,239). Sum of RGB (Red+Green+Blue) = 239+164+239=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4EF is #105B10. Grayscale: #C2C2C2. Windows color (decimal): -1071889 or 15705327. OLE color: 15705327.

HSL color Cylindrical-coordinate representation of color #EFA4EF: hue angle of 300º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4EF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239164239-
CMYK00.3100.06
HSL300º70.09%79.02%-
HSV(B)300º31.38%93.73%-
XYZ64.4551.1388.13-
YUV194.98152.85159.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 164 (64.45% from 255) = 25.55%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=37.23%
G=25.55%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916423900.3100.0630070.0979.02
HexEFA4EF01F0612c464f
Octal35724435703706454106117
Binary111011111010010011101111011111011010010110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4EF; }

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

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

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

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

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

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

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

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