#EBADE9

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

Shades of Plum #EBADE9

Tints of Plum #EBADE9

Color information

#EBADE9 (or 0xEBADE9) is unknown color: approx Plum. HEX triplet: EB, AD and E9. RGB value is (235,173,233). Sum of RGB (Red+Green+Blue) = 235+173+233=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADE9 is #145216. Grayscale: #C6C6C6. Windows color (decimal): -1331735 or 15314411. OLE color: 15314411.

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

Color convert

RGB235173233-
CMYK00.260.010.08
HSL301.94º60.78%80%-
HSV(B)301.94º26.38%92.16%-
XYZ63.9153.4384.04-
YUV198.38147.54154.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=36.66%
G=26.99%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517323300.260.010.08301.9460.7880
HexEBADE901A1812e3d50
Octal35325535103211045675120
Binary111010111010110111101001011010110001001011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADE9; }

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

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

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

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

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

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

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

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