#E4AAE1

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

Shades of Plum #E4AAE1

Tints of Plum #E4AAE1

Color information

#E4AAE1 (or 0xE4AAE1) is unknown color: approx Plum. HEX triplet: E4, AA and E1. RGB value is (228,170,225). Sum of RGB (Red+Green+Blue) = 228+170+225=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAE1 is #1B551E. Grayscale: #C1C1C1. Windows color (decimal): -1791263 or 14789348. OLE color: 14789348.

HSL color Cylindrical-coordinate representation of color #E4AAE1: hue angle of 303.1º 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 #E4AAE1 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB228170225-
CMYK00.250.010.11
HSL303.1º51.79%78.04%-
HSV(B)303.1º25.44%89.41%-
XYZ59.9650.6877.86-
YUV193.61145.72152.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=36.60%
G=27.29%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817022500.250.010.11303.151.7978.04
HexE4AAE10191B12f344e
Octal34425234103111345764116
Binary111001001010101011100001011001110111001011111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAE1; }

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

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

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

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

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

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

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

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