#E798D4

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

Shades of Plum #E798D4

Tints of Plum #E798D4

Color information

#E798D4 (or 0xE798D4) is unknown color: approx Plum. HEX triplet: E7, 98 and D4. RGB value is (231,152,212). Sum of RGB (Red+Green+Blue) = 231+152+212=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E798D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798D4 is #18672B. Grayscale: #B6B6B6. Windows color (decimal): -1599276 or 13932775. OLE color: 13932775.

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

Color convert

RGB231152212-
CMYK00.340.080.09
HSL314.43º62.2%75.1%-
HSV(B)314.43º34.2%90.59%-
XYZ56.0744.267.86-
YUV182.46144.67162.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=38.82%
G=25.55%
B=35.63%

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
Decimal23115221200.340.080.09314.4362.275.1
HexE798D40228913a3e4b
Octal347230324042101147276113
Binary1110011110011000110101000100010100010011001110101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E798D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E798D4; }

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

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

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

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

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

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

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

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