#EC9BE9

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

Shades of Plum #EC9BE9

Tints of Plum #EC9BE9

Color information

#EC9BE9 (or 0xEC9BE9) is unknown color: approx Plum. HEX triplet: EC, 9B and E9. RGB value is (236,155,233). Sum of RGB (Red+Green+Blue) = 236+155+233=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BE9 is #136416. Grayscale: #BBBBBB. Windows color (decimal): -1270807 or 15309804. OLE color: 15309804.

HSL color Cylindrical-coordinate representation of color #EC9BE9: hue angle of 302.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BE9 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236155233-
CMYK00.340.010.07
HSL302.22º68.07%76.67%-
HSV(B)302.22º34.32%92.55%-
XYZ61.0247.1682.98-
YUV188.11153.34162.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=37.82%
G=24.84%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615523300.340.010.07302.2268.0776.67
HexEC9BE90221712e444d
Octal35423335104217456104115
Binary1110110010011011111010010100010111110010111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BE9; }

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

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

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

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

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

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

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

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