#E792D9

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

Shades of Plum #E792D9

Tints of Plum #E792D9

Color information

#E792D9 (or 0xE792D9) is unknown color: approx Plum. HEX triplet: E7, 92 and D9. RGB value is (231,146,217). Sum of RGB (Red+Green+Blue) = 231+146+217=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D9 is #186D26. Grayscale: #B3B3B3. Windows color (decimal): -1600807 or 14258919. OLE color: 14258919.

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

Color convert

RGB231146217-
CMYK00.370.060.09
HSL309.88º63.91%73.92%-
HSV(B)309.88º36.8%90.59%-
XYZ55.7642.5670.92-
YUV179.51149.16164.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=38.89%
G=24.58%
B=36.53%

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
Decimal23114621700.370.060.09309.8863.9173.92
HexE792D902569136404a
Octal347222331045611466100112
Binary1110011110010010110110010100101110100110011011010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E792D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E792D9; }

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

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

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

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

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

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

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

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