COLOR #EC77E6

HEX: #EC77E6
RGB: (236,119,230)

Renk bilgisi

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

RGB renk modeli

#EC77E6 color RGB value is (236,119,230).

  • kırmız ton 236;
  • yeşil ton 119;
  • mavi ton 230.
RGB:
(236,119,230)
(93%,47%,90%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 119 of 255 = 47%
B 230 of 255 = 90%

236
119
230

R + G + B ~ 77%. #EC77E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 119 + 230 = 585 (100%)
R 236 of 585 ~ 40.34%
G 119 of 585 ~ 20.34%
B 230 of 585 ~ 39.32%

%40.34
%20.34
%39.32

CMYK RENK MODELİ

#EC77E6 rengi CMYK tonu (0,50,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.58%
  • sarı tonu 2.54%
  • ana renk tonu 7.45%
CMYK:
(0,50,3,7)
C0M50Y3K7 
(0%,50%,3%,7%)
(0.00/0.50/0.03/0.07)	

CMYK yüzdeleri

%0
%49.58
%2.54
%7.45

Codes

Color #EC77E6 in popluar color models

EC77E6
RGB236119230
HSL303°75.48%69.61%
HSB/HSV303°49.58%92.55%
CMYK0.00%49.58%2.54%
7.45%

Color #EC77E6 in popluar number systems.

HEXEC77E6
Decimal236119230
Binary11101100111011111100110
Octal354167346

Shades and tints

Shades of #EC77E6

#EC77E6
(236,119,230)
#D76DD2
(215,109,210)
#C263BE
(194,99,190)
#AD59AA
(173,89,170)
#984F96
(152,79,150)
#834582
(131,69,130)
#6E3B6E
(110,59,110)
#59315A
(89,49,90)
#442746
(68,39,70)
#2F1D32
(47,29,50)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #EC77E6

#EC77E6
(236,119,230)
#ED83E8
(237,131,232)
#EE8FEA
(238,143,234)
#EF9BEC
(239,155,236)
#F0A7EE
(240,167,238)
#F1B3F0
(241,179,240)
#F2BFF2
(242,191,242)
#F3CBF4
(243,203,244)
#F4D7F6
(244,215,246)
#F5E3F8
(245,227,248)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC77E6 color. Also use rgb(236,119,230) instead hex code.

Text Font Color

.myTextColor { color: #EC77E6; }

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

This text font color is #EC77E6.


Background Color

.myBgColor { background-color: #EC77E6; }

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

This div background color is #EC77E6.


Border color

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

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

This div border color is #EC77E6.


Opacity

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

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

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

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

This text has shadow with #EC77E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC77E6 on black background.


Color preview on white background

This text has color #EC77E6 on white background.



Black color preview on #EC77E6 background

This text has black color on #EC77E6 background.


White color preview on #EC77E6 background

This text has white color on #EC77E6 background.