#E792D5

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

Shades of Plum #E792D5

Tints of Plum #E792D5

Color information

#E792D5 (or 0xE792D5) is unknown color: approx Plum. HEX triplet: E7, 92 and D5. RGB value is (231,146,213). Sum of RGB (Red+Green+Blue) = 231+146+213=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D5 is #186D2A. Grayscale: #B2B2B2. Windows color (decimal): -1600811 or 13996775. OLE color: 13996775.

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

Color convert

RGB231146213-
CMYK00.370.080.09
HSL312.71º63.91%73.92%-
HSV(B)312.71º36.8%90.59%-
XYZ55.2442.3568.21-
YUV179.05147.16165.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=39.15%
G=24.75%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114621300.370.080.09312.7163.9173.92
HexE792D502589139404a
Octal3472223250451011471100112
Binary11100111100100101101010101001011000100110011100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E792D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E792D5; }

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

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

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

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

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

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

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

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