#E4B2EC

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

Shades of Plum #E4B2EC

Tints of Plum #E4B2EC

Color information

#E4B2EC (or 0xE4B2EC) is unknown color: approx Plum. HEX triplet: E4, B2 and EC. RGB value is (228,178,236). Sum of RGB (Red+Green+Blue) = 228+178+236=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B2EC is #1B4D13. Grayscale: #C7C7C7. Windows color (decimal): -1789204 or 15512292. OLE color: 15512292.

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

Color convert

RGB228178236-
CMYK0.030.2500.07
HSL291.72º60.42%81.18%-
HSV(B)291.72º24.58%92.55%-
XYZ63.0654.3986.53-
YUV199.56148.56148.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=35.51%
G=27.73%
B=36.76%

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
Decimal2281782360.030.2500.07291.7260.4281.18
HexE4B2EC319071243c51
Octal3442623543310744474121
Binary111001001011001011101100111100101111001001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B2EC; }

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

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

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

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

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

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

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

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