#EB9FED

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

Shades of Plum #EB9FED

Tints of Plum #EB9FED

Color information

#EB9FED (or 0xEB9FED) is unknown color: approx Plum. HEX triplet: EB, 9F and ED. RGB value is (235,159,237). Sum of RGB (Red+Green+Blue) = 235+159+237=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FED is #146012. Grayscale: #BEBEBE. Windows color (decimal): -1335315 or 15572971. OLE color: 15572971.

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

Color convert

RGB235159237-
CMYK0.010.3300.07
HSL298.46º68.42%77.65%-
HSV(B)298.46º32.91%92.94%-
XYZ61.9548.5786.23-
YUV190.62154.18159.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=37.24%
G=25.20%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351592370.010.3300.07298.4668.4277.65
HexEB9FED1210712a444e
Octal35323735514107452104116
Binary1110101110011111111011011100001011110010101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FED; }

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

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

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

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

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

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

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

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