#EBA7EC

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

Shades of Plum #EBA7EC

Tints of Plum #EBA7EC

Color information

#EBA7EC (or 0xEBA7EC) is unknown color: approx Plum. HEX triplet: EB, A7 and EC. RGB value is (235,167,236). Sum of RGB (Red+Green+Blue) = 235+167+236=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7EC is #145813. Grayscale: #C2C2C2. Windows color (decimal): -1333268 or 15509483. OLE color: 15509483.

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

Color convert

RGB235167236-
CMYK0.000.2900.07
HSL299.13º64.49%79.02%-
HSV(B)299.13º29.24%92.55%-
XYZ63.2251.3685.94-
YUV195.2151.03156.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 167 (65.62% from 255) = 26.18%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=36.83%
G=26.18%
B=36.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351672360.000.2900.07299.1364.4979.02
HexEBA7EC01D0712b404f
Octal35324735403507453100117
Binary111010111010011111101100011101011110010101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7EC; }

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

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

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

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

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

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

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

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