#E794DA

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

Shades of Plum #E794DA

Tints of Plum #E794DA

Color information

#E794DA (or 0xE794DA) is unknown color: approx Plum. HEX triplet: E7, 94 and DA. RGB value is (231,148,218). Sum of RGB (Red+Green+Blue) = 231+148+218=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DA is #186B25. Grayscale: #B4B4B4. Windows color (decimal): -1600294 or 14324967. OLE color: 14324967.

HSL color Cylindrical-coordinate representation of color #E794DA: hue angle of 309.4º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794DA is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231148218-
CMYK00.360.060.09
HSL309.4º63.36%74.31%-
HSV(B)309.4º35.93%90.59%-
XYZ56.243.2371.71-
YUV180.8149163.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=38.69%
G=24.79%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114821800.360.060.09309.463.3674.31
HexE794DA024691353f4a
Octal34722433204461146577112
Binary111001111001010011011010010010011010011001101011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794DA; }

 p { color: rgb(231,148,218); }

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

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

 a { background-color: rgb(231,148,218); }

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

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

 span { border-color: rgb(231,148,218); }

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