#E794D5

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

Shades of Plum #E794D5

Tints of Plum #E794D5

Color information

#E794D5 (or 0xE794D5) is unknown color: approx Plum. HEX triplet: E7, 94 and D5. RGB value is (231,148,213). Sum of RGB (Red+Green+Blue) = 231+148+213=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D5 is #186B2A. Grayscale: #B4B4B4. Windows color (decimal): -1600299 or 13997287. OLE color: 13997287.

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

Color convert

RGB231148213-
CMYK00.360.080.09
HSL313.01º63.36%74.31%-
HSV(B)313.01º35.93%90.59%-
XYZ55.5642.9768.32-
YUV180.23146.5164.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=39.02%
G=25%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114821300.360.080.09313.0163.3674.31
HexE794D5024891393f4a
Octal347224325044101147177112
Binary1110011110010100110101010100100100010011001110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794D5; }

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

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

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

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

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

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

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

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