#EBACEC

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

Shades of Plum #EBACEC

Tints of Plum #EBACEC

Color information

#EBACEC (or 0xEBACEC) is unknown color: approx Plum. HEX triplet: EB, AC and EC. RGB value is (235,172,236). Sum of RGB (Red+Green+Blue) = 235+172+236=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEC is #145313. Grayscale: #C5C5C5. Windows color (decimal): -1331988 or 15510763. OLE color: 15510763.

HSL color Cylindrical-coordinate representation of color #EBACEC: hue angle of 299.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACEC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235172236-
CMYK0.000.2700.07
HSL299.06º62.75%80%-
HSV(B)299.06º27.12%92.55%-
XYZ64.1553.2286.25-
YUV198.13149.37154.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=36.55%
G=26.75%
B=36.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351722360.000.2700.07299.0662.7580
HexEBACEC01B0712b3f50
Octal3532543540330745377120
Binary11101011101011001110110001101101111001010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACEC; }

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

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

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

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

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

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

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

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