#E4AAE0

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

Shades of Plum #E4AAE0

Tints of Plum #E4AAE0

Color information

#E4AAE0 (or 0xE4AAE0) is unknown color: approx Plum. HEX triplet: E4, AA and E0. RGB value is (228,170,224). Sum of RGB (Red+Green+Blue) = 228+170+224=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAE0 is #1B551F. Grayscale: #C1C1C1. Windows color (decimal): -1791264 or 14723812. OLE color: 14723812.

HSL color Cylindrical-coordinate representation of color #E4AAE0: hue angle of 304.14º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AAE0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228170224-
CMYK00.250.020.11
HSL304.14º51.79%78.04%-
HSV(B)304.14º25.44%89.41%-
XYZ59.8250.6377.14-
YUV193.5145.22152.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=36.66%
G=27.33%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817022400.250.020.11304.1451.7978.04
HexE4AAE00192B130344e
Octal34425234003121346064116
Binary1110010010101010111000000110011010111001100001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAE0; }

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

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

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

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

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

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

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

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