#E798D6

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

Shades of Plum #E798D6

Tints of Plum #E798D6

Color information

#E798D6 (or 0xE798D6) is unknown color: approx Plum. HEX triplet: E7, 98 and D6. RGB value is (231,152,214). Sum of RGB (Red+Green+Blue) = 231+152+214=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E798D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798D6 is #186729. Grayscale: #B6B6B6. Windows color (decimal): -1599274 or 14063847. OLE color: 14063847.

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

Color convert

RGB231152214-
CMYK00.340.070.09
HSL312.91º62.2%75.1%-
HSV(B)312.91º34.2%90.59%-
XYZ56.3244.369.2-
YUV182.69145.67162.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=38.69%
G=25.46%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115221400.340.070.09312.9162.275.1
HexE798D6022791393e4b
Octal34723032604271147176113
Binary111001111001100011010110010001011110011001110011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E798D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E798D6; }

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

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

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

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

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

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

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

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