#EBA7EF

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

Shades of Plum #EBA7EF

Tints of Plum #EBA7EF

Color information

#EBA7EF (or 0xEBA7EF) is unknown color: approx Plum. HEX triplet: EB, A7 and EF. RGB value is (235,167,239). Sum of RGB (Red+Green+Blue) = 235+167+239=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7EF is #145810. Grayscale: #C3C3C3. Windows color (decimal): -1333265 or 15706091. OLE color: 15706091.

HSL color Cylindrical-coordinate representation of color #EBA7EF: hue angle of 296.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA7EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235167239-
CMYK0.020.3000.06
HSL296.67º69.23%79.61%-
HSV(B)296.67º30.13%93.73%-
XYZ63.6651.5388.25-
YUV195.54152.53156.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=36.66%
G=26.05%
B=37.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351672390.020.3000.06296.6769.2379.61
HexEBA7EF21E061294550
Octal35324735723606451105120
Binary1110101110100111111011111011110011010010100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7EF; }

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

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

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

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

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

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

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

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