COLOR #E799C0

HEX: #E799C0 RGB: (231,153,192)

Color info

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

RGB color model

#E799C0 color RGB value is (231,153,192).

RGB: (231,153,192) (91%, 60%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 153 of 255 = 60%
B 192 of 255 = 75%

231
153
192

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

Portions of RGB colors in percentages

R + G + B = 231 + 153 + 192 = 576 (100%)
R 231 of 576 ~ 40.1%
G 153 of 576 ~ 26.56%
B 192 of 576 ~ 33.33'%

%40.1
%26.56
%33.33

CMYK color model

#E799C0 color CMYK value is (0,34,17,9).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 16.88%
  • key color value is 9.41%

CMYK: (0,34,17,9)
C0M34Y17K9 (0%, 34%, 17%, 9%)
(0.00 / 0.34 / 0.17 / 0.09)

CMYK percentages

%0
%33.77
%16.88
%9.41

Codes

Color #E799C0 in popluar color models

E7 99 C0
RGB 231 153 192
HSL 330° 61.90% 75.29%
HSB/HSV 330° 33.77% 90.59%
CMYK 0.00% 33.77% 16.88%
9.41%

Color #E799C0 in popluar number systems.

HEX E7 99 C0
Decimal 231 153 192
Binary 11100111 10011001 11000000
Octal 347 231 300

Shades and tints

Shades of #E799C0

#E799C0
(231,153,192)
#D28CAF
(210,140,175)
#BD7F9E
(189,127,158)
#A8728D
(168,114,141)
#93657C
(147,101,124)
#7E586B
(126,88,107)
#694B5A
(105,75,90)
#543E49
(84,62,73)
#3F3138
(63,49,56)
#2A2427
(42,36,39)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E799C0

#E799C0
(231,153,192)
#E9A2C5
(233,162,197)
#EBABCA
(235,171,202)
#EDB4CF
(237,180,207)
#EFBDD4
(239,189,212)
#F1C6D9
(241,198,217)
#F3CFDE
(243,207,222)
#F5D8E3
(245,216,227)
#F7E1E8
(247,225,232)
#F9EAED
(249,234,237)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E799C0 color. Also use rgb(231,153,192) instead hex code.

Text Font Color

.myTextColor { color: #E799C0; }

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

This text font color is #E799C0.

Background Color

.myBgColor { background-color: #E799C0; }

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

This div background color is #E799C0.

Border color

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

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

This div border color is #E799C0.

Opacity

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

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

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

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

This text has shadow with #E799C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E799C0.

Preview

Color preview on black background

This text has color #E799C0 on black background.


Color preview on white background

This text has color #E799C0 on white background.


Black color preview on #E799C0 background

This text has black color on #E799C0 background.


White color preview on #E799C0 background

This text has white color on #E799C0 background.


Related colors

Complementary color

Complementary color for #hex is #18663F.


I love getcolorcode.com

Triadic colors

1 #C0E799 and #99C0E7 with #E799C0 are triadic colors.

2 #C099E7 and #99E7C0 with #E799C0 are triadic colors.