#EC9DEF

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

Shades of Plum #EC9DEF

Tints of Plum #EC9DEF

Color information

#EC9DEF (or 0xEC9DEF) is unknown color: approx Plum. HEX triplet: EC, 9D and EF. RGB value is (236,157,239). Sum of RGB (Red+Green+Blue) = 236+157+239=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEF is #136210. Grayscale: #BDBDBD. Windows color (decimal): -1270289 or 15703532. OLE color: 15703532.

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

Color convert

RGB236157239-
CMYK0.010.3400.06
HSL297.8º71.93%77.65%-
HSV(B)297.8º34.31%93.73%-
XYZ62.2348.1887.68-
YUV189.97155.67160.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 157 (61.72% from 255) = 24.84%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=37.34%
G=24.84%
B=37.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361572390.010.3400.06297.871.9377.65
HexEC9DEF1220612a484e
Octal35423535714206452110116
Binary1110110010011101111011111100010011010010101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DEF; }

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

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

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

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

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

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

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

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