#EC9DE9

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

Shades of Plum #EC9DE9

Tints of Plum #EC9DE9

Color information

#EC9DE9 (or 0xEC9DE9) is unknown color: approx Plum. HEX triplet: EC, 9D and E9. RGB value is (236,157,233). Sum of RGB (Red+Green+Blue) = 236+157+233=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DE9 is #136216. Grayscale: #BDBDBD. Windows color (decimal): -1270295 or 15310316. OLE color: 15310316.

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

Color convert

RGB236157233-
CMYK00.330.010.07
HSL302.28º67.52%77.06%-
HSV(B)302.28º33.47%92.55%-
XYZ61.3647.8383.09-
YUV189.28152.67161.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=37.70%
G=25.08%
B=37.22%

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
Decimal23615723300.330.010.07302.2867.5277.06
HexEC9DE90211712e444d
Octal35423535104117456104115
Binary1110110010011101111010010100001111110010111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DE9; }

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

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

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

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

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

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

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

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