#E79DF1

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

Shades of Plum #E79DF1

Tints of Plum #E79DF1

Color information

#E79DF1 (or 0xE79DF1) is unknown color: approx Plum. HEX triplet: E7, 9D and F1. RGB value is (231,157,241). Sum of RGB (Red+Green+Blue) = 231+157+241=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #E79DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DF1 is #18620E. Grayscale: #BCBCBC. Windows color (decimal): -1597967 or 15834599. OLE color: 15834599.

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

Color convert

RGB231157241-
CMYK0.040.3500.05
HSL292.86º75%78.04%-
HSV(B)292.86º34.85%94.51%-
XYZ60.8947.4589.17-
YUV188.7157.52158.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.72%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=36.72%
G=24.96%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311572410.040.3500.05292.867578.04
HexE79DF1423051254b4e
Octal34723536144305445113116
Binary111001111001110111110001100100011010110010010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DF1; }

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

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

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

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

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

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

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

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