COLOR #E7556C

HEX: #E7556C
RGB: (231,85,108)

Color info

#E7556C contains mainly red color. Web safe color of #E7556C is #FF6666 (or #F66).

RGB color model

#E7556C color RGB value is (231,85,108).

  • red value is 231;
  • green value is 85;
  • blue value is 108.
RGB:
(231,85,108)
(91%,33%,42%)

RGB channels and saturation

R 231 of 255 = 91%
G 85 of 255 = 33%
B 108 of 255 = 42%

231
85
108

R + G + B ~ 55%. #E7556C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 85 + 108 = 424 (100%)
R 231 of 424 ~ 54.48%
G 85 of 424 ~ 20.05%
B 108 of 424 ~ 25.47%

%54.48
%20.05
%25.47

CMYK color model

#E7556C color CMYK value is (0,63,53,9).

  • cyan value is 0.00%
  • magenta value is 63.20%
  • yellow value is 53.25%
  • key color value is 9.41%
CMYK:
(0,63,53,9)
C0M63Y53K9 
(0%,63%,53%,9%)
(0.00/0.63/0.53/0.09)	

CMYK percentages

%0
%63.2
%53.25
%9.41

Codes

Color #E7556C in popluar color models

E7556C
RGB23185108
HSL351°75.26%61.96%
HSB/HSV351°63.20%90.59%
CMYK0.00%63.20%53.25%
9.41%

Color #E7556C in popluar number systems.

HEXE7556C
Decimal23185108
Binary1110011110101011101100
Octal347125154

Shades and tints

Shades of #E7556C

#E7556C
(231,85,108)
#D24E63
(210,78,99)
#BD475A
(189,71,90)
#A84051
(168,64,81)
#933948
(147,57,72)
#7E323F
(126,50,63)
#692B36
(105,43,54)
#54242D
(84,36,45)
#3F1D24
(63,29,36)
#2A161B
(42,22,27)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #E7556C

#E7556C
(231,85,108)
#E96479
(233,100,121)
#EB7386
(235,115,134)
#ED8293
(237,130,147)
#EF91A0
(239,145,160)
#F1A0AD
(241,160,173)
#F3AFBA
(243,175,186)
#F5BEC7
(245,190,199)
#F7CDD4
(247,205,212)
#F9DCE1
(249,220,225)
#FBEBEE
(251,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7556C color. Also use rgb(231,85,108) instead hex code.

Text Font Color

.myTextColor { color: #E7556C; }

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

This text font color is #E7556C.


Background Color

.myBgColor { background-color: #E7556C; }

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

This div background color is #E7556C.


Border color

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

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

This div border color is #E7556C.


Opacity

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

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

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

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

This text has shadow with #E7556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7556C on black background.


Color preview on white background

This text has color #E7556C on white background.



Black color preview on #E7556C background

This text has black color on #E7556C background.


White color preview on #E7556C background

This text has white color on #E7556C background.