#EB9BE2

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

Shades of Plum #EB9BE2

Tints of Plum #EB9BE2

Color information

#EB9BE2 (or 0xEB9BE2) is unknown color: approx Plum. HEX triplet: EB, 9B and E2. RGB value is (235,155,226). Sum of RGB (Red+Green+Blue) = 235+155+226=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BE2 is #14641D. Grayscale: #BABABA. Windows color (decimal): -1336350 or 14851051. OLE color: 14851051.

HSL color Cylindrical-coordinate representation of color #EB9BE2: hue angle of 306.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BE2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235155226-
CMYK00.340.040.08
HSL306.75º66.67%76.47%-
HSV(B)306.75º34.04%92.16%-
XYZ59.7146.677.8-
YUV187.01150162.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=38.15%
G=25.16%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515522600.340.040.08306.7566.6776.47
HexEB9BE202248133434c
Octal353233342042410463103114
Binary1110101110011011111000100100010100100010011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BE2; }

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

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

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

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

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

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

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

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