#EC9DE5

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

Shades of Plum #EC9DE5

Tints of Plum #EC9DE5

Color information

#EC9DE5 (or 0xEC9DE5) is unknown color: approx Plum. HEX triplet: EC, 9D and E5. RGB value is (236,157,229). Sum of RGB (Red+Green+Blue) = 236+157+229=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DE5 is #13621A. Grayscale: #BCBCBC. Windows color (decimal): -1270299 or 15048172. OLE color: 15048172.

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

Color convert

RGB236157229-
CMYK00.330.030.07
HSL305.32º67.52%77.06%-
HSV(B)305.32º33.47%92.55%-
XYZ60.7947.680.11-
YUV188.83150.67161.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=37.94%
G=25.24%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615722900.330.030.07305.3267.5277.06
HexEC9DE502137131444d
Octal35423534504137461104115
Binary11101100100111011110010101000011111110011000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DE5; }

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

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

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

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

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

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

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

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