#E79FF1

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

Shades of Plum #E79FF1

Tints of Plum #E79FF1

Color information

#E79FF1 (or 0xE79FF1) is unknown color: approx Plum. HEX triplet: E7, 9F and F1. RGB value is (231,159,241). Sum of RGB (Red+Green+Blue) = 231+159+241=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #E79FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FF1 is #18600E. Grayscale: #BDBDBD. Windows color (decimal): -1597455 or 15835111. OLE color: 15835111.

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

Color convert

RGB231159241-
CMYK0.040.3400.05
HSL292.68º74.55%78.43%-
HSV(B)292.68º34.02%94.51%-
XYZ61.2348.1489.28-
YUV189.88156.85157.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=36.61%
G=25.20%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311592410.040.3400.05292.6874.5578.43
HexE79FF1422051254b4e
Octal34723736144205445113116
Binary111001111001111111110001100100010010110010010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FF1; }

 p { color: rgb(231,159,241); }

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

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

 a { background-color: rgb(231,159,241); }

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

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

 span { border-color: rgb(231,159,241); }

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