#EBABE9

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

Shades of Plum #EBABE9

Tints of Plum #EBABE9

Color information

#EBABE9 (or 0xEBABE9) is unknown color: approx Plum. HEX triplet: EB, AB and E9. RGB value is (235,171,233). Sum of RGB (Red+Green+Blue) = 235+171+233=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABE9 is #145416. Grayscale: #C5C5C5. Windows color (decimal): -1332247 or 15313899. OLE color: 15313899.

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

Color convert

RGB235171233-
CMYK00.270.010.08
HSL301.88º61.54%79.61%-
HSV(B)301.88º27.23%92.16%-
XYZ63.5352.6783.91-
YUV197.2148.2154.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=36.78%
G=26.76%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517123300.270.010.08301.8861.5479.61
HexEBABE901B1812e3e50
Octal35325335103311045676120
Binary111010111010101111101001011011110001001011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABE9; }

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

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

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

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

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

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

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

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