#E798DC

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

Shades of Plum #E798DC

Tints of Plum #E798DC

Color information

#E798DC (or 0xE798DC) is unknown color: approx Plum. HEX triplet: E7, 98 and DC. RGB value is (231,152,220). Sum of RGB (Red+Green+Blue) = 231+152+220=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E798DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798DC is #186723. Grayscale: #B7B7B7. Windows color (decimal): -1599268 or 14457063. OLE color: 14457063.

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

Color convert

RGB231152220-
CMYK00.340.050.09
HSL308.35º62.2%75.1%-
HSV(B)308.35º34.2%90.59%-
XYZ57.144.6173.31-
YUV183.37148.67161.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 152 (59.77% from 255) = 25.21%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=38.31%
G=25.21%
B=36.48%

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
Decimal23115222000.340.050.09308.3562.275.1
HexE798DC022591343e4b
Octal34723033404251146476113
Binary111001111001100011011100010001010110011001101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E798DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E798DC; }

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

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

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

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

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

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

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

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