#EB9DED

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

Shades of Plum #EB9DED

Tints of Plum #EB9DED

Color information

#EB9DED (or 0xEB9DED) is unknown color: approx Plum. HEX triplet: EB, 9D and ED. RGB value is (235,157,237). Sum of RGB (Red+Green+Blue) = 235+157+237=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DED is #146212. Grayscale: #BDBDBD. Windows color (decimal): -1335827 or 15572459. OLE color: 15572459.

HSL color Cylindrical-coordinate representation of color #EB9DED: hue angle of 298.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9DED is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235157237-
CMYK0.010.3400.07
HSL298.5º68.97%77.25%-
HSV(B)298.5º33.76%92.94%-
XYZ61.647.8986.12-
YUV189.44154.84160.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=37.36%
G=24.96%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351572370.010.3400.07298.568.9777.25
HexEB9DED1220712a454d
Octal35323535514207452105115
Binary1110101110011101111011011100010011110010101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DED; }

 p { color: rgb(235,157,237); }

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

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

 a { background-color: rgb(235,157,237); }

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

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

 span { border-color: rgb(235,157,237); }

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