#E8A5E7

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

Shades of Plum #E8A5E7

Tints of Plum #E8A5E7

Color information

#E8A5E7 (or 0xE8A5E7) is unknown color: approx Plum. HEX triplet: E8, A5 and E7. RGB value is (232,165,231). Sum of RGB (Red+Green+Blue) = 232+165+231=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A5E7 is #175A18. Grayscale: #C0C0C0. Windows color (decimal): -1530393 or 15181288. OLE color: 15181288.

HSL color Cylindrical-coordinate representation of color #E8A5E7: hue angle of 300.9º degrees, saturation: 0.59, 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 #E8A5E7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB232165231-
CMYK00.290.000.09
HSL300.9º59.29%77.84%-
HSV(B)300.9º28.88%90.98%-
XYZ61.1649.8482-
YUV192.56149.7156.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 165 (64.84% from 255) = 26.27%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=36.94%
G=26.27%
B=36.78%

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
Decimal23216523100.290.000.09300.959.2977.84
HexE8A5E701D0912d3b4e
Octal35024534703501145573116
Binary111010001010010111100111011101010011001011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5E7; }

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

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

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

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

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

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

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

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