#EB9DEF

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

Shades of Plum #EB9DEF

Tints of Plum #EB9DEF

Color information

#EB9DEF (or 0xEB9DEF) is unknown color: approx Plum. HEX triplet: EB, 9D and EF. RGB value is (235,157,239). Sum of RGB (Red+Green+Blue) = 235+157+239=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB9DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DEF is #146210. Grayscale: #BDBDBD. Windows color (decimal): -1335825 or 15703531. OLE color: 15703531.

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

Color convert

RGB235157239-
CMYK0.020.3400.06
HSL297.07º71.93%77.65%-
HSV(B)297.07º34.31%93.73%-
XYZ61.948.0187.67-
YUV189.67155.84160.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 157 (61.72% from 255) = 24.88%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=37.24%
G=24.88%
B=37.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351572390.020.3400.06297.0771.9377.65
HexEB9DEF22206129484e
Octal35323535724206451110116
Binary11101011100111011110111110100010011010010100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DEF; }

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

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

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

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

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

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

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

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