#E49AEC

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

Shades of Plum #E49AEC

Tints of Plum #E49AEC

Color information

#E49AEC (or 0xE49AEC) is unknown color: approx Plum. HEX triplet: E4, 9A and EC. RGB value is (228,154,236). Sum of RGB (Red+Green+Blue) = 228+154+236=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E49AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AEC is #1B6513. Grayscale: #B9B9B9. Windows color (decimal): -1795348 or 15506148. OLE color: 15506148.

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

Color convert

RGB228154236-
CMYK0.030.3500.07
HSL294.15º68.33%76.47%-
HSV(B)294.15º34.75%92.55%-
XYZ58.6945.6685.08-
YUV185.47156.52158.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.89%
GREEN value IS 154 (60.55% from 255) = 24.92%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=36.89%
G=24.92%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281542360.030.3500.07294.1568.3376.47
HexE49AEC32307126444c
Octal34423235434307446104114
Binary11100100100110101110110011100011011110010011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AEC; }

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

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

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

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

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

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

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

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