#EBA0ED

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

Shades of Plum #EBA0ED

Tints of Plum #EBA0ED

Color information

#EBA0ED (or 0xEBA0ED) is unknown color: approx Plum. HEX triplet: EB, A0 and ED. RGB value is (235,160,237). Sum of RGB (Red+Green+Blue) = 235+160+237=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0ED is #145F12. Grayscale: #BEBEBE. Windows color (decimal): -1335059 or 15573227. OLE color: 15573227.

HSL color Cylindrical-coordinate representation of color #EBA0ED: hue angle of 298.44º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0ED is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235160237-
CMYK0.010.3200.07
HSL298.44º68.14%77.84%-
HSV(B)298.44º32.49%92.94%-
XYZ62.1248.9286.29-
YUV191.2153.85159.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 160 (62.89% from 255) = 25.32%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=37.18%
G=25.32%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351602370.010.3200.07298.4468.1477.84
HexEBA0ED1200712a444e
Octal35324035514007452104116
Binary1110101110100000111011011100000011110010101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0ED; }

 p { color: rgb(235,160,237); }

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

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

 a { background-color: rgb(235,160,237); }

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

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

 span { border-color: rgb(235,160,237); }

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