#EC9FF3

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

Shades of Plum #EC9FF3

Tints of Plum #EC9FF3

Color information

#EC9FF3 (or 0xEC9FF3) is unknown color: approx Plum. HEX triplet: EC, 9F and F3. RGB value is (236,159,243). Sum of RGB (Red+Green+Blue) = 236+159+243=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC9FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FF3 is #13600C. Grayscale: #BFBFBF. Windows color (decimal): -1269773 or 15966188. OLE color: 15966188.

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

Color convert

RGB236159243-
CMYK0.030.3500.05
HSL295º77.78%78.82%-
HSV(B)295º34.57%95.29%-
XYZ63.1749.190.94-
YUV191.6157.01159.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 159 (62.5% from 255) = 24.92%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=36.99%
G=24.92%
B=38.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361592430.030.3500.0529577.7878.82
HexEC9FF3323051274e4f
Octal35423736334305447116117
Binary11101100100111111111001111100011010110010011110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FF3; }

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

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

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

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

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

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

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

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