#EBA0E6

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

Shades of Plum #EBA0E6

Tints of Plum #EBA0E6

Color information

#EBA0E6 (or 0xEBA0E6) is unknown color: approx Plum. HEX triplet: EB, A0 and E6. RGB value is (235,160,230). Sum of RGB (Red+Green+Blue) = 235+160+230=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0E6 is #145F19. Grayscale: #BEBEBE. Windows color (decimal): -1335066 or 15114475. OLE color: 15114475.

HSL color Cylindrical-coordinate representation of color #EBA0E6: hue angle of 304º 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 #EBA0E6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235160230-
CMYK00.320.020.08
HSL304º65.22%77.45%-
HSV(B)304º31.91%92.16%-
XYZ61.1148.5281.01-
YUV190.4150.35159.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 160 (62.89% from 255) = 25.6%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=37.6%
G=25.6%
B=36.8%

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
Decimal23516023000.320.020.0830465.2277.45
HexEBA0E602028130414d
Octal353240346040210460101115
Binary111010111010000011100110010000010100010011000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0E6; }

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

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

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

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

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

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

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

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