COLOR #E51DA5

HEX: #E51DA5
RGB: (229,29,165)

Renk bilgisi

#E51DA5 contains mainly red color. #E51DA5 ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#E51DA5 color RGB value is (229,29,165).

  • kırmız ton 229;
  • yeşil ton 29;
  • mavi ton 165.
RGB:
(229,29,165)
(90%,11%,65%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 29 of 255 = 11%
B 165 of 255 = 65%

229
29
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 29 + 165 = 423 (100%)
R 229 of 423 ~ 54.14%
G 29 of 423 ~ 6.86%
B 165 of 423 ~ 39.01%

%54.14
%39.01

CMYK RENK MODELİ

#E51DA5 rengi CMYK tonu (0,87,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.34%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(0,87,28,10)
C0M87Y28K10 
(0%,87%,28%,10%)
(0.00/0.87/0.28/0.10)	

CMYK yüzdeleri

%0
%87.34
%27.95
%10.2

Codes

Color #E51DA5 in popluar color models

E51DA5
RGB22929165
HSL319°79.37%50.59%
HSB/HSV319°87.34%89.80%
CMYK0.00%87.34%27.95%
10.20%

Color #E51DA5 in popluar number systems.

HEXE51DA5
Decimal22929165
Binary111001011110110100101
Octal34535245

Shades and tints

Shades of #E51DA5

#E51DA5
(229,29,165)
#D11B96
(209,27,150)
#BD1987
(189,25,135)
#A91778
(169,23,120)
#951569
(149,21,105)
#81135A
(129,19,90)
#6D114B
(109,17,75)
#590F3C
(89,15,60)
#450D2D
(69,13,45)
#310B1E
(49,11,30)
#1D090F
(29,9,15)
#000000
(0,0,0)

Tints of #E51DA5

#E51DA5
(229,29,165)
#E731AD
(231,49,173)
#E945B5
(233,69,181)
#EB59BD
(235,89,189)
#ED6DC5
(237,109,197)
#EF81CD
(239,129,205)
#F195D5
(241,149,213)
#F3A9DD
(243,169,221)
#F5BDE5
(245,189,229)
#F7D1ED
(247,209,237)
#F9E5F5
(249,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51DA5 color. Also use rgb(229,29,165) instead hex code.

Text Font Color

.myTextColor { color: #E51DA5; }

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

This text font color is #E51DA5.


Background Color

.myBgColor { background-color: #E51DA5; }

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

This div background color is #E51DA5.


Border color

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

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

This div border color is #E51DA5.


Opacity

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

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

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

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

This text has shadow with #E51DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51DA5 on black background.


Color preview on white background

This text has color #E51DA5 on white background.



Black color preview on #E51DA5 background

This text has black color on #E51DA5 background.


White color preview on #E51DA5 background

This text has white color on #E51DA5 background.