COLOR #E23F95

HEX: #E23F95
RGB: (226,63,149)

Color info

#E23F95 contains mainly red color. Web safe color of #E23F95 is #CC3399 (or #C39).

RGB color model

#E23F95 color RGB value is (226,63,149).

  • red value is 226;
  • green value is 63;
  • blue value is 149.
RGB:
(226,63,149)
(89%,25%,58%)

RGB channels and saturation

R 226 of 255 = 89%
G 63 of 255 = 25%
B 149 of 255 = 58%

226
63
149

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

Portions of RGB colors in percentages

R + G + B =
226 + 63 + 149 = 438 (100%)
R 226 of 438 ~ 51.6%
G 63 of 438 ~ 14.38%
B 149 of 438 ~ 34.02%

%51.6
%14.38
%34.02

CMYK color model

#E23F95 color CMYK value is (0,72,34,11).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 34.07%
  • key color value is 11.37%
CMYK:
(0,72,34,11)
C0M72Y34K11 
(0%,72%,34%,11%)
(0.00/0.72/0.34/0.11)	

CMYK percentages

%0
%72.12
%34.07
%11.37

Codes

Color #E23F95 in popluar color models

E23F95
RGB22663149
HSL328°73.76%56.67%
HSB/HSV328°72.12%88.63%
CMYK0.00%72.12%34.07%
11.37%

Color #E23F95 in popluar number systems.

HEXE23F95
Decimal22663149
Binary1110001011111110010101
Octal34277225

Shades and tints

Shades of #E23F95

#E23F95
(226,63,149)
#CE3A88
(206,58,136)
#BA357B
(186,53,123)
#A6306E
(166,48,110)
#922B61
(146,43,97)
#7E2654
(126,38,84)
#6A2147
(106,33,71)
#561C3A
(86,28,58)
#42172D
(66,23,45)
#2E1220
(46,18,32)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #E23F95

#E23F95
(226,63,149)
#E4509E
(228,80,158)
#E661A7
(230,97,167)
#E872B0
(232,114,176)
#EA83B9
(234,131,185)
#EC94C2
(236,148,194)
#EEA5CB
(238,165,203)
#F0B6D4
(240,182,212)
#F2C7DD
(242,199,221)
#F4D8E6
(244,216,230)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E23F95 color. Also use rgb(226,63,149) instead hex code.

Text Font Color

.myTextColor { color: #E23F95; }

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

This text font color is #E23F95.


Background Color

.myBgColor { background-color: #E23F95; }

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

This div background color is #E23F95.


Border color

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

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

This div border color is #E23F95.


Opacity

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

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

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

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

This text has shadow with #E23F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E23F95 on black background.


Color preview on white background

This text has color #E23F95 on white background.



Black color preview on #E23F95 background

This text has black color on #E23F95 background.


White color preview on #E23F95 background

This text has white color on #E23F95 background.