#E8A6EF

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

Shades of Plum #E8A6EF

Tints of Plum #E8A6EF

Color information

#E8A6EF (or 0xE8A6EF) is unknown color: approx Plum. HEX triplet: E8, A6 and EF. RGB value is (232,166,239). Sum of RGB (Red+Green+Blue) = 232+166+239=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8A6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A6EF is #175910. Grayscale: #C1C1C1. Windows color (decimal): -1530129 or 15705832. OLE color: 15705832.

HSL color Cylindrical-coordinate representation of color #E8A6EF: hue angle of 294.25º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A6EF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232166239-
CMYK0.030.3100.06
HSL294.25º69.52%79.41%-
HSV(B)294.25º30.54%93.73%-
XYZ62.4950.6688.15-
YUV194.06153.37155.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.42%
GREEN value IS 166 (65.23% from 255) = 26.06%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=36.42%
G=26.06%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321662390.030.3100.06294.2569.5279.41
HexE8A6EF31F06126464f
Octal35024635733706446106117
Binary1110100010100110111011111111111011010010011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6EF; }

 p { color: rgb(232,166,239); }

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

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

 a { background-color: rgb(232,166,239); }

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

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

 span { border-color: rgb(232,166,239); }

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