#EC9BEF

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

Shades of Plum #EC9BEF

Tints of Plum #EC9BEF

Color information

#EC9BEF (or 0xEC9BEF) is unknown color: approx Plum. HEX triplet: EC, 9B and EF. RGB value is (236,155,239). Sum of RGB (Red+Green+Blue) = 236+155+239=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BEF is #136410. Grayscale: #BCBCBC. Windows color (decimal): -1270801 or 15703020. OLE color: 15703020.

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

Color convert

RGB236155239-
CMYK0.010.3500.06
HSL297.86º72.41%77.25%-
HSV(B)297.86º35.15%93.73%-
XYZ61.8947.5187.57-
YUV188.8156.34161.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 155 (60.94% from 255) = 24.60%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=37.46%
G=24.60%
B=37.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361552390.010.3500.06297.8672.4177.25
HexEC9BEF1230612a484d
Octal35423335714306452110115
Binary1110110010011011111011111100011011010010101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BEF; }

 p { color: rgb(236,155,239); }

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

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

 a { background-color: rgb(236,155,239); }

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

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

 span { border-color: rgb(236,155,239); }

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