#EC9DF0

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

Shades of Plum #EC9DF0

Tints of Plum #EC9DF0

Color information

#EC9DF0 (or 0xEC9DF0) is unknown color: approx Plum. HEX triplet: EC, 9D and F0. RGB value is (236,157,240). Sum of RGB (Red+Green+Blue) = 236+157+240=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC9DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DF0 is #13620F. Grayscale: #BDBDBD. Windows color (decimal): -1270288 or 15769068. OLE color: 15769068.

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

Color convert

RGB236157240-
CMYK0.020.3500.06
HSL297.11º73.45%77.84%-
HSV(B)297.11º34.58%94.12%-
XYZ62.3848.2488.46-
YUV190.08156.17160.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=37.28%
G=24.80%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361572400.020.3500.06297.1173.4577.84
HexEC9DF022306129494e
Octal35423536024306451111116
Binary11101100100111011111000010100011011010010100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DF0; }

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

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

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

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

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

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

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

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