#EBACEA

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

Shades of Plum #EBACEA

Tints of Plum #EBACEA

Color information

#EBACEA (or 0xEBACEA) is unknown color: approx Plum. HEX triplet: EB, AC and EA. RGB value is (235,172,234). Sum of RGB (Red+Green+Blue) = 235+172+234=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEA is #145315. Grayscale: #C5C5C5. Windows color (decimal): -1331990 or 15379691. OLE color: 15379691.

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

Color convert

RGB235172234-
CMYK00.270.000.08
HSL300.95º61.17%79.8%-
HSV(B)300.95º26.81%92.16%-
XYZ63.8653.1184.73-
YUV197.9148.37154.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=36.66%
G=26.83%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517223400.270.000.08300.9561.1779.8
HexEBACEA01B0812d3d50
Octal35325435203301045575120
Binary111010111010110011101010011011010001001011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACEA; }

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

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

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

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

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

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

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

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