COLOR #E2707D

HEX: #E2707D
RGB: (226,112,125)

Color info

#E2707D contains mainly red color. Web safe color of #E2707D is #CC6666 (or #C66).

RGB color model

#E2707D color RGB value is (226,112,125).

  • red value is 226;
  • green value is 112;
  • blue value is 125.
RGB:
(226,112,125)
(89%,44%,49%)

RGB channels and saturation

R 226 of 255 = 89%
G 112 of 255 = 44%
B 125 of 255 = 49%

226
112
125

R + G + B ~ 61%. #E2707D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 112 + 125 = 463 (100%)
R 226 of 463 ~ 48.81%
G 112 of 463 ~ 24.19%
B 125 of 463 ~ 27%

%48.81
%24.19
%27

CMYK color model

#E2707D color CMYK value is (0,50,45,11).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 44.69%
  • key color value is 11.37%
CMYK:
(0,50,45,11)
C0M50Y45K11 
(0%,50%,45%,11%)
(0.00/0.50/0.45/0.11)	

CMYK percentages

%0
%50.44
%44.69
%11.37

Codes

Color #E2707D in popluar color models

E2707D
RGB226112125
HSL353°66.28%66.27%
HSB/HSV353°50.44%88.63%
CMYK0.00%50.44%44.69%
11.37%

Color #E2707D in popluar number systems.

HEXE2707D
Decimal226112125
Binary1110001011100001111101
Octal342160175

Shades and tints

Shades of #E2707D

#E2707D
(226,112,125)
#CE6672
(206,102,114)
#BA5C67
(186,92,103)
#A6525C
(166,82,92)
#924851
(146,72,81)
#7E3E46
(126,62,70)
#6A343B
(106,52,59)
#562A30
(86,42,48)
#422025
(66,32,37)
#2E161A
(46,22,26)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #E2707D

#E2707D
(226,112,125)
#E47D88
(228,125,136)
#E68A93
(230,138,147)
#E8979E
(232,151,158)
#EAA4A9
(234,164,169)
#ECB1B4
(236,177,180)
#EEBEBF
(238,190,191)
#F0CBCA
(240,203,202)
#F2D8D5
(242,216,213)
#F4E5E0
(244,229,224)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2707D color. Also use rgb(226,112,125) instead hex code.

Text Font Color

.myTextColor { color: #E2707D; }

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

This text font color is #E2707D.


Background Color

.myBgColor { background-color: #E2707D; }

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

This div background color is #E2707D.


Border color

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

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

This div border color is #E2707D.


Opacity

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

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

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

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

This text has shadow with #E2707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2707D on black background.


Color preview on white background

This text has color #E2707D on white background.



Black color preview on #E2707D background

This text has black color on #E2707D background.


White color preview on #E2707D background

This text has white color on #E2707D background.