#EBA6EF

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

Shades of Plum #EBA6EF

Tints of Plum #EBA6EF

Color information

#EBA6EF (or 0xEBA6EF) is unknown color: approx Plum. HEX triplet: EB, A6 and EF. RGB value is (235,166,239). Sum of RGB (Red+Green+Blue) = 235+166+239=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6EF is #145910. Grayscale: #C2C2C2. Windows color (decimal): -1333521 or 15705835. OLE color: 15705835.

HSL color Cylindrical-coordinate representation of color #EBA6EF: hue angle of 296.71º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA6EF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235166239-
CMYK0.020.3100.06
HSL296.71º69.52%79.41%-
HSV(B)296.71º30.54%93.73%-
XYZ63.4851.1788.19-
YUV194.95152.86156.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 166 (65.23% from 255) = 25.94%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=36.72%
G=25.94%
B=37.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351662390.020.3100.06296.7169.5279.41
HexEBA6EF21F06129464f
Octal35324635723706451106117
Binary1110101110100110111011111011111011010010100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6EF; }

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

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

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

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

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

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

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

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