COLOR #E11A63

HEX: #E11A63
RGB: (225,26,99)

Renk bilgisi

#E11A63 contains mainly red color. #E11A63 ‘ nin web güvenlik rengi #CC0066 (ya da #C06) dir.

RGB renk modeli

#E11A63 color RGB value is (225,26,99).

  • kırmız ton 225;
  • yeşil ton 26;
  • mavi ton 99.
RGB:
(225,26,99)
(88%,10%,39%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 26 of 255 = 10%
B 99 of 255 = 39%

225
26
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 26 + 99 = 350 (100%)
R 225 of 350 ~ 64.29%
G 26 of 350 ~ 7.43%
B 99 of 350 ~ 28.29%

%64.29
%28.29

CMYK RENK MODELİ

#E11A63 rengi CMYK tonu (0,88,56,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.44%
  • sarı tonu 56.00%
  • ana renk tonu 11.76%
CMYK:
(0,88,56,12)
C0M88Y56K12 
(0%,88%,56%,12%)
(0.00/0.88/0.56/0.12)	

CMYK yüzdeleri

%0
%88.44
%56
%11.76

Codes

Color #E11A63 in popluar color models

E11A63
RGB2252699
HSL338°79.28%49.22%
HSB/HSV338°88.44%88.24%
CMYK0.00%88.44%56.00%
11.76%

Color #E11A63 in popluar number systems.

HEXE11A63
Decimal2252699
Binary11100001110101100011
Octal34132143

Shades and tints

Shades of #E11A63

#E11A63
(225,26,99)
#CD185A
(205,24,90)
#B91651
(185,22,81)
#A51448
(165,20,72)
#91123F
(145,18,63)
#7D1036
(125,16,54)
#690E2D
(105,14,45)
#550C24
(85,12,36)
#410A1B
(65,10,27)
#2D0812
(45,8,18)
#190609
(25,6,9)
#000000
(0,0,0)

Tints of #E11A63

#E11A63
(225,26,99)
#E32E71
(227,46,113)
#E5427F
(229,66,127)
#E7568D
(231,86,141)
#E96A9B
(233,106,155)
#EB7EA9
(235,126,169)
#ED92B7
(237,146,183)
#EFA6C5
(239,166,197)
#F1BAD3
(241,186,211)
#F3CEE1
(243,206,225)
#F5E2EF
(245,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E11A63 color. Also use rgb(225,26,99) instead hex code.

Text Font Color

.myTextColor { color: #E11A63; }

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

This text font color is #E11A63.


Background Color

.myBgColor { background-color: #E11A63; }

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

This div background color is #E11A63.


Border color

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

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

This div border color is #E11A63.


Opacity

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

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

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

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

This text has shadow with #E11A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11A63 on black background.


Color preview on white background

This text has color #E11A63 on white background.



Black color preview on #E11A63 background

This text has black color on #E11A63 background.


White color preview on #E11A63 background

This text has white color on #E11A63 background.