#EF9EED

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

Shades of Plum #EF9EED

Tints of Plum #EF9EED

Color information

#EF9EED (or 0xEF9EED) is unknown color: approx Plum. HEX triplet: EF, 9E and ED. RGB value is (239,158,237). Sum of RGB (Red+Green+Blue) = 239+158+237=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EED is #106112. Grayscale: #BEBEBE. Windows color (decimal): -1073427 or 15572719. OLE color: 15572719.

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

Color convert

RGB239158237-
CMYK00.340.010.06
HSL301.48º71.68%77.84%-
HSV(B)301.48º33.89%93.73%-
XYZ63.1148.9286.24-
YUV191.22153.84162.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=37.70%
G=24.92%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915823700.340.010.06301.4871.6877.84
HexEF9EED0221612d484e
Octal35723635504216455110116
Binary1110111110011110111011010100010111010010110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EED; }

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

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

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

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

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

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

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

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