#EFA9EE

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

Shades of Plum #EFA9EE

Tints of Plum #EFA9EE

Color information

#EFA9EE (or 0xEFA9EE) is unknown color: approx Plum. HEX triplet: EF, A9 and EE. RGB value is (239,169,238). Sum of RGB (Red+Green+Blue) = 239+169+238=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9EE is #105611. Grayscale: #C5C5C5. Windows color (decimal): -1070610 or 15641071. OLE color: 15641071.

HSL color Cylindrical-coordinate representation of color #EFA9EE: hue angle of 300.86º 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 #EFA9EE is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239169238-
CMYK00.290.000.06
HSL300.86º68.63%80%-
HSV(B)300.86º29.29%93.73%-
XYZ65.2252.987.66-
YUV197.8150.69157.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 169 (66.41% from 255) = 26.16%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=37.00%
G=26.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916923800.290.000.06300.8668.6380
HexEFA9EE01D0612d4550
Octal35725135603506455105120
Binary111011111010100111101110011101011010010110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9EE; }

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

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

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

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

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

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

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

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