COLOR #EC7596

HEX: #EC7596
RGB: (236,117,150)

Renk bilgisi

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

RGB renk modeli

#EC7596 color RGB value is (236,117,150).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 117 of 255 = 46%
B 150 of 255 = 59%

236
117
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 117 + 150 = 503 (100%)
R 236 of 503 ~ 46.92%
G 117 of 503 ~ 23.26%
B 150 of 503 ~ 29.82%

%46.92
%23.26
%29.82

CMYK RENK MODELİ

#EC7596 rengi CMYK tonu (0,50,36,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.42%
  • sarı tonu 36.44%
  • ana renk tonu 7.45%
CMYK:
(0,50,36,7)
C0M50Y36K7 
(0%,50%,36%,7%)
(0.00/0.50/0.36/0.07)	

CMYK yüzdeleri

%0
%50.42
%36.44
%7.45

Codes

Color #EC7596 in popluar color models

EC7596
RGB236117150
HSL343°75.80%69.22%
HSB/HSV343°50.42%92.55%
CMYK0.00%50.42%36.44%
7.45%

Color #EC7596 in popluar number systems.

HEXEC7596
Decimal236117150
Binary11101100111010110010110
Octal354165226

Shades and tints

Shades of #EC7596

#EC7596
(236,117,150)
#D76B89
(215,107,137)
#C2617C
(194,97,124)
#AD576F
(173,87,111)
#984D62
(152,77,98)
#834355
(131,67,85)
#6E3948
(110,57,72)
#592F3B
(89,47,59)
#44252E
(68,37,46)
#2F1B21
(47,27,33)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #EC7596

#EC7596
(236,117,150)
#ED819F
(237,129,159)
#EE8DA8
(238,141,168)
#EF99B1
(239,153,177)
#F0A5BA
(240,165,186)
#F1B1C3
(241,177,195)
#F2BDCC
(242,189,204)
#F3C9D5
(243,201,213)
#F4D5DE
(244,213,222)
#F5E1E7
(245,225,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC7596; }

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

This text font color is #EC7596.


Background Color

.myBgColor { background-color: #EC7596; }

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

This div background color is #EC7596.


Border color

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

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

This div border color is #EC7596.


Opacity

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

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

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

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

This text has shadow with #EC7596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7596 on black background.


Color preview on white background

This text has color #EC7596 on white background.



Black color preview on #EC7596 background

This text has black color on #EC7596 background.


White color preview on #EC7596 background

This text has white color on #EC7596 background.