COLOR #EC587A

HEX: #EC587A
RGB: (236,88,122)

Renk bilgisi

#EC587A contains mainly red color. #EC587A ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EC587A color RGB value is (236,88,122).

  • kırmız ton 236;
  • yeşil ton 88;
  • mavi ton 122.
RGB:
(236,88,122)
(93%,35%,48%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 88 of 255 = 35%
B 122 of 255 = 48%

236
88
122

R + G + B ~ 59%. #EC587A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 88 + 122 = 446 (100%)
R 236 of 446 ~ 52.91%
G 88 of 446 ~ 19.73%
B 122 of 446 ~ 27.35%

%52.91
%19.73
%27.35

CMYK RENK MODELİ

#EC587A rengi CMYK tonu (0,63,48,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.71%
  • sarı tonu 48.31%
  • ana renk tonu 7.45%
CMYK:
(0,63,48,7)
C0M63Y48K7 
(0%,63%,48%,7%)
(0.00/0.63/0.48/0.07)	

CMYK yüzdeleri

%0
%62.71
%48.31
%7.45

Codes

Color #EC587A in popluar color models

EC587A
RGB23688122
HSL346°79.57%63.53%
HSB/HSV346°62.71%92.55%
CMYK0.00%62.71%48.31%
7.45%

Color #EC587A in popluar number systems.

HEXEC587A
Decimal23688122
Binary1110110010110001111010
Octal354130172

Shades and tints

Shades of #EC587A

#EC587A
(236,88,122)
#D7506F
(215,80,111)
#C24864
(194,72,100)
#AD4059
(173,64,89)
#98384E
(152,56,78)
#833043
(131,48,67)
#6E2838
(110,40,56)
#59202D
(89,32,45)
#441822
(68,24,34)
#2F1017
(47,16,23)
#1A080C
(26,8,12)
#000000
(0,0,0)

Tints of #EC587A

#EC587A
(236,88,122)
#ED6786
(237,103,134)
#EE7692
(238,118,146)
#EF859E
(239,133,158)
#F094AA
(240,148,170)
#F1A3B6
(241,163,182)
#F2B2C2
(242,178,194)
#F3C1CE
(243,193,206)
#F4D0DA
(244,208,218)
#F5DFE6
(245,223,230)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC587A color. Also use rgb(236,88,122) instead hex code.

Text Font Color

.myTextColor { color: #EC587A; }

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

This text font color is #EC587A.


Background Color

.myBgColor { background-color: #EC587A; }

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

This div background color is #EC587A.


Border color

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

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

This div border color is #EC587A.


Opacity

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

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

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

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

This text has shadow with #EC587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC587A on black background.


Color preview on white background

This text has color #EC587A on white background.



Black color preview on #EC587A background

This text has black color on #EC587A background.


White color preview on #EC587A background

This text has white color on #EC587A background.