#EB9DEC

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

Shades of Plum #EB9DEC

Tints of Plum #EB9DEC

Color information

#EB9DEC (or 0xEB9DEC) is unknown color: approx Plum. HEX triplet: EB, 9D and EC. RGB value is (235,157,236). Sum of RGB (Red+Green+Blue) = 235+157+236=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DEC is #146213. Grayscale: #BDBDBD. Windows color (decimal): -1335828 or 15506923. OLE color: 15506923.

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

Color convert

RGB235157236-
CMYK0.000.3300.07
HSL299.24º67.52%77.06%-
HSV(B)299.24º33.47%92.55%-
XYZ61.4647.8385.35-
YUV189.33154.34160.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=37.42%
G=25%
B=37.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351572360.000.3300.07299.2467.5277.06
HexEB9DEC0210712b444d
Octal35323535404107453104115
Binary1110101110011101111011000100001011110010101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DEC; }

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

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

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

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

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

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

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

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