#E798D5

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

Shades of Plum #E798D5

Tints of Plum #E798D5

Color information

#E798D5 (or 0xE798D5) is unknown color: approx Plum. HEX triplet: E7, 98 and D5. RGB value is (231,152,213). Sum of RGB (Red+Green+Blue) = 231+152+213=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E798D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798D5 is #18672A. Grayscale: #B6B6B6. Windows color (decimal): -1599275 or 13998311. OLE color: 13998311.

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

Color convert

RGB231152213-
CMYK00.340.080.09
HSL313.67º62.2%75.1%-
HSV(B)313.67º34.2%90.59%-
XYZ56.1944.2568.53-
YUV182.58145.17162.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=38.76%
G=25.50%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115221300.340.080.09313.6762.275.1
HexE798D50228913a3e4b
Octal347230325042101147276113
Binary1110011110011000110101010100010100010011001110101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E798D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E798D5; }

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

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

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

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

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

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

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

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