#EB9EEC

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

Shades of Plum #EB9EEC

Tints of Plum #EB9EEC

Color information

#EB9EEC (or 0xEB9EEC) is unknown color: approx Plum. HEX triplet: EB, 9E and EC. RGB value is (235,158,236). Sum of RGB (Red+Green+Blue) = 235+158+236=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EEC is #146113. Grayscale: #BDBDBD. Windows color (decimal): -1335572 or 15507179. OLE color: 15507179.

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

Color convert

RGB235158236-
CMYK0.000.3300.07
HSL299.23º67.24%77.25%-
HSV(B)299.23º33.05%92.55%-
XYZ61.6348.1785.41-
YUV189.92154.01160.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 158 (62.11% from 255) = 25.12%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=37.36%
G=25.12%
B=37.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351582360.000.3300.07299.2367.2477.25
HexEB9EEC0210712b434d
Octal35323635404107453103115
Binary1110101110011110111011000100001011110010101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EEC; }

 p { color: rgb(235,158,236); }

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

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

 a { background-color: rgb(235,158,236); }

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

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

 span { border-color: rgb(235,158,236); }

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