#E794DE

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

Shades of Plum #E794DE

Tints of Plum #E794DE

Color information

#E794DE (or 0xE794DE) is unknown color: approx Plum. HEX triplet: E7, 94 and DE. RGB value is (231,148,222). Sum of RGB (Red+Green+Blue) = 231+148+222=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DE is #186B21. Grayscale: #B5B5B5. Windows color (decimal): -1600290 or 14587111. OLE color: 14587111.

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

Color convert

RGB231148222-
CMYK00.360.040.09
HSL306.51º63.36%74.31%-
HSV(B)306.51º35.93%90.59%-
XYZ56.7343.4474.5-
YUV181.25151163.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=38.44%
G=24.63%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114822200.360.040.09306.5163.3674.31
HexE794DE024491333f4a
Octal34722433604441146377112
Binary111001111001010011011110010010010010011001100111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794DE; }

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

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

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

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

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

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

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

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