#EBA0E7

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

Shades of Plum #EBA0E7

Tints of Plum #EBA0E7

Color information

#EBA0E7 (or 0xEBA0E7) is unknown color: approx Plum. HEX triplet: EB, A0 and E7. RGB value is (235,160,231). Sum of RGB (Red+Green+Blue) = 235+160+231=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0E7 is #145F18. Grayscale: #BEBEBE. Windows color (decimal): -1335065 or 15180011. OLE color: 15180011.

HSL color Cylindrical-coordinate representation of color #EBA0E7: hue angle of 303.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0E7 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235160231-
CMYK00.320.020.08
HSL303.2º65.22%77.45%-
HSV(B)303.2º31.91%92.16%-
XYZ61.2648.5781.75-
YUV190.52150.85159.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 160 (62.89% from 255) = 25.56%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=37.54%
G=25.56%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516023100.320.020.08303.265.2277.45
HexEBA0E70202812f414d
Octal353240347040210457101115
Binary111010111010000011100111010000010100010010111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0E7; }

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

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

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

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

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

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

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

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