COLOR #E741A0

HEX: #E741A0
RGB: (231,65,160)

Renk bilgisi

#E741A0 contains mainly red color. #E741A0 ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#E741A0 color RGB value is (231,65,160).

  • kırmız ton 231;
  • yeşil ton 65;
  • mavi ton 160.
RGB:
(231,65,160)
(91%,25%,63%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 65 of 255 = 25%
B 160 of 255 = 63%

231
65
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 65 + 160 = 456 (100%)
R 231 of 456 ~ 50.66%
G 65 of 456 ~ 14.25%
B 160 of 456 ~ 35.09%

%50.66
%14.25
%35.09

CMYK RENK MODELİ

#E741A0 rengi CMYK tonu (0,72,31,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.86%
  • sarı tonu 30.74%
  • ana renk tonu 9.41%
CMYK:
(0,72,31,9)
C0M72Y31K9 
(0%,72%,31%,9%)
(0.00/0.72/0.31/0.09)	

CMYK yüzdeleri

%0
%71.86
%30.74
%9.41

Codes

Color #E741A0 in popluar color models

E741A0
RGB23165160
HSL326°77.57%58.04%
HSB/HSV326°71.86%90.59%
CMYK0.00%71.86%30.74%
9.41%

Color #E741A0 in popluar number systems.

HEXE741A0
Decimal23165160
Binary11100111100000110100000
Octal347101240

Shades and tints

Shades of #E741A0

#E741A0
(231,65,160)
#D23C92
(210,60,146)
#BD3784
(189,55,132)
#A83276
(168,50,118)
#932D68
(147,45,104)
#7E285A
(126,40,90)
#69234C
(105,35,76)
#541E3E
(84,30,62)
#3F1930
(63,25,48)
#2A1422
(42,20,34)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #E741A0

#E741A0
(231,65,160)
#E952A8
(233,82,168)
#EB63B0
(235,99,176)
#ED74B8
(237,116,184)
#EF85C0
(239,133,192)
#F196C8
(241,150,200)
#F3A7D0
(243,167,208)
#F5B8D8
(245,184,216)
#F7C9E0
(247,201,224)
#F9DAE8
(249,218,232)
#FBEBF0
(251,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E741A0 color. Also use rgb(231,65,160) instead hex code.

Text Font Color

.myTextColor { color: #E741A0; }

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

This text font color is #E741A0.


Background Color

.myBgColor { background-color: #E741A0; }

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

This div background color is #E741A0.


Border color

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

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

This div border color is #E741A0.


Opacity

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

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

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

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

This text has shadow with #E741A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E741A0 on black background.


Color preview on white background

This text has color #E741A0 on white background.



Black color preview on #E741A0 background

This text has black color on #E741A0 background.


White color preview on #E741A0 background

This text has white color on #E741A0 background.