#EBB1EC

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

Shades of Plum #EBB1EC

Tints of Plum #EBB1EC

Color information

#EBB1EC (or 0xEBB1EC) is unknown color: approx Plum. HEX triplet: EB, B1 and EC. RGB value is (235,177,236). Sum of RGB (Red+Green+Blue) = 235+177+236=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1EC is #144E13. Grayscale: #C8C8C8. Windows color (decimal): -1330708 or 15512043. OLE color: 15512043.

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

Color convert

RGB235177236-
CMYK0.000.2500.07
HSL298.98º60.82%80.98%-
HSV(B)298.98º25%92.55%-
XYZ65.1255.1686.57-
YUV201.07147.72152.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=36.27%
G=27.31%
B=36.42%

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
Decimal2351772360.000.2500.07298.9860.8280.98
HexEBB1EC0190712b3d51
Octal3532613540310745375121
Binary11101011101100011110110001100101111001010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1EC; }

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

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

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

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

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

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

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

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