#E794D2

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

Shades of Plum #E794D2

Tints of Plum #E794D2

Color information

#E794D2 (or 0xE794D2) is unknown color: approx Plum. HEX triplet: E7, 94 and D2. RGB value is (231,148,210). Sum of RGB (Red+Green+Blue) = 231+148+210=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D2 is #186B2D. Grayscale: #B3B3B3. Windows color (decimal): -1600302 or 13800679. OLE color: 13800679.

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

Color convert

RGB231148210-
CMYK00.360.090.09
HSL315.18º63.36%74.31%-
HSV(B)315.18º35.93%90.59%-
XYZ55.1842.8266.33-
YUV179.88145164.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=39.22%
G=25.13%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114821000.360.090.09315.1863.3674.31
HexE794D20249913b3f4a
Octal347224322044111147377112
Binary1110011110010100110100100100100100110011001110111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794D2; }

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

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

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

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

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

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

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

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