#EC9FF5

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

Shades of Plum #EC9FF5

Tints of Plum #EC9FF5

Color information

#EC9FF5 (or 0xEC9FF5) is unknown color: approx Plum. HEX triplet: EC, 9F and F5. RGB value is (236,159,245). Sum of RGB (Red+Green+Blue) = 236+159+245=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC9FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FF5 is #13600A. Grayscale: #BFBFBF. Windows color (decimal): -1269771 or 16097260. OLE color: 16097260.

HSL color Cylindrical-coordinate representation of color #EC9FF5: hue angle of 293.72º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9FF5 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236159245-
CMYK0.040.3500.04
HSL293.72º81.13%79.22%-
HSV(B)293.72º35.1%96.08%-
XYZ63.4749.2292.54-
YUV191.83158.01159.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=36.88%
G=24.84%
B=38.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361592450.040.3500.04293.7281.1379.22
HexEC9FF542304126514f
Octal35423736544304446121117
Binary111011001001111111110101100100011010010010011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FF5; }

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

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

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

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

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

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

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

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