#EBA8EA

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

Shades of Plum #EBA8EA

Tints of Plum #EBA8EA

Color information

#EBA8EA (or 0xEBA8EA) is unknown color: approx Plum. HEX triplet: EB, A8 and EA. RGB value is (235,168,234). Sum of RGB (Red+Green+Blue) = 235+168+234=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8EA is #145715. Grayscale: #C3C3C3. Windows color (decimal): -1333014 or 15378667. OLE color: 15378667.

HSL color Cylindrical-coordinate representation of color #EBA8EA: hue angle of 300.9º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8EA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235168234-
CMYK00.290.000.08
HSL300.9º62.62%79.02%-
HSV(B)300.9º28.51%92.16%-
XYZ63.1151.6184.48-
YUV195.56149.7156.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=36.89%
G=26.37%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516823400.290.000.08300.962.6279.02
HexEBA8EA01D0812d3f4f
Octal35325035203501045577117
Binary111010111010100011101010011101010001001011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8EA; }

 p { color: rgb(235,168,234); }

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

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

 a { background-color: rgb(235,168,234); }

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

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

 span { border-color: rgb(235,168,234); }

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