#EBB0EC

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

Shades of Plum #EBB0EC

Tints of Plum #EBB0EC

Color information

#EBB0EC (or 0xEBB0EC) is unknown color: approx Plum. HEX triplet: EB, B0 and EC. RGB value is (235,176,236). Sum of RGB (Red+Green+Blue) = 235+176+236=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EC is #144F13. Grayscale: #C8C8C8. Windows color (decimal): -1330964 or 15511787. OLE color: 15511787.

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

Color convert

RGB235176236-
CMYK0.000.2500.07
HSL299º61.22%80.78%-
HSV(B)299º25.42%92.55%-
XYZ64.9354.7786.51-
YUV200.48148.05152.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 176 (69.14% from 255) = 27.20%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=36.32%
G=27.20%
B=36.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351762360.000.2500.0729961.2280.78
HexEBB0EC0190712b3d51
Octal3532603540310745375121
Binary11101011101100001110110001100101111001010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0EC; }

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

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

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

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

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

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

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

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