#EBB0ED

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

Shades of Plum #EBB0ED

Tints of Plum #EBB0ED

Color information

#EBB0ED (or 0xEBB0ED) is unknown color: approx Plum. HEX triplet: EB, B0 and ED. RGB value is (235,176,237). Sum of RGB (Red+Green+Blue) = 235+176+237=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0ED is #144F12. Grayscale: #C8C8C8. Windows color (decimal): -1330963 or 15577323. OLE color: 15577323.

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

Color convert

RGB235176237-
CMYK0.010.2600.07
HSL298.03º62.89%80.98%-
HSV(B)298.03º25.74%92.94%-
XYZ65.0754.8387.27-
YUV200.6148.55152.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 176 (69.14% from 255) = 27.16%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=36.27%
G=27.16%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351762370.010.2600.07298.0362.8980.98
HexEBB0ED11A0712a3f51
Octal3532603551320745277121
Binary11101011101100001110110111101001111001010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0ED; }

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

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

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

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

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

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

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

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