#EC9BE6

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

Shades of Plum #EC9BE6

Tints of Plum #EC9BE6

Color information

#EC9BE6 (or 0xEC9BE6) is unknown color: approx Plum. HEX triplet: EC, 9B and E6. RGB value is (236,155,230). Sum of RGB (Red+Green+Blue) = 236+155+230=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BE6 is #136419. Grayscale: #BBBBBB. Windows color (decimal): -1270810 or 15113196. OLE color: 15113196.

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

Color convert

RGB236155230-
CMYK00.340.030.07
HSL304.44º68.07%76.67%-
HSV(B)304.44º34.32%92.55%-
XYZ60.646.9980.74-
YUV187.77151.84162.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=38.00%
G=24.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615523000.340.030.07304.4468.0776.67
HexEC9BE602237130444d
Octal35423334604237460104115
Binary11101100100110111110011001000101111110011000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BE6; }

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

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

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

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

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

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

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

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