#E49AE5

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

Shades of Plum #E49AE5

Tints of Plum #E49AE5

Color information

#E49AE5 (or 0xE49AE5) is unknown color: approx Plum. HEX triplet: E4, 9A and E5. RGB value is (228,154,229). Sum of RGB (Red+Green+Blue) = 228+154+229=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #E49AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49AE5 is #1B651A. Grayscale: #B8B8B8. Windows color (decimal): -1795355 or 15047396. OLE color: 15047396.

HSL color Cylindrical-coordinate representation of color #E49AE5: hue angle of 299.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E49AE5 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228154229-
CMYK0.000.3300.10
HSL299.2º59.06%75.1%-
HSV(B)299.2º32.75%89.8%-
XYZ57.6945.2679.82-
YUV184.68153.02158.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.32%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=37.32%
G=25.20%
B=37.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281542290.000.3300.10299.259.0675.1
HexE49AE50210A12b3b4b
Octal34423234504101245373113
Binary1110010010011010111001010100001010101001010111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AE5; }

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

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

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

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

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

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

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

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