#E8A3EB

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

Shades of Plum #E8A3EB

Tints of Plum #E8A3EB

Color information

#E8A3EB (or 0xE8A3EB) is unknown color: approx Plum. HEX triplet: E8, A3 and EB. RGB value is (232,163,235). Sum of RGB (Red+Green+Blue) = 232+163+235=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8A3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A3EB is #175C14. Grayscale: #BFBFBF. Windows color (decimal): -1530901 or 15442920. OLE color: 15442920.

HSL color Cylindrical-coordinate representation of color #E8A3EB: hue angle of 297.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A3EB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232163235-
CMYK0.010.3100.08
HSL297.5º64.29%78.04%-
HSV(B)297.5º30.64%92.16%-
XYZ61.3749.3584.89-
YUV191.84152.36156.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=36.83%
G=25.87%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321632350.010.3100.08297.564.2978.04
HexE8A3EB11F0812a404e
Octal350243353137010452100116
Binary1110100010100011111010111111110100010010101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A3EB; }

 p { color: rgb(232,163,235); }

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

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

 a { background-color: rgb(232,163,235); }

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

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

 span { border-color: rgb(232,163,235); }

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