COLOR #EC2996

HEX: #EC2996
RGB: (236,41,150)

Renk bilgisi

#EC2996 contains mainly red color. #EC2996 ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#EC2996 color RGB value is (236,41,150).

  • kırmız ton 236;
  • yeşil ton 41;
  • mavi ton 150.
RGB:
(236,41,150)
(93%,16%,59%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 41 of 255 = 16%
B 150 of 255 = 59%

236
41
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 41 + 150 = 427 (100%)
R 236 of 427 ~ 55.27%
G 41 of 427 ~ 9.6%
B 150 of 427 ~ 35.13%

%55.27
%9.6
%35.13

CMYK RENK MODELİ

#EC2996 rengi CMYK tonu (0,83,36,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.63%
  • sarı tonu 36.44%
  • ana renk tonu 7.45%
CMYK:
(0,83,36,7)
C0M83Y36K7 
(0%,83%,36%,7%)
(0.00/0.83/0.36/0.07)	

CMYK yüzdeleri

%0
%82.63
%36.44
%7.45

Codes

Color #EC2996 in popluar color models

EC2996
RGB23641150
HSL326°83.69%54.31%
HSB/HSV326°82.63%92.55%
CMYK0.00%82.63%36.44%
7.45%

Color #EC2996 in popluar number systems.

HEXEC2996
Decimal23641150
Binary1110110010100110010110
Octal35451226

Shades and tints

Shades of #EC2996

#EC2996
(236,41,150)
#D72689
(215,38,137)
#C2237C
(194,35,124)
#AD206F
(173,32,111)
#981D62
(152,29,98)
#831A55
(131,26,85)
#6E1748
(110,23,72)
#59143B
(89,20,59)
#44112E
(68,17,46)
#2F0E21
(47,14,33)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #EC2996

#EC2996
(236,41,150)
#ED3C9F
(237,60,159)
#EE4FA8
(238,79,168)
#EF62B1
(239,98,177)
#F075BA
(240,117,186)
#F188C3
(241,136,195)
#F29BCC
(242,155,204)
#F3AED5
(243,174,213)
#F4C1DE
(244,193,222)
#F5D4E7
(245,212,231)
#F6E7F0
(246,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC2996 color. Also use rgb(236,41,150) instead hex code.

Text Font Color

.myTextColor { color: #EC2996; }

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

This text font color is #EC2996.


Background Color

.myBgColor { background-color: #EC2996; }

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

This div background color is #EC2996.


Border color

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

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

This div border color is #EC2996.


Opacity

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

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

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

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

This text has shadow with #EC2996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2996 on black background.


Color preview on white background

This text has color #EC2996 on white background.



Black color preview on #EC2996 background

This text has black color on #EC2996 background.


White color preview on #EC2996 background

This text has white color on #EC2996 background.