#E49AE1

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

Shades of Plum #E49AE1

Tints of Plum #E49AE1

Color information

#E49AE1 (or 0xE49AE1) is unknown color: approx Plum. HEX triplet: E4, 9A and E1. RGB value is (228,154,225). Sum of RGB (Red+Green+Blue) = 228+154+225=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49AE1 is #1B651E. Grayscale: #B8B8B8. Windows color (decimal): -1795359 or 14785252. OLE color: 14785252.

HSL color Cylindrical-coordinate representation of color #E49AE1: hue angle of 302.43º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49AE1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB228154225-
CMYK00.320.010.11
HSL302.43º57.81%74.9%-
HSV(B)302.43º32.46%89.41%-
XYZ57.1445.0476.92-
YUV184.22151.02159.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=37.56%
G=25.37%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815422500.320.010.11302.4357.8174.9
HexE49AE10201B12e3a4b
Octal34423234104011345672113
Binary1110010010011010111000010100000110111001011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AE1; }

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

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

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

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

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

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

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

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