#EBADE8

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

Shades of Plum #EBADE8

Tints of Plum #EBADE8

Color information

#EBADE8 (or 0xEBADE8) is unknown color: approx Plum. HEX triplet: EB, AD and E8. RGB value is (235,173,232). Sum of RGB (Red+Green+Blue) = 235+173+232=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADE8 is #145217. Grayscale: #C6C6C6. Windows color (decimal): -1331736 or 15248875. OLE color: 15248875.

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

Color convert

RGB235173232-
CMYK00.260.010.08
HSL302.9º60.78%80%-
HSV(B)302.9º26.38%92.16%-
XYZ63.7753.3883.29-
YUV198.26147.04154.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=36.72%
G=27.03%
B=36.25%

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
Decimal23517323200.260.010.08302.960.7880
HexEBADE801A1812f3d50
Octal35325535003211045775120
Binary111010111010110111101000011010110001001011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADE8; }

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

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

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

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

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

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

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

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