#E4AAE5

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

Shades of Plum #E4AAE5

Tints of Plum #E4AAE5

Color information

#E4AAE5 (or 0xE4AAE5) is unknown color: approx Plum. HEX triplet: E4, AA and E5. RGB value is (228,170,229). Sum of RGB (Red+Green+Blue) = 228+170+229=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAE5 is #1B551A. Grayscale: #C1C1C1. Windows color (decimal): -1791259 or 15051492. OLE color: 15051492.

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

Color convert

RGB228170229-
CMYK0.000.2600.10
HSL298.98º53.15%78.24%-
HSV(B)298.98º25.76%89.8%-
XYZ60.5150.980.76-
YUV194.07147.72152.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=36.36%
G=27.11%
B=36.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281702290.000.2600.10298.9853.1578.24
HexE4AAE501A0A12b354e
Octal34425234503201245365116
Binary111001001010101011100101011010010101001010111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAE5; }

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

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

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

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

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

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

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

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