#E79EDB

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

Shades of Plum #E79EDB

Tints of Plum #E79EDB

Color information

#E79EDB (or 0xE79EDB) is unknown color: approx Plum. HEX triplet: E7, 9E and DB. RGB value is (231,158,219). Sum of RGB (Red+Green+Blue) = 231+158+219=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDB is #186124. Grayscale: #BABABA. Windows color (decimal): -1597733 or 14393063. OLE color: 14393063.

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

Color convert

RGB231158219-
CMYK00.320.050.09
HSL309.86º60.33%76.27%-
HSV(B)309.86º31.6%90.59%-
XYZ57.9746.5672.95-
YUV186.78146.18159.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=37.99%
G=25.99%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115821900.320.050.09309.8660.3376.27
HexE79EDB020591363c4c
Octal34723633304051146674114
Binary111001111001111011011011010000010110011001101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EDB; }

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

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

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

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

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

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

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

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