#EFA6EF

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

Shades of Plum #EFA6EF

Tints of Plum #EFA6EF

Color information

#EFA6EF (or 0xEFA6EF) is unknown color: approx Plum. HEX triplet: EF, A6 and EF. RGB value is (239,166,239). Sum of RGB (Red+Green+Blue) = 239+166+239=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6EF is #105910. Grayscale: #C3C3C3. Windows color (decimal): -1071377 or 15705839. OLE color: 15705839.

HSL color Cylindrical-coordinate representation of color #EFA6EF: 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 #EFA6EF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239166239-
CMYK00.3100.06
HSL300º69.52%79.41%-
HSV(B)300º30.54%93.73%-
XYZ64.8151.8688.25-
YUV196.15152.18158.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 166 (65.23% from 255) = 25.78%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=37.11%
G=25.78%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916623900.3100.0630069.5279.41
HexEFA6EF01F0612c464f
Octal35724635703706454106117
Binary111011111010011011101111011111011010010110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6EF; }

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

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

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

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

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

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

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

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