#EC9DEC

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

Shades of Plum #EC9DEC

Tints of Plum #EC9DEC

Color information

#EC9DEC (or 0xEC9DEC) is unknown color: approx Plum. HEX triplet: EC, 9D and EC. RGB value is (236,157,236). Sum of RGB (Red+Green+Blue) = 236+157+236=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEC is #136213. Grayscale: #BDBDBD. Windows color (decimal): -1270292 or 15506924. OLE color: 15506924.

HSL color Cylindrical-coordinate representation of color #EC9DEC: hue angle of 300º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9DEC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236157236-
CMYK00.3300.07
HSL300º67.52%77.06%-
HSV(B)300º33.47%92.55%-
XYZ61.794885.37-
YUV189.63154.17161.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=37.52%
G=24.96%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615723600.3300.0730067.5277.06
HexEC9DEC0210712c444d
Octal35423535404107454104115
Binary1110110010011101111011000100001011110010110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DEC; }

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

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

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

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

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

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

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

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