#EBACE6

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

Shades of Plum #EBACE6

Tints of Plum #EBACE6

Color information

#EBACE6 (or 0xEBACE6) is unknown color: approx Plum. HEX triplet: EB, AC and E6. RGB value is (235,172,230). Sum of RGB (Red+Green+Blue) = 235+172+230=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACE6 is #145319. Grayscale: #C5C5C5. Windows color (decimal): -1331994 or 15117547. OLE color: 15117547.

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

Color convert

RGB235172230-
CMYK00.270.020.08
HSL304.76º61.17%79.8%-
HSV(B)304.76º26.81%92.16%-
XYZ63.352.8881.73-
YUV197.45146.37154.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=36.89%
G=27.00%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517223000.270.020.08304.7661.1779.8
HexEBACE601B281313d50
Octal35325434603321046175120
Binary1110101110101100111001100110111010001001100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACE6; }

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

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

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

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

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

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

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

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