#EC9FE6

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

Shades of Plum #EC9FE6

Tints of Plum #EC9FE6

Color information

#EC9FE6 (or 0xEC9FE6) is unknown color: approx Plum. HEX triplet: EC, 9F and E6. RGB value is (236,159,230). Sum of RGB (Red+Green+Blue) = 236+159+230=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FE6 is #136019. Grayscale: #BDBDBD. Windows color (decimal): -1269786 or 15114220. OLE color: 15114220.

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

Color convert

RGB236159230-
CMYK00.330.030.07
HSL304.68º66.96%77.45%-
HSV(B)304.68º32.63%92.55%-
XYZ61.2748.3480.96-
YUV190.12150.51160.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=37.76%
G=25.44%
B=36.8%

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
Decimal23615923000.330.030.07304.6866.9677.45
HexEC9FE602137131434d
Octal35423734604137461103115
Binary11101100100111111110011001000011111110011000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FE6; }

 p { color: rgb(236,159,230); }

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

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

 a { background-color: rgb(236,159,230); }

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

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

 span { border-color: rgb(236,159,230); }

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