#E791D4

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

Shades of Plum #E791D4

Tints of Plum #E791D4

Color information

#E791D4 (or 0xE791D4) is unknown color: approx Plum. HEX triplet: E7, 91 and D4. RGB value is (231,145,212). Sum of RGB (Red+Green+Blue) = 231+145+212=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D4 is #186E2B. Grayscale: #B2B2B2. Windows color (decimal): -1601068 or 13930983. OLE color: 13930983.

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

Color convert

RGB231145212-
CMYK00.370.080.09
HSL313.26º64.18%73.73%-
HSV(B)313.26º37.23%90.59%-
XYZ54.9641.9967.5-
YUV178.35146.99165.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=39.29%
G=24.66%
B=36.05%

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
Decimal23114521200.370.080.09313.2664.1873.73
HexE791D402589139404a
Octal3472213240451011471100112
Binary11100111100100011101010001001011000100110011100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E791D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E791D4; }

 p { color: rgb(231,145,212); }

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

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

 a { background-color: rgb(231,145,212); }

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

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

 span { border-color: rgb(231,145,212); }

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