COLOR #E2359C

HEX: #E2359C
RGB: (226,53,156)

Color info

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

RGB color model

#E2359C color RGB value is (226,53,156).

  • red value is 226;
  • green value is 53;
  • blue value is 156.
RGB:
(226,53,156)
(89%,21%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 53 of 255 = 21%
B 156 of 255 = 61%

226
53
156

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

Portions of RGB colors in percentages

R + G + B =
226 + 53 + 156 = 435 (100%)
R 226 of 435 ~ 51.95%
G 53 of 435 ~ 12.18%
B 156 of 435 ~ 35.86%

%51.95
%12.18
%35.86

CMYK color model

#E2359C color CMYK value is (0,77,31,11).

  • cyan value is 0.00%
  • magenta value is 76.55%
  • yellow value is 30.97%
  • key color value is 11.37%
CMYK:
(0,77,31,11)
C0M77Y31K11 
(0%,77%,31%,11%)
(0.00/0.77/0.31/0.11)	

CMYK percentages

%0
%76.55
%30.97
%11.37

Codes

Color #E2359C in popluar color models

E2359C
RGB22653156
HSL324°74.89%54.71%
HSB/HSV324°76.55%88.63%
CMYK0.00%76.55%30.97%
11.37%

Color #E2359C in popluar number systems.

HEXE2359C
Decimal22653156
Binary1110001011010110011100
Octal34265234

Shades and tints

Shades of #E2359C

#E2359C
(226,53,156)
#CE318E
(206,49,142)
#BA2D80
(186,45,128)
#A62972
(166,41,114)
#922564
(146,37,100)
#7E2156
(126,33,86)
#6A1D48
(106,29,72)
#56193A
(86,25,58)
#42152C
(66,21,44)
#2E111E
(46,17,30)
#1A0D10
(26,13,16)
#000000
(0,0,0)

Tints of #E2359C

#E2359C
(226,53,156)
#E447A5
(228,71,165)
#E659AE
(230,89,174)
#E86BB7
(232,107,183)
#EA7DC0
(234,125,192)
#EC8FC9
(236,143,201)
#EEA1D2
(238,161,210)
#F0B3DB
(240,179,219)
#F2C5E4
(242,197,228)
#F4D7ED
(244,215,237)
#F6E9F6
(246,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2359C color. Also use rgb(226,53,156) instead hex code.

Text Font Color

.myTextColor { color: #E2359C; }

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

This text font color is #E2359C.


Background Color

.myBgColor { background-color: #E2359C; }

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

This div background color is #E2359C.


Border color

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

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

This div border color is #E2359C.


Opacity

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

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

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

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

This text has shadow with #E2359C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2359C on black background.


Color preview on white background

This text has color #E2359C on white background.



Black color preview on #E2359C background

This text has black color on #E2359C background.


White color preview on #E2359C background

This text has white color on #E2359C background.