#E49AEF

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

Shades of Plum #E49AEF

Tints of Plum #E49AEF

Color information

#E49AEF (or 0xE49AEF) is unknown color: approx Plum. HEX triplet: E4, 9A and EF. RGB value is (228,154,239). Sum of RGB (Red+Green+Blue) = 228+154+239=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #E49AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AEF is #1B6510. Grayscale: #B9B9B9. Windows color (decimal): -1795345 or 15702756. OLE color: 15702756.

HSL color Cylindrical-coordinate representation of color #E49AEF: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E49AEF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228154239-
CMYK0.050.3600.06
HSL292.24º72.65%77.06%-
HSV(B)292.24º35.56%93.73%-
XYZ59.1345.8487.39-
YUV185.82158.02158.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.71%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=36.71%
G=24.80%
B=38.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281542390.050.3600.06292.2472.6577.06
HexE49AEF52406124494d
Octal34423235754406444111115
Binary111001001001101011101111101100100011010010010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AEF; }

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

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

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

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

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

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

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

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