#EB9BED

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

Shades of Plum #EB9BED

Tints of Plum #EB9BED

Color information

#EB9BED (or 0xEB9BED) is unknown color: approx Plum. HEX triplet: EB, 9B and ED. RGB value is (235,155,237). Sum of RGB (Red+Green+Blue) = 235+155+237=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9BED is #146412. Grayscale: #BCBCBC. Windows color (decimal): -1336339 or 15571947. OLE color: 15571947.

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

Color convert

RGB235155237-
CMYK0.010.3500.07
HSL298.54º69.49%76.86%-
HSV(B)298.54º34.6%92.94%-
XYZ61.2747.2286.01-
YUV188.27155.5161.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 155 (60.94% from 255) = 24.72%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=37.48%
G=24.72%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351552370.010.3500.07298.5469.4976.86
HexEB9BED1230712b454d
Octal35323335514307453105115
Binary1110101110011011111011011100011011110010101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BED; }

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

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

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

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

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

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

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

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