#E8A9E7

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

Shades of Plum #E8A9E7

Tints of Plum #E8A9E7

Color information

#E8A9E7 (or 0xE8A9E7) is unknown color: approx Plum. HEX triplet: E8, A9 and E7. RGB value is (232,169,231). Sum of RGB (Red+Green+Blue) = 232+169+231=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9E7 is #175618. Grayscale: #C2C2C2. Windows color (decimal): -1529369 or 15182312. OLE color: 15182312.

HSL color Cylindrical-coordinate representation of color #E8A9E7: hue angle of 300.95º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8A9E7 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB232169231-
CMYK00.270.000.09
HSL300.95º57.8%78.63%-
HSV(B)300.95º27.16%90.98%-
XYZ61.8951.382.24-
YUV194.9148.37154.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.71%
GREEN value IS 169 (66.41% from 255) = 26.74%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=36.71%
G=26.74%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216923100.270.000.09300.9557.878.63
HexE8A9E701B0912d3a4f
Octal35025134703301145572117
Binary111010001010100111100111011011010011001011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A9E7; }

 p { color: rgb(232,169,231); }

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

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

 a { background-color: rgb(232,169,231); }

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

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

 span { border-color: rgb(232,169,231); }

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