#EBA9E8

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

Shades of Plum #EBA9E8

Tints of Plum #EBA9E8

Color information

#EBA9E8 (or 0xEBA9E8) is unknown color: approx Plum. HEX triplet: EB, A9 and E8. RGB value is (235,169,232). Sum of RGB (Red+Green+Blue) = 235+169+232=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9E8 is #145617. Grayscale: #C3C3C3. Windows color (decimal): -1332760 or 15247851. OLE color: 15247851.

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

Color convert

RGB235169232-
CMYK00.280.010.08
HSL302.73º62.26%79.22%-
HSV(B)302.73º28.09%92.16%-
XYZ63.0151.8683.03-
YUV195.92148.37155.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 169 (66.41% from 255) = 26.57%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=36.95%
G=26.57%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516923200.280.010.08302.7362.2679.22
HexEBA9E801C1812f3e4f
Octal35325135003411045776117
Binary111010111010100111101000011100110001001011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9E8; }

 p { color: rgb(235,169,232); }

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

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

 a { background-color: rgb(235,169,232); }

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

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

 span { border-color: rgb(235,169,232); }

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