COLOR #E16276

HEX: #E16276
RGB: (225,98,118)

Color info

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

RGB color model

#E16276 color RGB value is (225,98,118).

  • red value is 225;
  • green value is 98;
  • blue value is 118.
RGB:
(225,98,118)
(88%,38%,46%)

RGB channels and saturation

R 225 of 255 = 88%
G 98 of 255 = 38%
B 118 of 255 = 46%

225
98
118

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

Portions of RGB colors in percentages

R + G + B =
225 + 98 + 118 = 441 (100%)
R 225 of 441 ~ 51.02%
G 98 of 441 ~ 22.22%
B 118 of 441 ~ 26.76%

%51.02
%22.22
%26.76

CMYK color model

#E16276 color CMYK value is (0,56,48,12).

  • cyan value is 0.00%
  • magenta value is 56.44%
  • yellow value is 47.56%
  • key color value is 11.76%
CMYK:
(0,56,48,12)
C0M56Y48K12 
(0%,56%,48%,12%)
(0.00/0.56/0.48/0.12)	

CMYK percentages

%0
%56.44
%47.56
%11.76

Codes

Color #E16276 in popluar color models

E16276
RGB22598118
HSL351°67.91%63.33%
HSB/HSV351°56.44%88.24%
CMYK0.00%56.44%47.56%
11.76%

Color #E16276 in popluar number systems.

HEXE16276
Decimal22598118
Binary1110000111000101110110
Octal341142166

Shades and tints

Shades of #E16276

#E16276
(225,98,118)
#CD5A6C
(205,90,108)
#B95262
(185,82,98)
#A54A58
(165,74,88)
#91424E
(145,66,78)
#7D3A44
(125,58,68)
#69323A
(105,50,58)
#552A30
(85,42,48)
#412226
(65,34,38)
#2D1A1C
(45,26,28)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #E16276

#E16276
(225,98,118)
#E37082
(227,112,130)
#E57E8E
(229,126,142)
#E78C9A
(231,140,154)
#E99AA6
(233,154,166)
#EBA8B2
(235,168,178)
#EDB6BE
(237,182,190)
#EFC4CA
(239,196,202)
#F1D2D6
(241,210,214)
#F3E0E2
(243,224,226)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16276 color. Also use rgb(225,98,118) instead hex code.

Text Font Color

.myTextColor { color: #E16276; }

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

This text font color is #E16276.


Background Color

.myBgColor { background-color: #E16276; }

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

This div background color is #E16276.


Border color

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

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

This div border color is #E16276.


Opacity

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

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

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

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

This text has shadow with #E16276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16276 on black background.


Color preview on white background

This text has color #E16276 on white background.



Black color preview on #E16276 background

This text has black color on #E16276 background.


White color preview on #E16276 background

This text has white color on #E16276 background.