#EFA8ED

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

Shades of Plum #EFA8ED

Tints of Plum #EFA8ED

Color information

#EFA8ED (or 0xEFA8ED) is unknown color: approx Plum. HEX triplet: EF, A8 and ED. RGB value is (239,168,237). Sum of RGB (Red+Green+Blue) = 239+168+237=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8ED is #105712. Grayscale: #C4C4C4. Windows color (decimal): -1070867 or 15575279. OLE color: 15575279.

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

Color convert

RGB239168237-
CMYK00.300.010.06
HSL301.69º68.93%79.8%-
HSV(B)301.69º29.71%93.73%-
XYZ64.8952.4786.83-
YUV197.1150.52157.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 168 (66.02% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=37.11%
G=26.09%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823700.300.010.06301.6968.9379.8
HexEFA8ED01E1612e4550
Octal35725035503616456105120
Binary111011111010100011101101011110111010010111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8ED; }

 p { color: rgb(239,168,237); }

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

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

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

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

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

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

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