COLOR #EC2683

HEX: #EC2683
RGB: (236,38,131)

Color info

#EC2683 contains mainly red color. Web safe color of #EC2683 is #FF3399 (or #F39).

RGB color model

#EC2683 color RGB value is (236,38,131).

  • red value is 236;
  • green value is 38;
  • blue value is 131.
RGB:
(236,38,131)
(93%,15%,51%)

RGB channels and saturation

R 236 of 255 = 93%
G 38 of 255 = 15%
B 131 of 255 = 51%

236
38
131

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

Portions of RGB colors in percentages

R + G + B =
236 + 38 + 131 = 405 (100%)
R 236 of 405 ~ 58.27%
G 38 of 405 ~ 9.38%
B 131 of 405 ~ 32.35%

%58.27
%32.35

CMYK color model

#EC2683 color CMYK value is (0,84,44,7).

  • cyan value is 0.00%
  • magenta value is 83.90%
  • yellow value is 44.49%
  • key color value is 7.45%
CMYK:
(0,84,44,7)
C0M84Y44K7 
(0%,84%,44%,7%)
(0.00/0.84/0.44/0.07)	

CMYK percentages

%0
%83.9
%44.49
%7.45

Codes

Color #EC2683 in popluar color models

EC2683
RGB23638131
HSL332°83.90%53.73%
HSB/HSV332°83.90%92.55%
CMYK0.00%83.90%44.49%
7.45%

Color #EC2683 in popluar number systems.

HEXEC2683
Decimal23638131
Binary1110110010011010000011
Octal35446203

Shades and tints

Shades of #EC2683

#EC2683
(236,38,131)
#D72378
(215,35,120)
#C2206D
(194,32,109)
#AD1D62
(173,29,98)
#981A57
(152,26,87)
#83174C
(131,23,76)
#6E1441
(110,20,65)
#591136
(89,17,54)
#440E2B
(68,14,43)
#2F0B20
(47,11,32)
#1A0815
(26,8,21)
#000000
(0,0,0)

Tints of #EC2683

#EC2683
(236,38,131)
#ED398E
(237,57,142)
#EE4C99
(238,76,153)
#EF5FA4
(239,95,164)
#F072AF
(240,114,175)
#F185BA
(241,133,186)
#F298C5
(242,152,197)
#F3ABD0
(243,171,208)
#F4BEDB
(244,190,219)
#F5D1E6
(245,209,230)
#F6E4F1
(246,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC2683 color. Also use rgb(236,38,131) instead hex code.

Text Font Color

.myTextColor { color: #EC2683; }

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

This text font color is #EC2683.


Background Color

.myBgColor { background-color: #EC2683; }

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

This div background color is #EC2683.


Border color

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

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

This div border color is #EC2683.


Opacity

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

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

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

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

This text has shadow with #EC2683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2683 on black background.


Color preview on white background

This text has color #EC2683 on white background.



Black color preview on #EC2683 background

This text has black color on #EC2683 background.


White color preview on #EC2683 background

This text has white color on #EC2683 background.