#E8A0F3

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

Shades of Plum #E8A0F3

Tints of Plum #E8A0F3

Color information

#E8A0F3 (or 0xE8A0F3) is unknown color: approx Plum. HEX triplet: E8, A0 and F3. RGB value is (232,160,243). Sum of RGB (Red+Green+Blue) = 232+160+243=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8A0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A0F3 is #175F0C. Grayscale: #BEBEBE. Windows color (decimal): -1531661 or 15966440. OLE color: 15966440.

HSL color Cylindrical-coordinate representation of color #E8A0F3: hue angle of 292.05º degrees, saturation: 0.78, 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 #E8A0F3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232160243-
CMYK0.050.3400.05
HSL292.05º77.57%79.02%-
HSV(B)292.05º34.16%95.29%-
XYZ62.0348.7790.94-
YUV190.99157.35157.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.54%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=36.54%
G=25.20%
B=38.27%

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
Decimal2321602430.050.3400.05292.0577.5779.02
HexE8A0F3522051244e4f
Octal35024036354205444116117
Binary111010001010000011110011101100010010110010010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0F3; }

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

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

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

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

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

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

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

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