COLOR #EF71BE

HEX: #EF71BE
RGB: (239,113,190)

Renk bilgisi

#EF71BE contains mainly red and blue colors. #EF71BE ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#EF71BE color RGB value is (239,113,190).

  • kırmız ton 239;
  • yeşil ton 113;
  • mavi ton 190.
RGB:
(239,113,190)
(94%,44%,75%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 113 of 255 = 44%
B 190 of 255 = 75%

239
113
190

R + G + B ~ 71%. #EF71BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 113 + 190 = 542 (100%)
R 239 of 542 ~ 44.1%
G 113 of 542 ~ 20.85%
B 190 of 542 ~ 35.06%

%44.1
%20.85
%35.06

CMYK RENK MODELİ

#EF71BE rengi CMYK tonu (0,53,21,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.72%
  • sarı tonu 20.50%
  • ana renk tonu 6.27%
CMYK:
(0,53,21,6)
C0M53Y21K6 
(0%,53%,21%,6%)
(0.00/0.53/0.21/0.06)	

CMYK yüzdeleri

%0
%52.72
%20.5
%6.27

Codes

Color #EF71BE in popluar color models

EF71BE
RGB239113190
HSL323°79.75%69.02%
HSB/HSV323°52.72%93.73%
CMYK0.00%52.72%20.50%
6.27%

Color #EF71BE in popluar number systems.

HEXEF71BE
Decimal239113190
Binary11101111111000110111110
Octal357161276

Shades and tints

Shades of #EF71BE

#EF71BE
(239,113,190)
#DA67AD
(218,103,173)
#C55D9C
(197,93,156)
#B0538B
(176,83,139)
#9B497A
(155,73,122)
#863F69
(134,63,105)
#713558
(113,53,88)
#5C2B47
(92,43,71)
#472136
(71,33,54)
#321725
(50,23,37)
#1D0D14
(29,13,20)
#000000
(0,0,0)

Tints of #EF71BE

#EF71BE
(239,113,190)
#F07DC3
(240,125,195)
#F189C8
(241,137,200)
#F295CD
(242,149,205)
#F3A1D2
(243,161,210)
#F4ADD7
(244,173,215)
#F5B9DC
(245,185,220)
#F6C5E1
(246,197,225)
#F7D1E6
(247,209,230)
#F8DDEB
(248,221,235)
#F9E9F0
(249,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF71BE color. Also use rgb(239,113,190) instead hex code.

Text Font Color

.myTextColor { color: #EF71BE; }

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

This text font color is #EF71BE.


Background Color

.myBgColor { background-color: #EF71BE; }

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

This div background color is #EF71BE.


Border color

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

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

This div border color is #EF71BE.


Opacity

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

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

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

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

This text has shadow with #EF71BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF71BE on black background.


Color preview on white background

This text has color #EF71BE on white background.



Black color preview on #EF71BE background

This text has black color on #EF71BE background.


White color preview on #EF71BE background

This text has white color on #EF71BE background.