#E0A9E4

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

Shades of Plum #E0A9E4

Tints of Plum #E0A9E4

Color information

#E0A9E4 (or 0xE0A9E4) is unknown color: approx Plum. HEX triplet: E0, A9 and E4. RGB value is (224,169,228). Sum of RGB (Red+Green+Blue) = 224+169+228=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0A9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9E4 is #1F561B. Grayscale: #BFBFBF. Windows color (decimal): -2053660 or 14985696. OLE color: 14985696.

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

Color convert

RGB224169228-
CMYK0.020.2600.11
HSL295.93º52.21%77.84%-
HSV(B)295.93º25.88%89.41%-
XYZ58.9349.8279.91-
YUV192.17148.22150.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 169 (66.41% from 255) = 27.21%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=36.07%
G=27.21%
B=36.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241692280.020.2600.11295.9352.2177.84
HexE0A9E421A0B128344e
Octal34025134423201345064116
Binary1110000010101001111001001011010010111001010001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9E4; }

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

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

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

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

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

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

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

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