COLOR #EC0692

HEX: #EC0692
RGB: (236,6,146)

Color info

#EC0692 contains mainly red color. Web safe color of #EC0692 is #FF0099 (or #F09).

RGB color model

#EC0692 color RGB value is (236,6,146).

  • red value is 236;
  • green value is 6;
  • blue value is 146.
RGB:
(236,6,146)
(93%,2%,57%)

RGB channels and saturation

R 236 of 255 = 93%
G 6 of 255 = 2%
B 146 of 255 = 57%

236
6
146

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

Portions of RGB colors in percentages

R + G + B =
236 + 6 + 146 = 388 (100%)
R 236 of 388 ~ 60.82%
G 6 of 388 ~ 1.55%
B 146 of 388 ~ 37.63%

%60.82
%37.63

CMYK color model

#EC0692 color CMYK value is (0,97,38,7).

  • cyan value is 0.00%
  • magenta value is 97.46%
  • yellow value is 38.14%
  • key color value is 7.45%
CMYK:
(0,97,38,7)
C0M97Y38K7 
(0%,97%,38%,7%)
(0.00/0.97/0.38/0.07)	

CMYK percentages

%0
%97.46
%38.14
%7.45

Codes

Color #EC0692 in popluar color models

EC0692
RGB2366146
HSL323°95.04%47.45%
HSB/HSV323°97.46%92.55%
CMYK0.00%97.46%38.14%
7.45%

Color #EC0692 in popluar number systems.

HEXEC0692
Decimal2366146
Binary1110110011010010010
Octal3546222

Shades and tints

Shades of #EC0692

#EC0692
(236,6,146)
#D70685
(215,6,133)
#C20678
(194,6,120)
#AD066B
(173,6,107)
#98065E
(152,6,94)
#830651
(131,6,81)
#6E0644
(110,6,68)
#590637
(89,6,55)
#44062A
(68,6,42)
#2F061D
(47,6,29)
#1A0610
(26,6,16)
#000000
(0,0,0)

Tints of #EC0692

#EC0692
(236,6,146)
#ED1C9B
(237,28,155)
#EE32A4
(238,50,164)
#EF48AD
(239,72,173)
#F05EB6
(240,94,182)
#F174BF
(241,116,191)
#F28AC8
(242,138,200)
#F3A0D1
(243,160,209)
#F4B6DA
(244,182,218)
#F5CCE3
(245,204,227)
#F6E2EC
(246,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0692 color. Also use rgb(236,6,146) instead hex code.

Text Font Color

.myTextColor { color: #EC0692; }

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

This text font color is #EC0692.


Background Color

.myBgColor { background-color: #EC0692; }

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

This div background color is #EC0692.


Border color

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

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

This div border color is #EC0692.


Opacity

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

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

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

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

This text has shadow with #EC0692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0692 on black background.


Color preview on white background

This text has color #EC0692 on white background.



Black color preview on #EC0692 background

This text has black color on #EC0692 background.


White color preview on #EC0692 background

This text has white color on #EC0692 background.