COLOR #E790D6

HEX: #E790D6
RGB: (231,144,214)

Color info

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

RGB color model

#E790D6 color RGB value is (231,144,214).

  • red value is 231;
  • green value is 144;
  • blue value is 214.
RGB:
(231,144,214)
(91%,56%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 144 of 255 = 56%
B 214 of 255 = 84%

231
144
214

R + G + B ~ 77%. #E790D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 144 + 214 = 589 (100%)
R 231 of 589 ~ 39.22%
G 144 of 589 ~ 24.45%
B 214 of 589 ~ 36.33%

%39.22
%24.45
%36.33

CMYK color model

#E790D6 color CMYK value is (0,38,7,9).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 7.36%
  • key color value is 9.41%
CMYK:
(0,38,7,9)
C0M38Y7K9 
(0%,38%,7%,9%)
(0.00/0.38/0.07/0.09)	

CMYK percentages

%0
%37.66
%7.36
%9.41

Codes

Color #E790D6 in popluar color models

E790D6
RGB231144214
HSL312°64.44%73.53%
HSB/HSV312°37.66%90.59%
CMYK0.00%37.66%7.36%
9.41%

Color #E790D6 in popluar number systems.

HEXE790D6
Decimal231144214
Binary111001111001000011010110
Octal347220326

Shades and tints

Shades of #E790D6

#E790D6
(231,144,214)
#D283C3
(210,131,195)
#BD76B0
(189,118,176)
#A8699D
(168,105,157)
#935C8A
(147,92,138)
#7E4F77
(126,79,119)
#694264
(105,66,100)
#543551
(84,53,81)
#3F283E
(63,40,62)
#2A1B2B
(42,27,43)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #E790D6

#E790D6
(231,144,214)
#E99AD9
(233,154,217)
#EBA4DC
(235,164,220)
#EDAEDF
(237,174,223)
#EFB8E2
(239,184,226)
#F1C2E5
(241,194,229)
#F3CCE8
(243,204,232)
#F5D6EB
(245,214,235)
#F7E0EE
(247,224,238)
#F9EAF1
(249,234,241)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E790D6 color. Also use rgb(231,144,214) instead hex code.

Text Font Color

.myTextColor { color: #E790D6; }

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

This text font color is #E790D6.


Background Color

.myBgColor { background-color: #E790D6; }

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

This div background color is #E790D6.


Border color

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

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

This div border color is #E790D6.


Opacity

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

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

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

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

This text has shadow with #E790D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E790D6 on black background.


Color preview on white background

This text has color #E790D6 on white background.



Black color preview on #E790D6 background

This text has black color on #E790D6 background.


White color preview on #E790D6 background

This text has white color on #E790D6 background.