#EBA0F0

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

Shades of Plum #EBA0F0

Tints of Plum #EBA0F0

Color information

#EBA0F0 (or 0xEBA0F0) is unknown color: approx Plum. HEX triplet: EB, A0 and F0. RGB value is (235,160,240). Sum of RGB (Red+Green+Blue) = 235+160+240=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0F0 is #145F0F. Grayscale: #BFBFBF. Windows color (decimal): -1335056 or 15769835. OLE color: 15769835.

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

Color convert

RGB235160240-
CMYK0.020.3300.06
HSL296.25º72.73%78.43%-
HSV(B)296.25º33.33%94.12%-
XYZ62.5649.188.62-
YUV191.54155.35159-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=37.01%
G=25.20%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351602400.020.3300.06296.2572.7378.43
HexEBA0F022106128494e
Octal35324036024106450111116
Binary11101011101000001111000010100001011010010100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0F0; }

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

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

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

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

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

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

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

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