COLOR #E20B61

HEX: #E20B61
RGB: (226,11,97)

Color info

#E20B61 contains mainly red color. Web safe color of #E20B61 is #CC0066 (or #C06).

RGB color model

#E20B61 color RGB value is (226,11,97).

  • red value is 226;
  • green value is 11;
  • blue value is 97.
RGB:
(226,11,97)
(89%,4%,38%)

RGB channels and saturation

R 226 of 255 = 89%
G 11 of 255 = 4%
B 97 of 255 = 38%

226
11
97

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

Portions of RGB colors in percentages

R + G + B =
226 + 11 + 97 = 334 (100%)
R 226 of 334 ~ 67.66%
G 11 of 334 ~ 3.29%
B 97 of 334 ~ 29.04%

%67.66
%29.04

CMYK color model

#E20B61 color CMYK value is (0,95,57,11).

  • cyan value is 0.00%
  • magenta value is 95.13%
  • yellow value is 57.08%
  • key color value is 11.37%
CMYK:
(0,95,57,11)
C0M95Y57K11 
(0%,95%,57%,11%)
(0.00/0.95/0.57/0.11)	

CMYK percentages

%0
%95.13
%57.08
%11.37

Codes

Color #E20B61 in popluar color models

E20B61
RGB2261197
HSL336°90.72%46.47%
HSB/HSV336°95.13%88.63%
CMYK0.00%95.13%57.08%
11.37%

Color #E20B61 in popluar number systems.

HEXE20B61
Decimal2261197
Binary1110001010111100001
Octal34213141

Shades and tints

Shades of #E20B61

#E20B61
(226,11,97)
#CE0A59
(206,10,89)
#BA0951
(186,9,81)
#A60849
(166,8,73)
#920741
(146,7,65)
#7E0639
(126,6,57)
#6A0531
(106,5,49)
#560429
(86,4,41)
#420321
(66,3,33)
#2E0219
(46,2,25)
#1A0111
(26,1,17)
#000000
(0,0,0)

Tints of #E20B61

#E20B61
(226,11,97)
#E4216F
(228,33,111)
#E6377D
(230,55,125)
#E84D8B
(232,77,139)
#EA6399
(234,99,153)
#EC79A7
(236,121,167)
#EE8FB5
(238,143,181)
#F0A5C3
(240,165,195)
#F2BBD1
(242,187,209)
#F4D1DF
(244,209,223)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E20B61 color. Also use rgb(226,11,97) instead hex code.

Text Font Color

.myTextColor { color: #E20B61; }

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

This text font color is #E20B61.


Background Color

.myBgColor { background-color: #E20B61; }

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

This div background color is #E20B61.


Border color

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

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

This div border color is #E20B61.


Opacity

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

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

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

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

This text has shadow with #E20B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E20B61 on black background.


Color preview on white background

This text has color #E20B61 on white background.



Black color preview on #E20B61 background

This text has black color on #E20B61 background.


White color preview on #E20B61 background

This text has white color on #E20B61 background.