#E79EE2

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

Shades of Plum #E79EE2

Tints of Plum #E79EE2

Color information

#E79EE2 (or 0xE79EE2) is unknown color: approx Plum. HEX triplet: E7, 9E and E2. RGB value is (231,158,226). Sum of RGB (Red+Green+Blue) = 231+158+226=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EE2 is #18611D. Grayscale: #BBBBBB. Windows color (decimal): -1597726 or 14851815. OLE color: 14851815.

HSL color Cylindrical-coordinate representation of color #E79EE2: hue angle of 304.11º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79EE2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231158226-
CMYK00.320.020.09
HSL304.11º60.33%76.27%-
HSV(B)304.11º31.6%90.59%-
XYZ58.9146.9377.91-
YUV187.58149.68158.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=37.56%
G=25.69%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115822600.320.020.09304.1160.3376.27
HexE79EE2020291303c4c
Octal34723634204021146074114
Binary11100111100111101110001001000001010011001100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EE2; }

 p { color: rgb(231,158,226); }

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

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

 a { background-color: rgb(231,158,226); }

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

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

 span { border-color: rgb(231,158,226); }

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