#E49FEC

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

Shades of Plum #E49FEC

Tints of Plum #E49FEC

Color information

#E49FEC (or 0xE49FEC) is unknown color: approx Plum. HEX triplet: E4, 9F and EC. RGB value is (228,159,236). Sum of RGB (Red+Green+Blue) = 228+159+236=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #E49FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FEC is #1B6013. Grayscale: #BCBCBC. Windows color (decimal): -1794068 or 15507428. OLE color: 15507428.

HSL color Cylindrical-coordinate representation of color #E49FEC: hue angle of 293.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49FEC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228159236-
CMYK0.030.3300.07
HSL293.77º66.96%77.45%-
HSV(B)293.77º32.63%92.55%-
XYZ59.5347.3585.36-
YUV188.41154.86156.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=36.60%
G=25.52%
B=37.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281592360.030.3300.07293.7766.9677.45
HexE49FEC32107126434d
Octal34423735434107446103115
Binary11100100100111111110110011100001011110010011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FEC; }

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

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

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

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

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

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

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

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