COLOR #E761F0

HEX: #E761F0
RGB: (231,97,240)

Renk bilgisi

#E761F0 contains mainly red and blue colors. #E761F0 ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#E761F0 color RGB value is (231,97,240).

  • kırmız ton 231;
  • yeşil ton 97;
  • mavi ton 240.
RGB:
(231,97,240)
(91%,38%,94%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 97 of 255 = 38%
B 240 of 255 = 94%

231
97
240

R + G + B ~ 74%. #E761F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 97 + 240 = 568 (100%)
R 231 of 568 ~ 40.67%
G 97 of 568 ~ 17.08%
B 240 of 568 ~ 42.25%

%40.67
%17.08
%42.25

CMYK RENK MODELİ

#E761F0 rengi CMYK tonu (4,60,0,6).

  • camgöbeği tonu 3.75%
  • eflatun tonu 59.58%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(4,60,0,6)
C4M60Y0K6 
(4%,60%,0%,6%)
(0.04/0.60/0.00/0.06)	

CMYK yüzdeleri

%3.75
%59.58
%0
%5.88

Codes

Color #E761F0 in popluar color models

E761F0
RGB23197240
HSL296°82.66%66.08%
HSB/HSV296°59.58%94.12%
CMYK3.75%59.58%0.00%
5.88%

Color #E761F0 in popluar number systems.

HEXE761F0
Decimal23197240
Binary11100111110000111110000
Octal347141360

Shades and tints

Shades of #E761F0

#E761F0
(231,97,240)
#D259DB
(210,89,219)
#BD51C6
(189,81,198)
#A849B1
(168,73,177)
#93419C
(147,65,156)
#7E3987
(126,57,135)
#693172
(105,49,114)
#54295D
(84,41,93)
#3F2148
(63,33,72)
#2A1933
(42,25,51)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #E761F0

#E761F0
(231,97,240)
#E96FF1
(233,111,241)
#EB7DF2
(235,125,242)
#ED8BF3
(237,139,243)
#EF99F4
(239,153,244)
#F1A7F5
(241,167,245)
#F3B5F6
(243,181,246)
#F5C3F7
(245,195,247)
#F7D1F8
(247,209,248)
#F9DFF9
(249,223,249)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E761F0 color. Also use rgb(231,97,240) instead hex code.

Text Font Color

.myTextColor { color: #E761F0; }

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

This text font color is #E761F0.


Background Color

.myBgColor { background-color: #E761F0; }

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

This div background color is #E761F0.


Border color

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

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

This div border color is #E761F0.


Opacity

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

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

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

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

This text has shadow with #E761F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E761F0 on black background.


Color preview on white background

This text has color #E761F0 on white background.



Black color preview on #E761F0 background

This text has black color on #E761F0 background.


White color preview on #E761F0 background

This text has white color on #E761F0 background.