#EF9FEC

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

Shades of Plum #EF9FEC

Tints of Plum #EF9FEC

Color information

#EF9FEC (or 0xEF9FEC) is unknown color: approx Plum. HEX triplet: EF, 9F and EC. RGB value is (239,159,236). Sum of RGB (Red+Green+Blue) = 239+159+236=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FEC is #106013. Grayscale: #BFBFBF. Windows color (decimal): -1073172 or 15507439. OLE color: 15507439.

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

Color convert

RGB239159236-
CMYK00.330.010.06
HSL302.25º71.43%78.04%-
HSV(B)302.25º33.47%93.73%-
XYZ63.1449.285.53-
YUV191.7153161.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=37.70%
G=25.08%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915923600.330.010.06302.2571.4378.04
HexEF9FEC0211612e474e
Octal35723735404116456107116
Binary1110111110011111111011000100001111010010111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FEC; }

 p { color: rgb(239,159,236); }

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

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

 a { background-color: rgb(239,159,236); }

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

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

 span { border-color: rgb(239,159,236); }

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