COLOR #EF2F5A

HEX: #EF2F5A
RGB: (239,47,90)

Renk bilgisi

#EF2F5A contains mainly red color. #EF2F5A ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#EF2F5A color RGB value is (239,47,90).

  • kırmız ton 239;
  • yeşil ton 47;
  • mavi ton 90.
RGB:
(239,47,90)
(94%,18%,35%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 47 of 255 = 18%
B 90 of 255 = 35%

239
47
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 47 + 90 = 376 (100%)
R 239 of 376 ~ 63.56%
G 47 of 376 ~ 12.5%
B 90 of 376 ~ 23.94%

%63.56
%12.5
%23.94

CMYK RENK MODELİ

#EF2F5A rengi CMYK tonu (0,80,62,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.33%
  • sarı tonu 62.34%
  • ana renk tonu 6.27%
CMYK:
(0,80,62,6)
C0M80Y62K6 
(0%,80%,62%,6%)
(0.00/0.80/0.62/0.06)	

CMYK yüzdeleri

%0
%80.33
%62.34
%6.27

Codes

Color #EF2F5A in popluar color models

EF2F5A
RGB2394790
HSL347°85.71%56.08%
HSB/HSV347°80.33%93.73%
CMYK0.00%80.33%62.34%
6.27%

Color #EF2F5A in popluar number systems.

HEXEF2F5A
Decimal2394790
Binary111011111011111011010
Octal35757132

Shades and tints

Shades of #EF2F5A

#EF2F5A
(239,47,90)
#DA2B52
(218,43,82)
#C5274A
(197,39,74)
#B02342
(176,35,66)
#9B1F3A
(155,31,58)
#861B32
(134,27,50)
#71172A
(113,23,42)
#5C1322
(92,19,34)
#470F1A
(71,15,26)
#320B12
(50,11,18)
#1D070A
(29,7,10)
#000000
(0,0,0)

Tints of #EF2F5A

#EF2F5A
(239,47,90)
#F04169
(240,65,105)
#F15378
(241,83,120)
#F26587
(242,101,135)
#F37796
(243,119,150)
#F489A5
(244,137,165)
#F59BB4
(245,155,180)
#F6ADC3
(246,173,195)
#F7BFD2
(247,191,210)
#F8D1E1
(248,209,225)
#F9E3F0
(249,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF2F5A color. Also use rgb(239,47,90) instead hex code.

Text Font Color

.myTextColor { color: #EF2F5A; }

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

This text font color is #EF2F5A.


Background Color

.myBgColor { background-color: #EF2F5A; }

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

This div background color is #EF2F5A.


Border color

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

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

This div border color is #EF2F5A.


Opacity

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

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

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

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

This text has shadow with #EF2F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF2F5A on black background.


Color preview on white background

This text has color #EF2F5A on white background.



Black color preview on #EF2F5A background

This text has black color on #EF2F5A background.


White color preview on #EF2F5A background

This text has white color on #EF2F5A background.