#E79CDB

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

Shades of Plum #E79CDB

Tints of Plum #E79CDB

Color information

#E79CDB (or 0xE79CDB) is unknown color: approx Plum. HEX triplet: E7, 9C and DB. RGB value is (231,156,219). Sum of RGB (Red+Green+Blue) = 231+156+219=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CDB is #186324. Grayscale: #B9B9B9. Windows color (decimal): -1598245 or 14392551. OLE color: 14392551.

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

Color convert

RGB231156219-
CMYK00.320.050.09
HSL309.6º60.98%75.88%-
HSV(B)309.6º32.47%90.59%-
XYZ57.6345.8872.84-
YUV185.61146.85160.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=38.12%
G=25.74%
B=36.14%

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
Decimal23115621900.320.050.09309.660.9875.88
HexE79CDB020591363d4c
Octal34723433304051146675114
Binary111001111001110011011011010000010110011001101101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79CDB; }

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

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

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

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

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

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

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

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