#EFA7ED

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

Shades of Plum #EFA7ED

Tints of Plum #EFA7ED

Color information

#EFA7ED (or 0xEFA7ED) is unknown color: approx Plum. HEX triplet: EF, A7 and ED. RGB value is (239,167,237). Sum of RGB (Red+Green+Blue) = 239+167+237=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7ED is #105812. Grayscale: #C4C4C4. Windows color (decimal): -1071123 or 15575023. OLE color: 15575023.

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

Color convert

RGB239167237-
CMYK00.300.010.06
HSL301.67º69.23%79.61%-
HSV(B)301.67º30.13%93.73%-
XYZ64.752.186.77-
YUV196.51150.85158.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=37.17%
G=25.97%
B=36.86%

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
Decimal23916723700.300.010.06301.6769.2379.61
HexEFA7ED01E1612e4550
Octal35724735503616456105120
Binary111011111010011111101101011110111010010111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7ED; }

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

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

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

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

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

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

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

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