COLOR #E26F99

HEX: #E26F99
RGB: (226,111,153)

Color info

#E26F99 contains mainly red color. Web safe color of #E26F99 is #CC6699 (or #C69).

RGB color model

#E26F99 color RGB value is (226,111,153).

  • red value is 226;
  • green value is 111;
  • blue value is 153.
RGB:
(226,111,153)
(89%,44%,60%)

RGB channels and saturation

R 226 of 255 = 89%
G 111 of 255 = 44%
B 153 of 255 = 60%

226
111
153

R + G + B ~ 64%. #E26F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 111 + 153 = 490 (100%)
R 226 of 490 ~ 46.12%
G 111 of 490 ~ 22.65%
B 153 of 490 ~ 31.22%

%46.12
%22.65
%31.22

CMYK color model

#E26F99 color CMYK value is (0,51,32,11).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 32.30%
  • key color value is 11.37%
CMYK:
(0,51,32,11)
C0M51Y32K11 
(0%,51%,32%,11%)
(0.00/0.51/0.32/0.11)	

CMYK percentages

%0
%50.88
%32.3
%11.37

Codes

Color #E26F99 in popluar color models

E26F99
RGB226111153
HSL338°66.47%66.08%
HSB/HSV338°50.88%88.63%
CMYK0.00%50.88%32.30%
11.37%

Color #E26F99 in popluar number systems.

HEXE26F99
Decimal226111153
Binary11100010110111110011001
Octal342157231

Shades and tints

Shades of #E26F99

#E26F99
(226,111,153)
#CE658C
(206,101,140)
#BA5B7F
(186,91,127)
#A65172
(166,81,114)
#924765
(146,71,101)
#7E3D58
(126,61,88)
#6A334B
(106,51,75)
#56293E
(86,41,62)
#421F31
(66,31,49)
#2E1524
(46,21,36)
#1A0B17
(26,11,23)
#000000
(0,0,0)

Tints of #E26F99

#E26F99
(226,111,153)
#E47CA2
(228,124,162)
#E689AB
(230,137,171)
#E896B4
(232,150,180)
#EAA3BD
(234,163,189)
#ECB0C6
(236,176,198)
#EEBDCF
(238,189,207)
#F0CAD8
(240,202,216)
#F2D7E1
(242,215,225)
#F4E4EA
(244,228,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E26F99 color. Also use rgb(226,111,153) instead hex code.

Text Font Color

.myTextColor { color: #E26F99; }

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

This text font color is #E26F99.


Background Color

.myBgColor { background-color: #E26F99; }

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

This div background color is #E26F99.


Border color

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

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

This div border color is #E26F99.


Opacity

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

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

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

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

This text has shadow with #E26F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E26F99 on black background.


Color preview on white background

This text has color #E26F99 on white background.



Black color preview on #E26F99 background

This text has black color on #E26F99 background.


White color preview on #E26F99 background

This text has white color on #E26F99 background.