COLOR #E23E5E

HEX: #E23E5E
RGB: (226,62,94)

Color info

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

RGB color model

#E23E5E color RGB value is (226,62,94).

  • red value is 226;
  • green value is 62;
  • blue value is 94.
RGB:
(226,62,94)
(89%,24%,37%)

RGB channels and saturation

R 226 of 255 = 89%
G 62 of 255 = 24%
B 94 of 255 = 37%

226
62
94

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

Portions of RGB colors in percentages

R + G + B =
226 + 62 + 94 = 382 (100%)
R 226 of 382 ~ 59.16%
G 62 of 382 ~ 16.23%
B 94 of 382 ~ 24.61%

%59.16
%16.23
%24.61

CMYK color model

#E23E5E color CMYK value is (0,73,58,11).

  • cyan value is 0.00%
  • magenta value is 72.57%
  • yellow value is 58.41%
  • key color value is 11.37%
CMYK:
(0,73,58,11)
C0M73Y58K11 
(0%,73%,58%,11%)
(0.00/0.73/0.58/0.11)	

CMYK percentages

%0
%72.57
%58.41
%11.37

Codes

Color #E23E5E in popluar color models

E23E5E
RGB2266294
HSL348°73.87%56.47%
HSB/HSV348°72.57%88.63%
CMYK0.00%72.57%58.41%
11.37%

Color #E23E5E in popluar number systems.

HEXE23E5E
Decimal2266294
Binary111000101111101011110
Octal34276136

Shades and tints

Shades of #E23E5E

#E23E5E
(226,62,94)
#CE3956
(206,57,86)
#BA344E
(186,52,78)
#A62F46
(166,47,70)
#922A3E
(146,42,62)
#7E2536
(126,37,54)
#6A202E
(106,32,46)
#561B26
(86,27,38)
#42161E
(66,22,30)
#2E1116
(46,17,22)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #E23E5E

#E23E5E
(226,62,94)
#E44F6C
(228,79,108)
#E6607A
(230,96,122)
#E87188
(232,113,136)
#EA8296
(234,130,150)
#EC93A4
(236,147,164)
#EEA4B2
(238,164,178)
#F0B5C0
(240,181,192)
#F2C6CE
(242,198,206)
#F4D7DC
(244,215,220)
#F6E8EA
(246,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E23E5E color. Also use rgb(226,62,94) instead hex code.

Text Font Color

.myTextColor { color: #E23E5E; }

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

This text font color is #E23E5E.


Background Color

.myBgColor { background-color: #E23E5E; }

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

This div background color is #E23E5E.


Border color

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

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

This div border color is #E23E5E.


Opacity

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

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

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

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

This text has shadow with #E23E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E23E5E on black background.


Color preview on white background

This text has color #E23E5E on white background.



Black color preview on #E23E5E background

This text has black color on #E23E5E background.


White color preview on #E23E5E background

This text has white color on #E23E5E background.