#EB9BE7

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

Shades of Plum #EB9BE7

Tints of Plum #EB9BE7

Color information

#EB9BE7 (or 0xEB9BE7) is unknown color: approx Plum. HEX triplet: EB, 9B and E7. RGB value is (235,155,231). Sum of RGB (Red+Green+Blue) = 235+155+231=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9BE7 is #146418. Grayscale: #BBBBBB. Windows color (decimal): -1336345 or 15178731. OLE color: 15178731.

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

Color convert

RGB235155231-
CMYK00.340.020.08
HSL303º66.67%76.47%-
HSV(B)303º34.04%92.16%-
XYZ60.4146.8781.47-
YUV187.58152.5161.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=37.84%
G=24.96%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515523100.340.020.0830366.6776.47
HexEB9BE70222812f434c
Octal353233347042210457103114
Binary111010111001101111100111010001010100010010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BE7; }

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

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

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

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

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

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

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

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