#ec9eed

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

Shades of Plum #EC9EED

Tints of Plum #EC9EED

Color information

#EC9EED (or 0xEC9EED) is unknown color: approx Plum. HEX triplet: EC, 9E and ED. RGB value is (236,158,237). Sum of RGB (Red+Green+Blue) = 236+158+237=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EED is #136112. Grayscale: #BEBEBE. Windows color (decimal): -1270035 or 15572716. OLE color: 15572716.

HSL color Cylindrical-coordinate representation of color #EC9EED: hue angle of 299.24º degrees, saturation: 0.69, 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 #EC9EED is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236158237-
CMYK0.000.3300.07
HSL299.24º68.7%77.45%-
HSV(B)299.24º33.33%92.94%-
XYZ62.148.486.19-
YUV190.33154.34160.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 158 (62.11% from 255) = 25.04%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=37.40%
G=25.04%
B=37.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361582370.000.3300.07299.2468.777.45
HexEC9EED0210712b454d
Octal35423635504107453105115
Binary1110110010011110111011010100001011110010101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec9eed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec9eed; }

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

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

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

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

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

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

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

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