COLOR #E51C63

HEX: #E51C63
RGB: (229,28,99)

Renk bilgisi

#E51C63 contains mainly red color. #E51C63 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E51C63 color RGB value is (229,28,99).

  • kırmız ton 229;
  • yeşil ton 28;
  • mavi ton 99.
RGB:
(229,28,99)
(90%,11%,39%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 28 of 255 = 11%
B 99 of 255 = 39%

229
28
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 28 + 99 = 356 (100%)
R 229 of 356 ~ 64.33%
G 28 of 356 ~ 7.87%
B 99 of 356 ~ 27.81%

%64.33
%27.81

CMYK RENK MODELİ

#E51C63 rengi CMYK tonu (0,88,57,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.77%
  • sarı tonu 56.77%
  • ana renk tonu 10.20%
CMYK:
(0,88,57,10)
C0M88Y57K10 
(0%,88%,57%,10%)
(0.00/0.88/0.57/0.10)	

CMYK yüzdeleri

%0
%87.77
%56.77
%10.2

Codes

Color #E51C63 in popluar color models

E51C63
RGB2292899
HSL339°79.45%50.39%
HSB/HSV339°87.77%89.80%
CMYK0.00%87.77%56.77%
10.20%

Color #E51C63 in popluar number systems.

HEXE51C63
Decimal2292899
Binary11100101111001100011
Octal34534143

Shades and tints

Shades of #E51C63

#E51C63
(229,28,99)
#D11A5A
(209,26,90)
#BD1851
(189,24,81)
#A91648
(169,22,72)
#95143F
(149,20,63)
#811236
(129,18,54)
#6D102D
(109,16,45)
#590E24
(89,14,36)
#450C1B
(69,12,27)
#310A12
(49,10,18)
#1D0809
(29,8,9)
#000000
(0,0,0)

Tints of #E51C63

#E51C63
(229,28,99)
#E73071
(231,48,113)
#E9447F
(233,68,127)
#EB588D
(235,88,141)
#ED6C9B
(237,108,155)
#EF80A9
(239,128,169)
#F194B7
(241,148,183)
#F3A8C5
(243,168,197)
#F5BCD3
(245,188,211)
#F7D0E1
(247,208,225)
#F9E4EF
(249,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51C63 color. Also use rgb(229,28,99) instead hex code.

Text Font Color

.myTextColor { color: #E51C63; }

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

This text font color is #E51C63.


Background Color

.myBgColor { background-color: #E51C63; }

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

This div background color is #E51C63.


Border color

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

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

This div border color is #E51C63.


Opacity

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

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

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

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

This text has shadow with #E51C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51C63 on black background.


Color preview on white background

This text has color #E51C63 on white background.



Black color preview on #E51C63 background

This text has black color on #E51C63 background.


White color preview on #E51C63 background

This text has white color on #E51C63 background.