#EC9DF2

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

Shades of Plum #EC9DF2

Tints of Plum #EC9DF2

Color information

#EC9DF2 (or 0xEC9DF2) is unknown color: approx Plum. HEX triplet: EC, 9D and F2. RGB value is (236,157,242). Sum of RGB (Red+Green+Blue) = 236+157+242=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DF2 is #13620D. Grayscale: #BEBEBE. Windows color (decimal): -1270286 or 15900140. OLE color: 15900140.

HSL color Cylindrical-coordinate representation of color #EC9DF2: hue angle of 295.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9DF2 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236157242-
CMYK0.020.3500.05
HSL295.76º76.58%78.24%-
HSV(B)295.76º35.12%94.9%-
XYZ62.6848.3690.03-
YUV190.31157.17160.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=37.17%
G=24.72%
B=38.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361572420.020.3500.05295.7676.5878.24
HexEC9DF2223051284d4e
Octal35423536224305450115116
Binary11101100100111011111001010100011010110010100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DF2; }

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

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

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

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

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

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

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

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