#EFA9EF

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

Shades of Plum #EFA9EF

Tints of Plum #EFA9EF

Color information

#EFA9EF (or 0xEFA9EF) is unknown color: approx Plum. HEX triplet: EF, A9 and EF. RGB value is (239,169,239). Sum of RGB (Red+Green+Blue) = 239+169+239=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9EF is #105610. Grayscale: #C5C5C5. Windows color (decimal): -1070609 or 15706607. OLE color: 15706607.

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

Color convert

RGB239169239-
CMYK00.2900.06
HSL300º68.63%80%-
HSV(B)300º29.29%93.73%-
XYZ65.3652.9688.44-
YUV197.91151.19157.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 26.12%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=36.94%
G=26.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916923900.2900.0630068.6380
HexEFA9EF01D0612c4550
Octal35725135703506454105120
Binary111011111010100111101111011101011010010110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9EF; }

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

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

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

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

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

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

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

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