#E79CE6

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

Shades of Plum #E79CE6

Tints of Plum #E79CE6

Color information

#E79CE6 (or 0xE79CE6) is unknown color: approx Plum. HEX triplet: E7, 9C and E6. RGB value is (231,156,230). Sum of RGB (Red+Green+Blue) = 231+156+230=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79CE6 is #186319. Grayscale: #BABABA. Windows color (decimal): -1598234 or 15113447. OLE color: 15113447.

HSL color Cylindrical-coordinate representation of color #E79CE6: hue angle of 300.8º degrees, saturation: 0.61, 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 #E79CE6 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB231156230-
CMYK00.320.000.09
HSL300.8º60.98%75.88%-
HSV(B)300.8º32.47%90.59%-
XYZ59.1346.4880.72-
YUV186.86152.35159.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=37.44%
G=25.28%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115623000.320.000.09300.860.9875.88
HexE79CE60200912d3d4c
Octal34723434604001145575114
Binary1110011110011100111001100100000010011001011011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79CE6; }

 p { color: rgb(231,156,230); }

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

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

 a { background-color: rgb(231,156,230); }

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

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

 span { border-color: rgb(231,156,230); }

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