#EBA8E9

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

Shades of Plum #EBA8E9

Tints of Plum #EBA8E9

Color information

#EBA8E9 (or 0xEBA8E9) is unknown color: approx Plum. HEX triplet: EB, A8 and E9. RGB value is (235,168,233). Sum of RGB (Red+Green+Blue) = 235+168+233=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8E9 is #145716. Grayscale: #C3C3C3. Windows color (decimal): -1333015 or 15313131. OLE color: 15313131.

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

Color convert

RGB235168233-
CMYK00.290.010.08
HSL301.79º62.62%79.02%-
HSV(B)301.79º28.51%92.16%-
XYZ62.9751.5583.72-
YUV195.44149.2156.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 168 (66.02% from 255) = 26.42%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=36.95%
G=26.42%
B=36.64%

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
Decimal23516823300.290.010.08301.7962.6279.02
HexEBA8E901D1812e3f4f
Octal35325035103511045677117
Binary111010111010100011101001011101110001001011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8E9; }

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

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

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

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

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

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

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

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