COLOR #E15263

HEX: #E15263
RGB: (225,82,99)

Color info

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

RGB color model

#E15263 color RGB value is (225,82,99).

  • red value is 225;
  • green value is 82;
  • blue value is 99.
RGB:
(225,82,99)
(88%,32%,39%)

RGB channels and saturation

R 225 of 255 = 88%
G 82 of 255 = 32%
B 99 of 255 = 39%

225
82
99

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

Portions of RGB colors in percentages

R + G + B =
225 + 82 + 99 = 406 (100%)
R 225 of 406 ~ 55.42%
G 82 of 406 ~ 20.2%
B 99 of 406 ~ 24.38%

%55.42
%20.2
%24.38

CMYK color model

#E15263 color CMYK value is (0,64,56,12).

  • cyan value is 0.00%
  • magenta value is 63.56%
  • yellow value is 56.00%
  • key color value is 11.76%
CMYK:
(0,64,56,12)
C0M64Y56K12 
(0%,64%,56%,12%)
(0.00/0.64/0.56/0.12)	

CMYK percentages

%0
%63.56
%56
%11.76

Codes

Color #E15263 in popluar color models

E15263
RGB2258299
HSL353°70.44%60.20%
HSB/HSV353°63.56%88.24%
CMYK0.00%63.56%56.00%
11.76%

Color #E15263 in popluar number systems.

HEXE15263
Decimal2258299
Binary1110000110100101100011
Octal341122143

Shades and tints

Shades of #E15263

#E15263
(225,82,99)
#CD4B5A
(205,75,90)
#B94451
(185,68,81)
#A53D48
(165,61,72)
#91363F
(145,54,63)
#7D2F36
(125,47,54)
#69282D
(105,40,45)
#552124
(85,33,36)
#411A1B
(65,26,27)
#2D1312
(45,19,18)
#190C09
(25,12,9)
#000000
(0,0,0)

Tints of #E15263

#E15263
(225,82,99)
#E36171
(227,97,113)
#E5707F
(229,112,127)
#E77F8D
(231,127,141)
#E98E9B
(233,142,155)
#EB9DA9
(235,157,169)
#EDACB7
(237,172,183)
#EFBBC5
(239,187,197)
#F1CAD3
(241,202,211)
#F3D9E1
(243,217,225)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15263 color. Also use rgb(225,82,99) instead hex code.

Text Font Color

.myTextColor { color: #E15263; }

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

This text font color is #E15263.


Background Color

.myBgColor { background-color: #E15263; }

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

This div background color is #E15263.


Border color

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

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

This div border color is #E15263.


Opacity

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

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

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

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

This text has shadow with #E15263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15263 on black background.


Color preview on white background

This text has color #E15263 on white background.



Black color preview on #E15263 background

This text has black color on #E15263 background.


White color preview on #E15263 background

This text has white color on #E15263 background.