#EBA7E9

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

Shades of Plum #EBA7E9

Tints of Plum #EBA7E9

Color information

#EBA7E9 (or 0xEBA7E9) is unknown color: approx Plum. HEX triplet: EB, A7 and E9. RGB value is (235,167,233). Sum of RGB (Red+Green+Blue) = 235+167+233=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E9 is #145816. Grayscale: #C2C2C2. Windows color (decimal): -1333271 or 15312875. OLE color: 15312875.

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

Color convert

RGB235167233-
CMYK00.290.010.08
HSL301.76º62.96%78.82%-
HSV(B)301.76º28.94%92.16%-
XYZ62.7951.1883.66-
YUV194.86149.53156.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 167 (65.62% from 255) = 26.30%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=37.01%
G=26.30%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516723300.290.010.08301.7662.9678.82
HexEBA7E901D1812e3f4f
Octal35324735103511045677117
Binary111010111010011111101001011101110001001011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7E9; }

 p { color: rgb(235,167,233); }

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

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

 a { background-color: rgb(235,167,233); }

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

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

 span { border-color: rgb(235,167,233); }

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