COLOR #EF6FCC

HEX: #EF6FCC
RGB: (239,111,204)

Renk bilgisi

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

RGB renk modeli

#EF6FCC color RGB value is (239,111,204).

  • kırmız ton 239;
  • yeşil ton 111;
  • mavi ton 204.
RGB:
(239,111,204)
(94%,44%,80%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 111 of 255 = 44%
B 204 of 255 = 80%

239
111
204

R + G + B ~ 73%. #EF6FCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 111 + 204 = 554 (100%)
R 239 of 554 ~ 43.14%
G 111 of 554 ~ 20.04%
B 204 of 554 ~ 36.82%

%43.14
%20.04
%36.82

CMYK RENK MODELİ

#EF6FCC rengi CMYK tonu (0,54,15,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.56%
  • sarı tonu 14.64%
  • ana renk tonu 6.27%
CMYK:
(0,54,15,6)
C0M54Y15K6 
(0%,54%,15%,6%)
(0.00/0.54/0.15/0.06)	

CMYK yüzdeleri

%0
%53.56
%14.64
%6.27

Codes

Color #EF6FCC in popluar color models

EF6FCC
RGB239111204
HSL316°80.00%68.63%
HSB/HSV316°53.56%93.73%
CMYK0.00%53.56%14.64%
6.27%

Color #EF6FCC in popluar number systems.

HEXEF6FCC
Decimal239111204
Binary11101111110111111001100
Octal357157314

Shades and tints

Shades of #EF6FCC

#EF6FCC
(239,111,204)
#DA65BA
(218,101,186)
#C55BA8
(197,91,168)
#B05196
(176,81,150)
#9B4784
(155,71,132)
#863D72
(134,61,114)
#713360
(113,51,96)
#5C294E
(92,41,78)
#471F3C
(71,31,60)
#32152A
(50,21,42)
#1D0B18
(29,11,24)
#000000
(0,0,0)

Tints of #EF6FCC

#EF6FCC
(239,111,204)
#F07CD0
(240,124,208)
#F189D4
(241,137,212)
#F296D8
(242,150,216)
#F3A3DC
(243,163,220)
#F4B0E0
(244,176,224)
#F5BDE4
(245,189,228)
#F6CAE8
(246,202,232)
#F7D7EC
(247,215,236)
#F8E4F0
(248,228,240)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6FCC color. Also use rgb(239,111,204) instead hex code.

Text Font Color

.myTextColor { color: #EF6FCC; }

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

This text font color is #EF6FCC.


Background Color

.myBgColor { background-color: #EF6FCC; }

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

This div background color is #EF6FCC.


Border color

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

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

This div border color is #EF6FCC.


Opacity

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

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

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

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

This text has shadow with #EF6FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6FCC on black background.


Color preview on white background

This text has color #EF6FCC on white background.



Black color preview on #EF6FCC background

This text has black color on #EF6FCC background.


White color preview on #EF6FCC background

This text has white color on #EF6FCC background.