COLOR #EC0081

HEX: #EC0081
RGB: (236,0,129)

Renk bilgisi

#EC0081 contains mainly red color. #EC0081 ‘ nin web güvenlik rengi #FF0099 (ya da #F09) dir.

RGB renk modeli

#EC0081 color RGB value is (236,0,129).

  • kırmız ton 236;
  • yeşil ton 0;
  • mavi ton 129.
RGB:
(236,0,129)
(93%,0%,51%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 0 of 255 = 0%
B 129 of 255 = 51%

236
0
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 0 + 129 = 365 (100%)
R 236 of 365 ~ 64.66%
G 0 of 365 ~ 0%
B 129 of 365 ~ 35.34%

%64.66
%35.34

CMYK RENK MODELİ

#EC0081 rengi CMYK tonu (0,100,45,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 45.34%
  • ana renk tonu 7.45%
CMYK:
(0,100,45,7)
C0M100Y45K7 
(0%,100%,45%,7%)
(0.00/1.00/0.45/0.07)	

CMYK yüzdeleri

%0
%100
%45.34
%7.45

Codes

Color #EC0081 in popluar color models

EC0081
RGB2360129
HSL327°100.00%46.27%
HSB/HSV327°100.00%92.55%
CMYK0.00%100.00%45.34%
7.45%

Color #EC0081 in popluar number systems.

HEXEC0081
Decimal2360129
Binary11101100010000001
Octal3540201

Shades and tints

Shades of #EC0081

#EC0081
(236,0,129)
#D70076
(215,0,118)
#C2006B
(194,0,107)
#AD0060
(173,0,96)
#980055
(152,0,85)
#83004A
(131,0,74)
#6E003F
(110,0,63)
#590034
(89,0,52)
#440029
(68,0,41)
#2F001E
(47,0,30)
#1A0013
(26,0,19)
#000000
(0,0,0)

Tints of #EC0081

#EC0081
(236,0,129)
#ED178C
(237,23,140)
#EE2E97
(238,46,151)
#EF45A2
(239,69,162)
#F05CAD
(240,92,173)
#F173B8
(241,115,184)
#F28AC3
(242,138,195)
#F3A1CE
(243,161,206)
#F4B8D9
(244,184,217)
#F5CFE4
(245,207,228)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0081 color. Also use rgb(236,0,129) instead hex code.

Text Font Color

.myTextColor { color: #EC0081; }

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

This text font color is #EC0081.


Background Color

.myBgColor { background-color: #EC0081; }

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

This div background color is #EC0081.


Border color

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

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

This div border color is #EC0081.


Opacity

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

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

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

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

This text has shadow with #EC0081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0081 on black background.


Color preview on white background

This text has color #EC0081 on white background.



Black color preview on #EC0081 background

This text has black color on #EC0081 background.


White color preview on #EC0081 background

This text has white color on #EC0081 background.