#EF9DED

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

Shades of Plum #EF9DED

Tints of Plum #EF9DED

Color information

#EF9DED (or 0xEF9DED) is unknown color: approx Plum. HEX triplet: EF, 9D and ED. RGB value is (239,157,237). Sum of RGB (Red+Green+Blue) = 239+157+237=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DED is #106212. Grayscale: #BEBEBE. Windows color (decimal): -1073683 or 15572463. OLE color: 15572463.

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

Color convert

RGB239157237-
CMYK00.340.010.06
HSL301.46º71.93%77.65%-
HSV(B)301.46º34.31%93.73%-
XYZ62.9448.5886.18-
YUV190.64154.17162.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=37.76%
G=24.80%
B=37.44%

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
Decimal23915723700.340.010.06301.4671.9377.65
HexEF9DED0221612d484e
Octal35723535504216455110116
Binary1110111110011101111011010100010111010010110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DED; }

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

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

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

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

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

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

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

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