#EC9DED

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

Shades of Plum #EC9DED

Tints of Plum #EC9DED

Color information

#EC9DED (or 0xEC9DED) is unknown color: approx Plum. HEX triplet: EC, 9D and ED. RGB value is (236,157,237). Sum of RGB (Red+Green+Blue) = 236+157+237=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DED is #136212. Grayscale: #BDBDBD. Windows color (decimal): -1270291 or 15572460. OLE color: 15572460.

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

Color convert

RGB236157237-
CMYK0.000.3400.07
HSL299.25º68.97%77.25%-
HSV(B)299.25º33.76%92.94%-
XYZ61.9448.0686.13-
YUV189.74154.67161-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=37.46%
G=24.92%
B=37.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361572370.000.3400.07299.2568.9777.25
HexEC9DED0220712b454d
Octal35423535504207453105115
Binary1110110010011101111011010100010011110010101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DED; }

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

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

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

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

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

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

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

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