#EC9BEB

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

Shades of Plum #EC9BEB

Tints of Plum #EC9BEB

Color information

#EC9BEB (or 0xEC9BEB) is unknown color: approx Plum. HEX triplet: EC, 9B and EB. RGB value is (236,155,235). Sum of RGB (Red+Green+Blue) = 236+155+235=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BEB is #136414. Grayscale: #BCBCBC. Windows color (decimal): -1270805 or 15440876. OLE color: 15440876.

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

Color convert

RGB236155235-
CMYK00.340.000.07
HSL300.74º68.07%76.67%-
HSV(B)300.74º34.32%92.55%-
XYZ61.3147.2784.49-
YUV188.34154.34162-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=37.70%
G=24.76%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615523500.340.000.07300.7468.0776.67
HexEC9BEB0220712d444d
Octal35423335304207455104115
Binary1110110010011011111010110100010011110010110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BEB; }

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

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

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

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

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

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

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

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