#EBACE8

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

Shades of Plum #EBACE8

Tints of Plum #EBACE8

Color information

#EBACE8 (or 0xEBACE8) is unknown color: approx Plum. HEX triplet: EB, AC and E8. RGB value is (235,172,232). Sum of RGB (Red+Green+Blue) = 235+172+232=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACE8 is #145317. Grayscale: #C5C5C5. Windows color (decimal): -1331992 or 15248619. OLE color: 15248619.

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

Color convert

RGB235172232-
CMYK00.270.010.08
HSL302.86º61.17%79.8%-
HSV(B)302.86º26.81%92.16%-
XYZ63.5852.9983.22-
YUV197.68147.37154.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=36.78%
G=26.92%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517223200.270.010.08302.8661.1779.8
HexEBACE801B1812f3d50
Octal35325435003311045775120
Binary111010111010110011101000011011110001001011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACE8; }

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

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

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

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

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

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

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

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