#EC9FE9

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

Shades of Plum #EC9FE9

Tints of Plum #EC9FE9

Color information

#EC9FE9 (or 0xEC9FE9) is unknown color: approx Plum. HEX triplet: EC, 9F and E9. RGB value is (236,159,233). Sum of RGB (Red+Green+Blue) = 236+159+233=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FE9 is #136016. Grayscale: #BEBEBE. Windows color (decimal): -1269783 or 15310828. OLE color: 15310828.

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

Color convert

RGB236159233-
CMYK00.330.010.07
HSL302.34º66.96%77.45%-
HSV(B)302.34º32.63%92.55%-
XYZ61.748.5183.2-
YUV190.46152.01160.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 159 (62.5% from 255) = 25.32%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=37.58%
G=25.32%
B=37.10%

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
Decimal23615923300.330.010.07302.3466.9677.45
HexEC9FE90211712e434d
Octal35423735104117456103115
Binary1110110010011111111010010100001111110010111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FE9; }

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

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

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

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

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

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

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

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