COLOR #EF76F4

HEX: #EF76F4
RGB: (239,118,244)

Renk bilgisi

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

RGB renk modeli

#EF76F4 color RGB value is (239,118,244).

  • kırmız ton 239;
  • yeşil ton 118;
  • mavi ton 244.
RGB:
(239,118,244)
(94%,46%,96%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 118 of 255 = 46%
B 244 of 255 = 96%

239
118
244

R + G + B ~ 79%. #EF76F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 118 + 244 = 601 (100%)
R 239 of 601 ~ 39.77%
G 118 of 601 ~ 19.63%
B 244 of 601 ~ 40.6%

%39.77
%19.63
%40.6

CMYK RENK MODELİ

#EF76F4 rengi CMYK tonu (2,52,0,4).

  • camgöbeği tonu 2.05%
  • eflatun tonu 51.64%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(2,52,0,4)
C2M52Y0K4 
(2%,52%,0%,4%)
(0.02/0.52/0.00/0.04)	

CMYK yüzdeleri

%2.05
%51.64
%0
%4.31

Codes

Color #EF76F4 in popluar color models

EF76F4
RGB239118244
HSL298°85.14%70.98%
HSB/HSV298°51.64%95.69%
CMYK2.05%51.64%0.00%
4.31%

Color #EF76F4 in popluar number systems.

HEXEF76F4
Decimal239118244
Binary11101111111011011110100
Octal357166364

Shades and tints

Shades of #EF76F4

#EF76F4
(239,118,244)
#DA6CDE
(218,108,222)
#C562C8
(197,98,200)
#B058B2
(176,88,178)
#9B4E9C
(155,78,156)
#864486
(134,68,134)
#713A70
(113,58,112)
#5C305A
(92,48,90)
#472644
(71,38,68)
#321C2E
(50,28,46)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EF76F4

#EF76F4
(239,118,244)
#F082F5
(240,130,245)
#F18EF6
(241,142,246)
#F29AF7
(242,154,247)
#F3A6F8
(243,166,248)
#F4B2F9
(244,178,249)
#F5BEFA
(245,190,250)
#F6CAFB
(246,202,251)
#F7D6FC
(247,214,252)
#F8E2FD
(248,226,253)
#F9EEFE
(249,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF76F4 color. Also use rgb(239,118,244) instead hex code.

Text Font Color

.myTextColor { color: #EF76F4; }

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

This text font color is #EF76F4.


Background Color

.myBgColor { background-color: #EF76F4; }

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

This div background color is #EF76F4.


Border color

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

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

This div border color is #EF76F4.


Opacity

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

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

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

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

This text has shadow with #EF76F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF76F4 on black background.


Color preview on white background

This text has color #EF76F4 on white background.



Black color preview on #EF76F4 background

This text has black color on #EF76F4 background.


White color preview on #EF76F4 background

This text has white color on #EF76F4 background.