#EB9CE9

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

Shades of Plum #EB9CE9

Tints of Plum #EB9CE9

Color information

#EB9CE9 (or 0xEB9CE9) is unknown color: approx Plum. HEX triplet: EB, 9C and E9. RGB value is (235,156,233). Sum of RGB (Red+Green+Blue) = 235+156+233=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CE9 is #146316. Grayscale: #BCBCBC. Windows color (decimal): -1336087 or 15310059. OLE color: 15310059.

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

Color convert

RGB235156233-
CMYK00.340.010.08
HSL301.52º66.39%76.67%-
HSV(B)301.52º33.62%92.16%-
XYZ60.8647.3283.02-
YUV188.4153.17161.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 156 (61.33% from 255) = 25%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=37.66%
G=25%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23515623300.340.010.08301.5266.3976.67
HexEB9CE90221812e424d
Octal353234351042110456102115
Binary11101011100111001110100101000101100010010111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CE9; }

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

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

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

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

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

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

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

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