COLOR #E23C54

HEX: #E23C54
RGB: (226,60,84)

Color info

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

RGB color model

#E23C54 color RGB value is (226,60,84).

  • red value is 226;
  • green value is 60;
  • blue value is 84.
RGB:
(226,60,84)
(89%,24%,33%)

RGB channels and saturation

R 226 of 255 = 89%
G 60 of 255 = 24%
B 84 of 255 = 33%

226
60
84

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

Portions of RGB colors in percentages

R + G + B =
226 + 60 + 84 = 370 (100%)
R 226 of 370 ~ 61.08%
G 60 of 370 ~ 16.22%
B 84 of 370 ~ 22.7%

%61.08
%16.22
%22.7

CMYK color model

#E23C54 color CMYK value is (0,73,63,11).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 62.83%
  • key color value is 11.37%
CMYK:
(0,73,63,11)
C0M73Y63K11 
(0%,73%,63%,11%)
(0.00/0.73/0.63/0.11)	

CMYK percentages

%0
%73.45
%62.83
%11.37

Codes

Color #E23C54 in popluar color models

E23C54
RGB2266084
HSL351°74.11%56.08%
HSB/HSV351°73.45%88.63%
CMYK0.00%73.45%62.83%
11.37%

Color #E23C54 in popluar number systems.

HEXE23C54
Decimal2266084
Binary111000101111001010100
Octal34274124

Shades and tints

Shades of #E23C54

#E23C54
(226,60,84)
#CE374D
(206,55,77)
#BA3246
(186,50,70)
#A62D3F
(166,45,63)
#922838
(146,40,56)
#7E2331
(126,35,49)
#6A1E2A
(106,30,42)
#561923
(86,25,35)
#42141C
(66,20,28)
#2E0F15
(46,15,21)
#1A0A0E
(26,10,14)
#000000
(0,0,0)

Tints of #E23C54

#E23C54
(226,60,84)
#E44D63
(228,77,99)
#E65E72
(230,94,114)
#E86F81
(232,111,129)
#EA8090
(234,128,144)
#EC919F
(236,145,159)
#EEA2AE
(238,162,174)
#F0B3BD
(240,179,189)
#F2C4CC
(242,196,204)
#F4D5DB
(244,213,219)
#F6E6EA
(246,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E23C54 color. Also use rgb(226,60,84) instead hex code.

Text Font Color

.myTextColor { color: #E23C54; }

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

This text font color is #E23C54.


Background Color

.myBgColor { background-color: #E23C54; }

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

This div background color is #E23C54.


Border color

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

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

This div border color is #E23C54.


Opacity

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

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

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

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

This text has shadow with #E23C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E23C54 on black background.


Color preview on white background

This text has color #E23C54 on white background.



Black color preview on #E23C54 background

This text has black color on #E23C54 background.


White color preview on #E23C54 background

This text has white color on #E23C54 background.