#EB9CEB

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

Shades of Plum #EB9CEB

Tints of Plum #EB9CEB

Color information

#EB9CEB (or 0xEB9CEB) is unknown color: approx Plum. HEX triplet: EB, 9C and EB. RGB value is (235,156,235). Sum of RGB (Red+Green+Blue) = 235+156+235=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CEB is #146314. Grayscale: #BCBCBC. Windows color (decimal): -1336085 or 15441131. OLE color: 15441131.

HSL color Cylindrical-coordinate representation of color #EB9CEB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CEB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235156235-
CMYK00.3400.08
HSL300º66.39%76.67%-
HSV(B)300º33.62%92.16%-
XYZ61.1447.4484.53-
YUV188.63154.17161.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 156 (61.33% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=37.54%
G=24.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515623500.3400.0830066.3976.67
HexEB9CEB0220812c424d
Octal353234353042010454102115
Binary11101011100111001110101101000100100010010110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CEB; }

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

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

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

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

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

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

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

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