COLOR #E6749C

HEX: #E6749C RGB: (230,116,156)

Color info

#E6749C contains mainly red color. Web safe color of #E6749C is #CC6699 (or #C69).

RGB color model

#E6749C color RGB value is (230,116,156).

RGB: (230,116,156) (90%, 45%, 61%)

RGB channels and saturation

R 230 of 255 = 90%
G 116 of 255 = 45%
B 156 of 255 = 61%

230
116
156

R + G + B ~ 65%. #E6749C is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 116 + 156 = 502 (100%)
R 230 of 502 ~ 45.82%
G 116 of 502 ~ 23.11%
B 156 of 502 ~ 31.08'%

%45.82
%23.11
%31.08

CMYK color model

#E6749C color CMYK value is (0,50,32,10).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 32.17%
  • key color value is 9.80%

CMYK: (0,50,32,10)
C0M50Y32K10 (0%, 50%, 32%, 10%)
(0.00 / 0.50 / 0.32 / 0.10)

CMYK percentages

%0
%49.57
%32.17
%9.8

Codes

Color #E6749C in popluar color models

E6 74 9C
RGB 230 116 156
HSL 339° 69.51% 67.84%
HSB/HSV 339° 49.57% 90.20%
CMYK 0.00% 49.57% 32.17%
9.80%

Color #E6749C in popluar number systems.

HEX E6 74 9C
Decimal 230 116 156
Binary 11100110 1110100 10011100
Octal 346 164 234

Shades and tints

Shades of #E6749C

#E6749C
(230,116,156)
#D26A8E
(210,106,142)
#BE6080
(190,96,128)
#AA5672
(170,86,114)
#964C64
(150,76,100)
#824256
(130,66,86)
#6E3848
(110,56,72)
#5A2E3A
(90,46,58)
#46242C
(70,36,44)
#321A1E
(50,26,30)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #E6749C

#E6749C
(230,116,156)
#E880A5
(232,128,165)
#EA8CAE
(234,140,174)
#EC98B7
(236,152,183)
#EEA4C0
(238,164,192)
#F0B0C9
(240,176,201)
#F2BCD2
(242,188,210)
#F4C8DB
(244,200,219)
#F6D4E4
(246,212,228)
#F8E0ED
(248,224,237)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6749C color. Also use rgb(230,116,156) instead hex code.

Text Font Color

.myTextColor { color: #E6749C; }

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

This text font color is #E6749C.

Background Color

.myBgColor { background-color: #E6749C; }

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

This div background color is #E6749C.

Border color

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

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

This div border color is #E6749C.

Opacity

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

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

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

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

This text has shadow with #E6749C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6749C.

Preview

Color preview on black background

This text has color #E6749C on black background.


Color preview on white background

This text has color #E6749C on white background.


Black color preview on #E6749C background

This text has black color on #E6749C background.


White color preview on #E6749C background

This text has white color on #E6749C background.


Related colors

Complementary color

Complementary color for #hex is #198B63.


I love getcolorcode.com

Triadic colors

1 #9CE674 and #749CE6 with #E6749C are triadic colors.

2 #9C74E6 and #74E69C with #E6749C are triadic colors.