COLOR #E795CE

HEX: #E795CE RGB: (231,149,206)

Color info

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

RGB color model

#E795CE color RGB value is (231,149,206).

RGB: (231,149,206) (91%, 58%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 149 of 255 = 58%
B 206 of 255 = 81%

231
149
206

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

Portions of RGB colors in percentages

R + G + B = 231 + 149 + 206 = 586 (100%)
R 231 of 586 ~ 39.42%
G 149 of 586 ~ 25.43%
B 206 of 586 ~ 35.15'%

%39.42
%25.43
%35.15

CMYK color model

#E795CE color CMYK value is (0,35,11,9).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 10.82%
  • key color value is 9.41%

CMYK: (0,35,11,9)
C0M35Y11K9 (0%, 35%, 11%, 9%)
(0.00 / 0.35 / 0.11 / 0.09)

CMYK percentages

%0
%35.5
%10.82
%9.41

Codes

Color #E795CE in popluar color models

E7 95 CE
RGB 231 149 206
HSL 318° 63.08% 74.51%
HSB/HSV 318° 35.50% 90.59%
CMYK 0.00% 35.50% 10.82%
9.41%

Color #E795CE in popluar number systems.

HEX E7 95 CE
Decimal 231 149 206
Binary 11100111 10010101 11001110
Octal 347 225 316

Shades and tints

Shades of #E795CE

#E795CE
(231,149,206)
#D288BC
(210,136,188)
#BD7BAA
(189,123,170)
#A86E98
(168,110,152)
#936186
(147,97,134)
#7E5474
(126,84,116)
#694762
(105,71,98)
#543A50
(84,58,80)
#3F2D3E
(63,45,62)
#2A202C
(42,32,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #E795CE

#E795CE
(231,149,206)
#E99ED2
(233,158,210)
#EBA7D6
(235,167,214)
#EDB0DA
(237,176,218)
#EFB9DE
(239,185,222)
#F1C2E2
(241,194,226)
#F3CBE6
(243,203,230)
#F5D4EA
(245,212,234)
#F7DDEE
(247,221,238)
#F9E6F2
(249,230,242)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E795CE color. Also use rgb(231,149,206) instead hex code.

Text Font Color

.myTextColor { color: #E795CE; }

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

This text font color is #E795CE.

Background Color

.myBgColor { background-color: #E795CE; }

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

This div background color is #E795CE.

Border color

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

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

This div border color is #E795CE.

Opacity

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

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

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

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

This text has shadow with #E795CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E795CE.

Preview

Color preview on black background

This text has color #E795CE on black background.


Color preview on white background

This text has color #E795CE on white background.


Black color preview on #E795CE background

This text has black color on #E795CE background.


White color preview on #E795CE background

This text has white color on #E795CE background.


Related colors

Complementary color

Complementary color for #hex is #186A31.


I love getcolorcode.com

Triadic colors

1 #CEE795 and #95CEE7 with #E795CE are triadic colors.

2 #CE95E7 and #95E7CE with #E795CE are triadic colors.