COLOR #E18BA5

HEX: #E18BA5
RGB: (225,139,165)

Renk bilgisi

#E18BA5 contains mainly red color. #E18BA5 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E18BA5 color RGB value is (225,139,165).

  • kırmız ton 225;
  • yeşil ton 139;
  • mavi ton 165.
RGB:
(225,139,165)
(88%,55%,65%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 139 of 255 = 55%
B 165 of 255 = 65%

225
139
165

R + G + B ~ 69%. #E18BA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 139 + 165 = 529 (100%)
R 225 of 529 ~ 42.53%
G 139 of 529 ~ 26.28%
B 165 of 529 ~ 31.19%

%42.53
%26.28
%31.19

CMYK RENK MODELİ

#E18BA5 rengi CMYK tonu (0,38,27,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.22%
  • sarı tonu 26.67%
  • ana renk tonu 11.76%
CMYK:
(0,38,27,12)
C0M38Y27K12 
(0%,38%,27%,12%)
(0.00/0.38/0.27/0.12)	

CMYK yüzdeleri

%0
%38.22
%26.67
%11.76

Codes

Color #E18BA5 in popluar color models

E18BA5
RGB225139165
HSL342°58.90%71.37%
HSB/HSV342°38.22%88.24%
CMYK0.00%38.22%26.67%
11.76%

Color #E18BA5 in popluar number systems.

HEXE18BA5
Decimal225139165
Binary111000011000101110100101
Octal341213245

Shades and tints

Shades of #E18BA5

#E18BA5
(225,139,165)
#CD7F96
(205,127,150)
#B97387
(185,115,135)
#A56778
(165,103,120)
#915B69
(145,91,105)
#7D4F5A
(125,79,90)
#69434B
(105,67,75)
#55373C
(85,55,60)
#412B2D
(65,43,45)
#2D1F1E
(45,31,30)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #E18BA5

#E18BA5
(225,139,165)
#E395AD
(227,149,173)
#E59FB5
(229,159,181)
#E7A9BD
(231,169,189)
#E9B3C5
(233,179,197)
#EBBDCD
(235,189,205)
#EDC7D5
(237,199,213)
#EFD1DD
(239,209,221)
#F1DBE5
(241,219,229)
#F3E5ED
(243,229,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18BA5 color. Also use rgb(225,139,165) instead hex code.

Text Font Color

.myTextColor { color: #E18BA5; }

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

This text font color is #E18BA5.


Background Color

.myBgColor { background-color: #E18BA5; }

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

This div background color is #E18BA5.


Border color

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

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

This div border color is #E18BA5.


Opacity

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

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

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

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

This text has shadow with #E18BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18BA5 on black background.


Color preview on white background

This text has color #E18BA5 on white background.



Black color preview on #E18BA5 background

This text has black color on #E18BA5 background.


White color preview on #E18BA5 background

This text has white color on #E18BA5 background.