#EBACEB

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

Shades of Plum #EBACEB

Tints of Plum #EBACEB

Color information

#EBACEB (or 0xEBACEB) is unknown color: approx Plum. HEX triplet: EB, AC and EB. RGB value is (235,172,235). Sum of RGB (Red+Green+Blue) = 235+172+235=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEB is #145314. Grayscale: #C5C5C5. Windows color (decimal): -1331989 or 15445227. OLE color: 15445227.

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

Color convert

RGB235172235-
CMYK00.2700.08
HSL300º61.17%79.8%-
HSV(B)300º26.81%92.16%-
XYZ64.0153.1785.49-
YUV198.02148.87154.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=36.60%
G=26.79%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517223500.2700.0830061.1779.8
HexEBACEB01B0812c3d50
Octal35325435303301045475120
Binary111010111010110011101011011011010001001011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACEB; }

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

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

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

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

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

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

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

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