#E799DC

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

Shades of Plum #E799DC

Tints of Plum #E799DC

Color information

#E799DC (or 0xE799DC) is unknown color: approx Plum. HEX triplet: E7, 99 and DC. RGB value is (231,153,220). Sum of RGB (Red+Green+Blue) = 231+153+220=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E799DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799DC is #186623. Grayscale: #B7B7B7. Windows color (decimal): -1599012 or 14457319. OLE color: 14457319.

HSL color Cylindrical-coordinate representation of color #E799DC: hue angle of 308.46º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E799DC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231153220-
CMYK00.340.050.09
HSL308.46º61.9%75.29%-
HSV(B)308.46º33.77%90.59%-
XYZ57.2644.9473.37-
YUV183.96148.34161.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=38.25%
G=25.33%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115322000.340.050.09308.4661.975.29
HexE799DC022591343e4b
Octal34723133404251146476113
Binary111001111001100111011100010001010110011001101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799DC; }

 p { color: rgb(231,153,220); }

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

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

 a { background-color: rgb(231,153,220); }

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

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

 span { border-color: rgb(231,153,220); }

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