#E8A7F1

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

Shades of Plum #E8A7F1

Tints of Plum #E8A7F1

Color information

#E8A7F1 (or 0xE8A7F1) is unknown color: approx Plum. HEX triplet: E8, A7 and F1. RGB value is (232,167,241). Sum of RGB (Red+Green+Blue) = 232+167+241=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8A7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A7F1 is #17580E. Grayscale: #C2C2C2. Windows color (decimal): -1529871 or 15837160. OLE color: 15837160.

HSL color Cylindrical-coordinate representation of color #E8A7F1: hue angle of 292.7º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A7F1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232167241-
CMYK0.040.3100.05
HSL292.7º72.55%80%-
HSV(B)292.7º30.71%94.51%-
XYZ62.9751.1489.77-
YUV194.87154.03154.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.25%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=36.25%
G=26.09%
B=37.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321672410.040.3100.05292.772.5580
HexE8A7F141F051254950
Octal35024736143705445111120
Binary11101000101001111111000110011111010110010010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A7F1; }

 p { color: rgb(232,167,241); }

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

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

 a { background-color: rgb(232,167,241); }

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

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

 span { border-color: rgb(232,167,241); }

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