COLOR #E21D68

HEX: #E21D68
RGB: (226,29,104)

Color info

#E21D68 contains mainly red color. Web safe color of #E21D68 is #CC3366 (or #C36).

RGB color model

#E21D68 color RGB value is (226,29,104).

  • red value is 226;
  • green value is 29;
  • blue value is 104.
RGB:
(226,29,104)
(89%,11%,41%)

RGB channels and saturation

R 226 of 255 = 89%
G 29 of 255 = 11%
B 104 of 255 = 41%

226
29
104

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

Portions of RGB colors in percentages

R + G + B =
226 + 29 + 104 = 359 (100%)
R 226 of 359 ~ 62.95%
G 29 of 359 ~ 8.08%
B 104 of 359 ~ 28.97%

%62.95
%28.97

CMYK color model

#E21D68 color CMYK value is (0,87,54,11).

  • cyan value is 0.00%
  • magenta value is 87.17%
  • yellow value is 53.98%
  • key color value is 11.37%
CMYK:
(0,87,54,11)
C0M87Y54K11 
(0%,87%,54%,11%)
(0.00/0.87/0.54/0.11)	

CMYK percentages

%0
%87.17
%53.98
%11.37

Codes

Color #E21D68 in popluar color models

E21D68
RGB22629104
HSL337°77.25%50.00%
HSB/HSV337°87.17%88.63%
CMYK0.00%87.17%53.98%
11.37%

Color #E21D68 in popluar number systems.

HEXE21D68
Decimal22629104
Binary11100010111011101000
Octal34235150

Shades and tints

Shades of #E21D68

#E21D68
(226,29,104)
#CE1B5F
(206,27,95)
#BA1956
(186,25,86)
#A6174D
(166,23,77)
#921544
(146,21,68)
#7E133B
(126,19,59)
#6A1132
(106,17,50)
#560F29
(86,15,41)
#420D20
(66,13,32)
#2E0B17
(46,11,23)
#1A090E
(26,9,14)
#000000
(0,0,0)

Tints of #E21D68

#E21D68
(226,29,104)
#E43175
(228,49,117)
#E64582
(230,69,130)
#E8598F
(232,89,143)
#EA6D9C
(234,109,156)
#EC81A9
(236,129,169)
#EE95B6
(238,149,182)
#F0A9C3
(240,169,195)
#F2BDD0
(242,189,208)
#F4D1DD
(244,209,221)
#F6E5EA
(246,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21D68 color. Also use rgb(226,29,104) instead hex code.

Text Font Color

.myTextColor { color: #E21D68; }

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

This text font color is #E21D68.


Background Color

.myBgColor { background-color: #E21D68; }

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

This div background color is #E21D68.


Border color

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

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

This div border color is #E21D68.


Opacity

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

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

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

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

This text has shadow with #E21D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21D68 on black background.


Color preview on white background

This text has color #E21D68 on white background.



Black color preview on #E21D68 background

This text has black color on #E21D68 background.


White color preview on #E21D68 background

This text has white color on #E21D68 background.