COLOR #EC4FF9

HEX: #EC4FF9
RGB: (236,79,249)

Renk bilgisi

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

RGB renk modeli

#EC4FF9 color RGB value is (236,79,249).

  • kırmız ton 236;
  • yeşil ton 79;
  • mavi ton 249.
RGB:
(236,79,249)
(93%,31%,98%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 79 of 255 = 31%
B 249 of 255 = 98%

236
79
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 79 + 249 = 564 (100%)
R 236 of 564 ~ 41.84%
G 79 of 564 ~ 14.01%
B 249 of 564 ~ 44.15%

%41.84
%14.01
%44.15

CMYK RENK MODELİ

#EC4FF9 rengi CMYK tonu (5,68,0,2).

  • camgöbeği tonu 5.22%
  • eflatun tonu 68.27%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(5,68,0,2)
C5M68Y0K2 
(5%,68%,0%,2%)
(0.05/0.68/0.00/0.02)	

CMYK yüzdeleri

%5.22
%68.27
%0
%2.35

Codes

Color #EC4FF9 in popluar color models

EC4FF9
RGB23679249
HSL295°93.41%64.31%
HSB/HSV295°68.27%97.65%
CMYK5.22%68.27%0.00%
2.35%

Color #EC4FF9 in popluar number systems.

HEXEC4FF9
Decimal23679249
Binary11101100100111111111001
Octal354117371

Shades and tints

Shades of #EC4FF9

#EC4FF9
(236,79,249)
#D748E3
(215,72,227)
#C241CD
(194,65,205)
#AD3AB7
(173,58,183)
#9833A1
(152,51,161)
#832C8B
(131,44,139)
#6E2575
(110,37,117)
#591E5F
(89,30,95)
#441749
(68,23,73)
#2F1033
(47,16,51)
#1A091D
(26,9,29)
#000000
(0,0,0)

Tints of #EC4FF9

#EC4FF9
(236,79,249)
#ED5FF9
(237,95,249)
#EE6FF9
(238,111,249)
#EF7FF9
(239,127,249)
#F08FF9
(240,143,249)
#F19FF9
(241,159,249)
#F2AFF9
(242,175,249)
#F3BFF9
(243,191,249)
#F4CFF9
(244,207,249)
#F5DFF9
(245,223,249)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC4FF9 color. Also use rgb(236,79,249) instead hex code.

Text Font Color

.myTextColor { color: #EC4FF9; }

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

This text font color is #EC4FF9.


Background Color

.myBgColor { background-color: #EC4FF9; }

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

This div background color is #EC4FF9.


Border color

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

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

This div border color is #EC4FF9.


Opacity

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

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

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

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

This text has shadow with #EC4FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4FF9 on black background.


Color preview on white background

This text has color #EC4FF9 on white background.



Black color preview on #EC4FF9 background

This text has black color on #EC4FF9 background.


White color preview on #EC4FF9 background

This text has white color on #EC4FF9 background.