COLOR #E387B4

HEX: #E387B4
RGB: (227,135,180)

Renk bilgisi

#E387B4 contains mainly red and blue colors. #E387B4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E387B4 color RGB value is (227,135,180).

  • kırmız ton 227;
  • yeşil ton 135;
  • mavi ton 180.
RGB:
(227,135,180)
(89%,53%,71%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 135 of 255 = 53%
B 180 of 255 = 71%

227
135
180

R + G + B ~ 71%. #E387B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 135 + 180 = 542 (100%)
R 227 of 542 ~ 41.88%
G 135 of 542 ~ 24.91%
B 180 of 542 ~ 33.21%

%41.88
%24.91
%33.21

CMYK RENK MODELİ

#E387B4 rengi CMYK tonu (0,41,21,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.53%
  • sarı tonu 20.70%
  • ana renk tonu 10.98%
CMYK:
(0,41,21,11)
C0M41Y21K11 
(0%,41%,21%,11%)
(0.00/0.41/0.21/0.11)	

CMYK yüzdeleri

%0
%40.53
%20.7
%10.98

Codes

Color #E387B4 in popluar color models

E387B4
RGB227135180
HSL331°62.16%70.98%
HSB/HSV331°40.53%89.02%
CMYK0.00%40.53%20.70%
10.98%

Color #E387B4 in popluar number systems.

HEXE387B4
Decimal227135180
Binary111000111000011110110100
Octal343207264

Shades and tints

Shades of #E387B4

#E387B4
(227,135,180)
#CF7BA4
(207,123,164)
#BB6F94
(187,111,148)
#A76384
(167,99,132)
#935774
(147,87,116)
#7F4B64
(127,75,100)
#6B3F54
(107,63,84)
#573344
(87,51,68)
#432734
(67,39,52)
#2F1B24
(47,27,36)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #E387B4

#E387B4
(227,135,180)
#E591BA
(229,145,186)
#E79BC0
(231,155,192)
#E9A5C6
(233,165,198)
#EBAFCC
(235,175,204)
#EDB9D2
(237,185,210)
#EFC3D8
(239,195,216)
#F1CDDE
(241,205,222)
#F3D7E4
(243,215,228)
#F5E1EA
(245,225,234)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E387B4 color. Also use rgb(227,135,180) instead hex code.

Text Font Color

.myTextColor { color: #E387B4; }

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

This text font color is #E387B4.


Background Color

.myBgColor { background-color: #E387B4; }

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

This div background color is #E387B4.


Border color

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

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

This div border color is #E387B4.


Opacity

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

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

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

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

This text has shadow with #E387B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E387B4 on black background.


Color preview on white background

This text has color #E387B4 on white background.



Black color preview on #E387B4 background

This text has black color on #E387B4 background.


White color preview on #E387B4 background

This text has white color on #E387B4 background.