#E792DA

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

Shades of Plum #E792DA

Tints of Plum #E792DA

Color information

#E792DA (or 0xE792DA) is unknown color: approx Plum. HEX triplet: E7, 92 and DA. RGB value is (231,146,218). Sum of RGB (Red+Green+Blue) = 231+146+218=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E792DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792DA is #186D25. Grayscale: #B3B3B3. Windows color (decimal): -1600806 or 14324455. OLE color: 14324455.

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

Color convert

RGB231146218-
CMYK00.370.060.09
HSL309.18º63.91%73.92%-
HSV(B)309.18º36.8%90.59%-
XYZ55.8942.6171.61-
YUV179.62149.66164.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=38.82%
G=24.54%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114621800.370.060.09309.1863.9173.92
HexE792DA02569135404a
Octal347222332045611465100112
Binary1110011110010010110110100100101110100110011010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E792DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E792DA; }

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

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

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

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

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

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

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

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