#E8A4E7

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

Shades of Plum #E8A4E7

Tints of Plum #E8A4E7

Color information

#E8A4E7 (or 0xE8A4E7) is unknown color: approx Plum. HEX triplet: E8, A4 and E7. RGB value is (232,164,231). Sum of RGB (Red+Green+Blue) = 232+164+231=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4E7 is #175B18. Grayscale: #BFBFBF. Windows color (decimal): -1530649 or 15181032. OLE color: 15181032.

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

Color convert

RGB232164231-
CMYK00.290.000.09
HSL300.88º59.65%77.65%-
HSV(B)300.88º29.31%90.98%-
XYZ60.9849.4881.94-
YUV191.97150.03156.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 164 (64.45% from 255) = 26.16%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=37.00%
G=26.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216423100.290.000.09300.8859.6577.65
HexE8A4E701D0912d3c4e
Octal35024434703501145574116
Binary111010001010010011100111011101010011001011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4E7; }

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

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

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

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

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

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

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

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