#E79FE2

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

Shades of Plum #E79FE2

Tints of Plum #E79FE2

Color information

#E79FE2 (or 0xE79FE2) is unknown color: approx Plum. HEX triplet: E7, 9F and E2. RGB value is (231,159,226). Sum of RGB (Red+Green+Blue) = 231+159+226=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FE2 is #18601D. Grayscale: #BBBBBB. Windows color (decimal): -1597470 or 14852071. OLE color: 14852071.

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

Color convert

RGB231159226-
CMYK00.310.020.09
HSL304.17º60%76.47%-
HSV(B)304.17º31.17%90.59%-
XYZ59.0847.2877.96-
YUV188.17149.35158.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=37.5%
G=25.81%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115922600.310.020.09304.176076.47
HexE79FE201F291303c4c
Octal34723734203721146074114
Binary1110011110011111111000100111111010011001100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FE2; }

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

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

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

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

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

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

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

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