#EBB1ED

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

Shades of Plum #EBB1ED

Tints of Plum #EBB1ED

Color information

#EBB1ED (or 0xEBB1ED) is unknown color: approx Plum. HEX triplet: EB, B1 and ED. RGB value is (235,177,237). Sum of RGB (Red+Green+Blue) = 235+177+237=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1ED is #144E12. Grayscale: #C9C9C9. Windows color (decimal): -1330707 or 15577579. OLE color: 15577579.

HSL color Cylindrical-coordinate representation of color #EBB1ED: hue angle of 298º degrees, saturation: 0.62, 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 #EBB1ED is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235177237-
CMYK0.010.2500.07
HSL298º62.5%81.18%-
HSV(B)298º25.32%92.94%-
XYZ65.2755.2287.34-
YUV201.18148.22152.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 177 (69.53% from 255) = 27.27%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=36.21%
G=27.27%
B=36.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351772370.010.2500.0729862.581.18
HexEBB1ED1190712a3e51
Octal3532613551310745276121
Binary11101011101100011110110111100101111001010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1ED; }

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

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

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

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

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

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

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

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