COLOR #EC7599

HEX: #EC7599
RGB: (236,117,153)

Renk bilgisi

#EC7599 contains mainly red color. #EC7599 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EC7599 color RGB value is (236,117,153).

  • kırmız ton 236;
  • yeşil ton 117;
  • mavi ton 153.
RGB:
(236,117,153)
(93%,46%,60%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 117 of 255 = 46%
B 153 of 255 = 60%

236
117
153

R + G + B ~ 66%. #EC7599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 117 + 153 = 506 (100%)
R 236 of 506 ~ 46.64%
G 117 of 506 ~ 23.12%
B 153 of 506 ~ 30.24%

%46.64
%23.12
%30.24

CMYK RENK MODELİ

#EC7599 rengi CMYK tonu (0,50,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.42%
  • sarı tonu 35.17%
  • ana renk tonu 7.45%
CMYK:
(0,50,35,7)
C0M50Y35K7 
(0%,50%,35%,7%)
(0.00/0.50/0.35/0.07)	

CMYK yüzdeleri

%0
%50.42
%35.17
%7.45

Codes

Color #EC7599 in popluar color models

EC7599
RGB236117153
HSL342°75.80%69.22%
HSB/HSV342°50.42%92.55%
CMYK0.00%50.42%35.17%
7.45%

Color #EC7599 in popluar number systems.

HEXEC7599
Decimal236117153
Binary11101100111010110011001
Octal354165231

Shades and tints

Shades of #EC7599

#EC7599
(236,117,153)
#D76B8C
(215,107,140)
#C2617F
(194,97,127)
#AD5772
(173,87,114)
#984D65
(152,77,101)
#834358
(131,67,88)
#6E394B
(110,57,75)
#592F3E
(89,47,62)
#442531
(68,37,49)
#2F1B24
(47,27,36)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #EC7599

#EC7599
(236,117,153)
#ED81A2
(237,129,162)
#EE8DAB
(238,141,171)
#EF99B4
(239,153,180)
#F0A5BD
(240,165,189)
#F1B1C6
(241,177,198)
#F2BDCF
(242,189,207)
#F3C9D8
(243,201,216)
#F4D5E1
(244,213,225)
#F5E1EA
(245,225,234)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7599 color. Also use rgb(236,117,153) instead hex code.

Text Font Color

.myTextColor { color: #EC7599; }

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

This text font color is #EC7599.


Background Color

.myBgColor { background-color: #EC7599; }

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

This div background color is #EC7599.


Border color

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

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

This div border color is #EC7599.


Opacity

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

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

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

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

This text has shadow with #EC7599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7599 on black background.


Color preview on white background

This text has color #EC7599 on white background.



Black color preview on #EC7599 background

This text has black color on #EC7599 background.


White color preview on #EC7599 background

This text has white color on #EC7599 background.