COLOR #E26253

HEX: #E26253
RGB: (226,98,83)

Color info

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

RGB color model

#E26253 color RGB value is (226,98,83).

  • red value is 226;
  • green value is 98;
  • blue value is 83.
RGB:
(226,98,83)
(89%,38%,33%)

RGB channels and saturation

R 226 of 255 = 89%
G 98 of 255 = 38%
B 83 of 255 = 33%

226
98
83

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

Portions of RGB colors in percentages

R + G + B =
226 + 98 + 83 = 407 (100%)
R 226 of 407 ~ 55.53%
G 98 of 407 ~ 24.08%
B 83 of 407 ~ 20.39%

%55.53
%24.08
%20.39

CMYK color model

#E26253 color CMYK value is (0,57,63,11).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 63.27%
  • key color value is 11.37%
CMYK:
(0,57,63,11)
C0M57Y63K11 
(0%,57%,63%,11%)
(0.00/0.57/0.63/0.11)	

CMYK percentages

%0
%56.64
%63.27
%11.37

Codes

Color #E26253 in popluar color models

E26253
RGB2269883
HSL71.14%60.59%
HSB/HSV63.27%88.63%
CMYK0.00%56.64%63.27%
11.37%

Color #E26253 in popluar number systems.

HEXE26253
Decimal2269883
Binary1110001011000101010011
Octal342142123

Shades and tints

Shades of #E26253

#E26253
(226,98,83)
#CE5A4C
(206,90,76)
#BA5245
(186,82,69)
#A64A3E
(166,74,62)
#924237
(146,66,55)
#7E3A30
(126,58,48)
#6A3229
(106,50,41)
#562A22
(86,42,34)
#42221B
(66,34,27)
#2E1A14
(46,26,20)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #E26253

#E26253
(226,98,83)
#E47062
(228,112,98)
#E67E71
(230,126,113)
#E88C80
(232,140,128)
#EA9A8F
(234,154,143)
#ECA89E
(236,168,158)
#EEB6AD
(238,182,173)
#F0C4BC
(240,196,188)
#F2D2CB
(242,210,203)
#F4E0DA
(244,224,218)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E26253 color. Also use rgb(226,98,83) instead hex code.

Text Font Color

.myTextColor { color: #E26253; }

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

This text font color is #E26253.


Background Color

.myBgColor { background-color: #E26253; }

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

This div background color is #E26253.


Border color

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

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

This div border color is #E26253.


Opacity

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

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

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

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

This text has shadow with #E26253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E26253 on black background.


Color preview on white background

This text has color #E26253 on white background.



Black color preview on #E26253 background

This text has black color on #E26253 background.


White color preview on #E26253 background

This text has white color on #E26253 background.