COLOR #E2907D

HEX: #E2907D
RGB: (226,144,125)

Color info

#E2907D contains mainly red color. Web safe color of #E2907D is #CC9966 (or #C96).

RGB color model

#E2907D color RGB value is (226,144,125).

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

RGB channels and saturation

R 226 of 255 = 89%
G 144 of 255 = 56%
B 125 of 255 = 49%

226
144
125

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

Portions of RGB colors in percentages

R + G + B =
226 + 144 + 125 = 495 (100%)
R 226 of 495 ~ 45.66%
G 144 of 495 ~ 29.09%
B 125 of 495 ~ 25.25%

%45.66
%29.09
%25.25

CMYK color model

#E2907D color CMYK value is (0,36,45,11).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 44.69%
  • key color value is 11.37%
CMYK:
(0,36,45,11)
C0M36Y45K11 
(0%,36%,45%,11%)
(0.00/0.36/0.45/0.11)	

CMYK percentages

%0
%36.28
%44.69
%11.37

Codes

Color #E2907D in popluar color models

E2907D
RGB226144125
HSL11°63.52%68.82%
HSB/HSV11°44.69%88.63%
CMYK0.00%36.28%44.69%
11.37%

Color #E2907D in popluar number systems.

HEXE2907D
Decimal226144125
Binary11100010100100001111101
Octal342220175

Shades and tints

Shades of #E2907D

#E2907D
(226,144,125)
#CE8372
(206,131,114)
#BA7667
(186,118,103)
#A6695C
(166,105,92)
#925C51
(146,92,81)
#7E4F46
(126,79,70)
#6A423B
(106,66,59)
#563530
(86,53,48)
#422825
(66,40,37)
#2E1B1A
(46,27,26)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #E2907D

#E2907D
(226,144,125)
#E49A88
(228,154,136)
#E6A493
(230,164,147)
#E8AE9E
(232,174,158)
#EAB8A9
(234,184,169)
#ECC2B4
(236,194,180)
#EECCBF
(238,204,191)
#F0D6CA
(240,214,202)
#F2E0D5
(242,224,213)
#F4EAE0
(244,234,224)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2907D; }

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

This text font color is #E2907D.


Background Color

.myBgColor { background-color: #E2907D; }

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

This div background color is #E2907D.


Border color

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

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

This div border color is #E2907D.


Opacity

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

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

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

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

This text has shadow with #E2907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2907D on black background.


Color preview on white background

This text has color #E2907D on white background.



Black color preview on #E2907D background

This text has black color on #E2907D background.


White color preview on #E2907D background

This text has white color on #E2907D background.