#E799EC

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

Shades of Plum #E799EC

Tints of Plum #E799EC

Color information

#E799EC (or 0xE799EC) is unknown color: approx Plum. HEX triplet: E7, 99 and EC. RGB value is (231,153,236). Sum of RGB (Red+Green+Blue) = 231+153+236=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E799EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E799EC is #186613. Grayscale: #B9B9B9. Windows color (decimal): -1598996 or 15505895. OLE color: 15505895.

HSL color Cylindrical-coordinate representation of color #E799EC: hue angle of 296.39º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E799EC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231153236-
CMYK0.020.3500.07
HSL296.39º68.6%76.27%-
HSV(B)296.39º35.17%92.55%-
XYZ59.4945.8385.07-
YUV185.78156.34160.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 153 (60.16% from 255) = 24.68%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=37.26%
G=24.68%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311532360.020.3500.07296.3968.676.27
HexE799EC22307128454c
Octal34723135424307450105114
Binary11100111100110011110110010100011011110010100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E799EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E799EC; }

 p { color: rgb(231,153,236); }

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

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

 a { background-color: rgb(231,153,236); }

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

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

 span { border-color: rgb(231,153,236); }

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