#EC9DEA

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

Shades of Plum #EC9DEA

Tints of Plum #EC9DEA

Color information

#EC9DEA (or 0xEC9DEA) is unknown color: approx Plum. HEX triplet: EC, 9D and EA. RGB value is (236,157,234). Sum of RGB (Red+Green+Blue) = 236+157+234=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEA is #136215. Grayscale: #BDBDBD. Windows color (decimal): -1270294 or 15375852. OLE color: 15375852.

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

Color convert

RGB236157234-
CMYK00.330.010.07
HSL301.52º67.52%77.06%-
HSV(B)301.52º33.47%92.55%-
XYZ61.547.8983.84-
YUV189.4153.17161.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=37.64%
G=25.04%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615723400.330.010.07301.5267.5277.06
HexEC9DEA0211712e444d
Octal35423535204117456104115
Binary1110110010011101111010100100001111110010111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DEA; }

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

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

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

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

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

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

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

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