#EB9DF0

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

Shades of Plum #EB9DF0

Tints of Plum #EB9DF0

Color information

#EB9DF0 (or 0xEB9DF0) is unknown color: approx Plum. HEX triplet: EB, 9D and F0. RGB value is (235,157,240). Sum of RGB (Red+Green+Blue) = 235+157+240=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB9DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DF0 is #14620F. Grayscale: #BDBDBD. Windows color (decimal): -1335824 or 15769067. OLE color: 15769067.

HSL color Cylindrical-coordinate representation of color #EB9DF0: hue angle of 296.39º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB9DF0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235157240-
CMYK0.020.3500.06
HSL296.39º73.45%77.84%-
HSV(B)296.39º34.58%94.12%-
XYZ62.0548.0788.45-
YUV189.78156.34160.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 157 (61.72% from 255) = 24.84%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=37.18%
G=24.84%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351572400.020.3500.06296.3973.4577.84
HexEB9DF022306128494e
Octal35323536024306450111116
Binary11101011100111011111000010100011011010010100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DF0; }

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

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

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

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

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

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

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

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