#EFA0EE

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

Shades of Plum #EFA0EE

Tints of Plum #EFA0EE

Color information

#EFA0EE (or 0xEFA0EE) is unknown color: approx Plum. HEX triplet: EF, A0 and EE. RGB value is (239,160,238). Sum of RGB (Red+Green+Blue) = 239+160+238=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0EE is #105F11. Grayscale: #C0C0C0. Windows color (decimal): -1072914 or 15638767. OLE color: 15638767.

HSL color Cylindrical-coordinate representation of color #EFA0EE: hue angle of 300.76º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0EE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239160238-
CMYK00.330.000.06
HSL300.76º71.17%78.24%-
HSV(B)300.76º33.05%93.73%-
XYZ63.649.6787.12-
YUV192.51153.67161.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 160 (62.89% from 255) = 25.12%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=37.52%
G=25.12%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916023800.330.000.06300.7671.1778.24
HexEFA0EE0210612d474e
Octal35724035604106455107116
Binary1110111110100000111011100100001011010010110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0EE; }

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

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

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

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

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

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

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

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