#E8A4E6

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

Shades of Plum #E8A4E6

Tints of Plum #E8A4E6

Color information

#E8A4E6 (or 0xE8A4E6) is unknown color: approx Plum. HEX triplet: E8, A4 and E6. RGB value is (232,164,230). Sum of RGB (Red+Green+Blue) = 232+164+230=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4E6 is #175B19. Grayscale: #BFBFBF. Windows color (decimal): -1530650 or 15115496. OLE color: 15115496.

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

Color convert

RGB232164230-
CMYK00.290.010.09
HSL301.76º59.65%77.65%-
HSV(B)301.76º29.31%90.98%-
XYZ60.8449.4281.2-
YUV191.86149.53156.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=37.06%
G=26.20%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216423000.290.010.09301.7659.6577.65
HexE8A4E601D1912e3c4e
Octal35024434603511145674116
Binary111010001010010011100110011101110011001011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4E6; }

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

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

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

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

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

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

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

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