#EFA9ED

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

Shades of Plum #EFA9ED

Tints of Plum #EFA9ED

Color information

#EFA9ED (or 0xEFA9ED) is unknown color: approx Plum. HEX triplet: EF, A9 and ED. RGB value is (239,169,237). Sum of RGB (Red+Green+Blue) = 239+169+237=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9ED is #105612. Grayscale: #C5C5C5. Windows color (decimal): -1070611 or 15575535. OLE color: 15575535.

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

Color convert

RGB239169237-
CMYK00.290.010.06
HSL301.71º68.63%80%-
HSV(B)301.71º29.29%93.73%-
XYZ65.0752.8486.89-
YUV197.68150.19157.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 169 (66.41% from 255) = 26.20%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=37.05%
G=26.20%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916923700.290.010.06301.7168.6380
HexEFA9ED01D1612e4550
Octal35725135503516456105120
Binary111011111010100111101101011101111010010111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9ED; }

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

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

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

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

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

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

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

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