COLOR #E792C6

HEX: #E792C6
RGB: (231,146,198)

Color info

#E792C6 contains mainly red and blue colors. Web safe color of #E792C6 is #FF99CC (or #F9C).

RGB color model

#E792C6 color RGB value is (231,146,198).

  • red value is 231;
  • green value is 146;
  • blue value is 198.
RGB:
(231,146,198)
(91%,57%,78%)

RGB channels and saturation

R 231 of 255 = 91%
G 146 of 255 = 57%
B 198 of 255 = 78%

231
146
198

R + G + B ~ 75%. #E792C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 146 + 198 = 575 (100%)
R 231 of 575 ~ 40.17%
G 146 of 575 ~ 25.39%
B 198 of 575 ~ 34.43%

%40.17
%25.39
%34.43

CMYK color model

#E792C6 color CMYK value is (0,37,14,9).

  • cyan value is 0.00%
  • magenta value is 36.80%
  • yellow value is 14.29%
  • key color value is 9.41%
CMYK:
(0,37,14,9)
C0M37Y14K9 
(0%,37%,14%,9%)
(0.00/0.37/0.14/0.09)	

CMYK percentages

%0
%36.8
%14.29
%9.41

Codes

Color #E792C6 in popluar color models

E792C6
RGB231146198
HSL323°63.91%73.92%
HSB/HSV323°36.80%90.59%
CMYK0.00%36.80%14.29%
9.41%

Color #E792C6 in popluar number systems.

HEXE792C6
Decimal231146198
Binary111001111001001011000110
Octal347222306

Shades and tints

Shades of #E792C6

#E792C6
(231,146,198)
#D285B4
(210,133,180)
#BD78A2
(189,120,162)
#A86B90
(168,107,144)
#935E7E
(147,94,126)
#7E516C
(126,81,108)
#69445A
(105,68,90)
#543748
(84,55,72)
#3F2A36
(63,42,54)
#2A1D24
(42,29,36)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #E792C6

#E792C6
(231,146,198)
#E99BCB
(233,155,203)
#EBA4D0
(235,164,208)
#EDADD5
(237,173,213)
#EFB6DA
(239,182,218)
#F1BFDF
(241,191,223)
#F3C8E4
(243,200,228)
#F5D1E9
(245,209,233)
#F7DAEE
(247,218,238)
#F9E3F3
(249,227,243)
#FBECF8
(251,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E792C6 color. Also use rgb(231,146,198) instead hex code.

Text Font Color

.myTextColor { color: #E792C6; }

<p style="color:#E792C6">This sample text font color is #E792C6.</p>

This text font color is #E792C6.


Background Color

.myBgColor { background-color: #E792C6; }

<div style="background-color:#E792C6">Inner text</div>

This div background color is #E792C6.


Border color

.myBorderColor { border: 1px solid #E792C6; }

<div style="border:3px solid #E792C6">Div</div>

This div border color is #E792C6.


Opacity

.myOpacity80 { color: #E792C6; opacity: 0.8; }

<p style="color:#E792C6;opacity:0.8;">80%</p>

Text with #E792C6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E792C6;}

<p style="text-shadow: 3px 3px 1px #E792C6">Text here.</p>

This text has shadow with #E792C6 color.

.textShadow {text-shadow: 3px 3px 1px #E792C6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E792C6, 5px 5px 20px red">Text here.</p>

This text has shadow with #E792C6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E792C6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E792C6, Direction=45, Strength=4)">Text</p>

This text has shadow with #E792C6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E792C6;
  -webkit-box-shadow:	1px 1px 3px 2px #E792C6;
  box-shadow:		1px 1px 3px 2px #E792C6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E792C6;
-webkit-box-shadow: 1px 1px 3px 2px #E792C6;
box-shadow:1px 1px 3px 2px #E792C6;">
Div content here</div>
This div box has shadow with color #E792C6.

Preview

Color preview on black background

This text has color #E792C6 on black background.


Color preview on white background

This text has color #E792C6 on white background.



Black color preview on #E792C6 background

This text has black color on #E792C6 background.


White color preview on #E792C6 background

This text has white color on #E792C6 background.