#E49CEA

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

Shades of Plum #E49CEA

Tints of Plum #E49CEA

Color information

#E49CEA (or 0xE49CEA) is unknown color: approx Plum. HEX triplet: E4, 9C and EA. RGB value is (228,156,234). Sum of RGB (Red+Green+Blue) = 228+156+234=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E49CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CEA is #1B6315. Grayscale: #BABABA. Windows color (decimal): -1794838 or 15375588. OLE color: 15375588.

HSL color Cylindrical-coordinate representation of color #E49CEA: hue angle of 295.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49CEA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228156234-
CMYK0.030.3300.08
HSL295.38º65%76.47%-
HSV(B)295.38º33.33%91.76%-
XYZ58.7346.2183.67-
YUV186.42154.85157.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.89%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=36.89%
G=25.24%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281562340.030.3300.08295.386576.47
HexE49CEA32108127414c
Octal344234352341010447101114
Binary111001001001110011101010111000010100010010011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CEA; }

 p { color: rgb(228,156,234); }

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

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

 a { background-color: rgb(228,156,234); }

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

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

 span { border-color: rgb(228,156,234); }

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