#EC9CEB

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

Shades of Plum #EC9CEB

Tints of Plum #EC9CEB

Color information

#EC9CEB (or 0xEC9CEB) is unknown color: approx Plum. HEX triplet: EC, 9C and EB. RGB value is (236,156,235). Sum of RGB (Red+Green+Blue) = 236+156+235=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CEB is #136314. Grayscale: #BCBCBC. Windows color (decimal): -1270549 or 15441132. OLE color: 15441132.

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

Color convert

RGB236156235-
CMYK00.340.000.07
HSL300.75º67.8%76.86%-
HSV(B)300.75º33.9%92.55%-
XYZ61.4847.6184.55-
YUV188.93154161.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 156 (61.33% from 255) = 24.88%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=37.64%
G=24.88%
B=37.48%

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
Decimal23615623500.340.000.07300.7567.876.86
HexEC9CEB0220712d444d
Octal35423435304207455104115
Binary1110110010011100111010110100010011110010110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CEB; }

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

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

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

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

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

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

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

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