#EB9FEF

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

Shades of Plum #EB9FEF

Tints of Plum #EB9FEF

Color information

#EB9FEF (or 0xEB9FEF) is unknown color: approx Plum. HEX triplet: EB, 9F and EF. RGB value is (235,159,239). Sum of RGB (Red+Green+Blue) = 235+159+239=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FEF is #146010. Grayscale: #BEBEBE. Windows color (decimal): -1335313 or 15704043. OLE color: 15704043.

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

Color convert

RGB235159239-
CMYK0.020.3300.06
HSL297º71.43%78.04%-
HSV(B)297º33.47%93.73%-
XYZ62.2448.6987.78-
YUV190.84155.18159.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=37.12%
G=25.12%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351592390.020.3300.0629771.4378.04
HexEB9FEF22106129474e
Octal35323735724106451107116
Binary11101011100111111110111110100001011010010100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FEF; }

 p { color: rgb(235,159,239); }

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

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

 a { background-color: rgb(235,159,239); }

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

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

 span { border-color: rgb(235,159,239); }

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