#E4B1EC

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

Shades of Plum #E4B1EC

Tints of Plum #E4B1EC

Color information

#E4B1EC (or 0xE4B1EC) is unknown color: approx Plum. HEX triplet: E4, B1 and EC. RGB value is (228,177,236). Sum of RGB (Red+Green+Blue) = 228+177+236=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1EC is #1B4E13. Grayscale: #C6C6C6. Windows color (decimal): -1789460 or 15512036. OLE color: 15512036.

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

Color convert

RGB228177236-
CMYK0.030.2500.07
HSL291.86º60.82%80.98%-
HSV(B)291.86º25%92.55%-
XYZ62.8653.9986.47-
YUV198.98148.9148.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 177 (69.53% from 255) = 27.61%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=35.57%
G=27.61%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281772360.030.2500.07291.8660.8280.98
HexE4B1EC319071243d51
Octal3442613543310744475121
Binary111001001011000111101100111100101111001001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B1EC; }

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

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

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

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

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

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

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

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