#E793D6

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

Shades of Plum #E793D6

Tints of Plum #E793D6

Color information

#E793D6 (or 0xE793D6) is unknown color: approx Plum. HEX triplet: E7, 93 and D6. RGB value is (231,147,214). Sum of RGB (Red+Green+Blue) = 231+147+214=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E793D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793D6 is #186C29. Grayscale: #B3B3B3. Windows color (decimal): -1600554 or 14062567. OLE color: 14062567.

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

Color convert

RGB231147214-
CMYK00.360.070.09
HSL312.14º63.64%74.12%-
HSV(B)312.14º36.36%90.59%-
XYZ55.5342.7168.94-
YUV179.75147.33164.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=39.02%
G=24.83%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114721400.360.070.09312.1463.6474.12
HexE793D602479138404a
Octal347223326044711470100112
Binary1110011110010011110101100100100111100110011100010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E793D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E793D6; }

 p { color: rgb(231,147,214); }

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

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

 a { background-color: rgb(231,147,214); }

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

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

 span { border-color: rgb(231,147,214); }

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