#E8A3E4

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

Shades of Plum #E8A3E4

Tints of Plum #E8A3E4

Color information

#E8A3E4 (or 0xE8A3E4) is unknown color: approx Plum. HEX triplet: E8, A3 and E4. RGB value is (232,163,228). Sum of RGB (Red+Green+Blue) = 232+163+228=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A3E4 is #175C1B. Grayscale: #BEBEBE. Windows color (decimal): -1530908 or 14984168. OLE color: 14984168.

HSL color Cylindrical-coordinate representation of color #E8A3E4: hue angle of 303.48º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A3E4 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB232163228-
CMYK00.300.020.09
HSL303.48º60%77.45%-
HSV(B)303.48º29.74%90.98%-
XYZ60.3848.9579.67-
YUV191.04148.86157.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.24%
GREEN value IS 163 (64.06% from 255) = 26.16%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=37.24%
G=26.16%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216322800.300.020.09303.486077.45
HexE8A3E401E2912f3c4d
Octal35024334403621145774115
Binary1110100010100011111001000111101010011001011111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A3E4; }

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

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

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

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

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

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

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

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