#E8A1F3

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

Shades of Plum #E8A1F3

Tints of Plum #E8A1F3

Color information

#E8A1F3 (or 0xE8A1F3) is unknown color: approx Plum. HEX triplet: E8, A1 and F3. RGB value is (232,161,243). Sum of RGB (Red+Green+Blue) = 232+161+243=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8A1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A1F3 is #175E0C. Grayscale: #BFBFBF. Windows color (decimal): -1531405 or 15966696. OLE color: 15966696.

HSL color Cylindrical-coordinate representation of color #E8A1F3: hue angle of 291.95º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A1F3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232161243-
CMYK0.050.3400.05
HSL291.95º77.36%79.22%-
HSV(B)291.95º33.74%95.29%-
XYZ62.249.1291-
YUV191.58157.02156.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=36.48%
G=25.31%
B=38.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321612430.050.3400.05291.9577.3679.22
HexE8A1F3522051244d4f
Octal35024136354205444115117
Binary111010001010000111110011101100010010110010010010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1F3; }

 p { color: rgb(232,161,243); }

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

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

 a { background-color: rgb(232,161,243); }

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

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

 span { border-color: rgb(232,161,243); }

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