COLOR #E792CC

HEX: #E792CC
RGB: (231,146,204)

Color info

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

RGB color model

#E792CC color RGB value is (231,146,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 146 of 255 = 57%
B 204 of 255 = 80%

231
146
204

R + G + B ~ 76%. #E792CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 146 + 204 = 581 (100%)
R 231 of 581 ~ 39.76%
G 146 of 581 ~ 25.13%
B 204 of 581 ~ 35.11%

%39.76
%25.13
%35.11

CMYK color model

#E792CC color CMYK value is (0,37,12,9).

  • cyan value is 0.00%
  • magenta value is 36.80%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,37,12,9)
C0M37Y12K9 
(0%,37%,12%,9%)
(0.00/0.37/0.12/0.09)	

CMYK percentages

%0
%36.8
%11.69
%9.41

Codes

Color #E792CC in popluar color models

E792CC
RGB231146204
HSL319°63.91%73.92%
HSB/HSV319°36.80%90.59%
CMYK0.00%36.80%11.69%
9.41%

Color #E792CC in popluar number systems.

HEXE792CC
Decimal231146204
Binary111001111001001011001100
Octal347222314

Shades and tints

Shades of #E792CC

#E792CC
(231,146,204)
#D285BA
(210,133,186)
#BD78A8
(189,120,168)
#A86B96
(168,107,150)
#935E84
(147,94,132)
#7E5172
(126,81,114)
#694460
(105,68,96)
#54374E
(84,55,78)
#3F2A3C
(63,42,60)
#2A1D2A
(42,29,42)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #E792CC

#E792CC
(231,146,204)
#E99BD0
(233,155,208)
#EBA4D4
(235,164,212)
#EDADD8
(237,173,216)
#EFB6DC
(239,182,220)
#F1BFE0
(241,191,224)
#F3C8E4
(243,200,228)
#F5D1E8
(245,209,232)
#F7DAEC
(247,218,236)
#F9E3F0
(249,227,240)
#FBECF4
(251,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E792CC; }

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

This text font color is #E792CC.


Background Color

.myBgColor { background-color: #E792CC; }

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

This div background color is #E792CC.


Border color

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

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

This div border color is #E792CC.


Opacity

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

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

Text with #E792CC 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 #E792CC;}

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

This text has shadow with #E792CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E792CC on black background.


Color preview on white background

This text has color #E792CC on white background.



Black color preview on #E792CC background

This text has black color on #E792CC background.


White color preview on #E792CC background

This text has white color on #E792CC background.