COLOR #E50C7C

HEX: #E50C7C
RGB: (229,12,124)

Renk bilgisi

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

RGB renk modeli

#E50C7C color RGB value is (229,12,124).

  • kırmız ton 229;
  • yeşil ton 12;
  • mavi ton 124.
RGB:
(229,12,124)
(90%,5%,49%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 12 of 255 = 5%
B 124 of 255 = 49%

229
12
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 12 + 124 = 365 (100%)
R 229 of 365 ~ 62.74%
G 12 of 365 ~ 3.29%
B 124 of 365 ~ 33.97%

%62.74
%33.97

CMYK RENK MODELİ

#E50C7C rengi CMYK tonu (0,95,46,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.76%
  • sarı tonu 45.85%
  • ana renk tonu 10.20%
CMYK:
(0,95,46,10)
C0M95Y46K10 
(0%,95%,46%,10%)
(0.00/0.95/0.46/0.10)	

CMYK yüzdeleri

%0
%94.76
%45.85
%10.2

Codes

Color #E50C7C in popluar color models

E50C7C
RGB22912124
HSL329°90.04%47.25%
HSB/HSV329°94.76%89.80%
CMYK0.00%94.76%45.85%
10.20%

Color #E50C7C in popluar number systems.

HEXE50C7C
Decimal22912124
Binary1110010111001111100
Octal34514174

Shades and tints

Shades of #E50C7C

#E50C7C
(229,12,124)
#D10B71
(209,11,113)
#BD0A66
(189,10,102)
#A9095B
(169,9,91)
#950850
(149,8,80)
#810745
(129,7,69)
#6D063A
(109,6,58)
#59052F
(89,5,47)
#450424
(69,4,36)
#310319
(49,3,25)
#1D020E
(29,2,14)
#000000
(0,0,0)

Tints of #E50C7C

#E50C7C
(229,12,124)
#E72287
(231,34,135)
#E93892
(233,56,146)
#EB4E9D
(235,78,157)
#ED64A8
(237,100,168)
#EF7AB3
(239,122,179)
#F190BE
(241,144,190)
#F3A6C9
(243,166,201)
#F5BCD4
(245,188,212)
#F7D2DF
(247,210,223)
#F9E8EA
(249,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50C7C color. Also use rgb(229,12,124) instead hex code.

Text Font Color

.myTextColor { color: #E50C7C; }

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

This text font color is #E50C7C.


Background Color

.myBgColor { background-color: #E50C7C; }

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

This div background color is #E50C7C.


Border color

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

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

This div border color is #E50C7C.


Opacity

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

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

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

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

This text has shadow with #E50C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50C7C on black background.


Color preview on white background

This text has color #E50C7C on white background.



Black color preview on #E50C7C background

This text has black color on #E50C7C background.


White color preview on #E50C7C background

This text has white color on #E50C7C background.