#E79DEF

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

Shades of Plum #E79DEF

Tints of Plum #E79DEF

Color information

#E79DEF (or 0xE79DEF) is unknown color: approx Plum. HEX triplet: E7, 9D and EF. RGB value is (231,157,239). Sum of RGB (Red+Green+Blue) = 231+157+239=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #E79DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DEF is #186210. Grayscale: #BCBCBC. Windows color (decimal): -1597969 or 15703527. OLE color: 15703527.

HSL color Cylindrical-coordinate representation of color #E79DEF: hue angle of 294.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E79DEF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231157239-
CMYK0.030.3400.06
HSL294.15º71.93%77.65%-
HSV(B)294.15º34.31%93.73%-
XYZ60.5947.3387.6-
YUV188.47156.52158.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=36.84%
G=25.04%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311572390.030.3400.06294.1571.9377.65
HexE79DEF32206126484e
Octal34723535734206446110116
Binary11100111100111011110111111100010011010010011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DEF; }

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

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

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

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

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

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

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

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