COLOR #E5829B

HEX: #E5829B
RGB: (229,130,155)

Renk bilgisi

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

RGB renk modeli

#E5829B color RGB value is (229,130,155).

  • kırmız ton 229;
  • yeşil ton 130;
  • mavi ton 155.
RGB:
(229,130,155)
(90%,51%,61%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 130 of 255 = 51%
B 155 of 255 = 61%

229
130
155

R + G + B ~ 67%. #E5829B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 130 + 155 = 514 (100%)
R 229 of 514 ~ 44.55%
G 130 of 514 ~ 25.29%
B 155 of 514 ~ 30.16%

%44.55
%25.29
%30.16

CMYK RENK MODELİ

#E5829B rengi CMYK tonu (0,43,32,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.23%
  • sarı tonu 32.31%
  • ana renk tonu 10.20%
CMYK:
(0,43,32,10)
C0M43Y32K10 
(0%,43%,32%,10%)
(0.00/0.43/0.32/0.10)	

CMYK yüzdeleri

%0
%43.23
%32.31
%10.2

Codes

Color #E5829B in popluar color models

E5829B
RGB229130155
HSL345°65.56%70.39%
HSB/HSV345°43.23%89.80%
CMYK0.00%43.23%32.31%
10.20%

Color #E5829B in popluar number systems.

HEXE5829B
Decimal229130155
Binary111001011000001010011011
Octal345202233

Shades and tints

Shades of #E5829B

#E5829B
(229,130,155)
#D1778D
(209,119,141)
#BD6C7F
(189,108,127)
#A96171
(169,97,113)
#955663
(149,86,99)
#814B55
(129,75,85)
#6D4047
(109,64,71)
#593539
(89,53,57)
#452A2B
(69,42,43)
#311F1D
(49,31,29)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #E5829B

#E5829B
(229,130,155)
#E78DA4
(231,141,164)
#E998AD
(233,152,173)
#EBA3B6
(235,163,182)
#EDAEBF
(237,174,191)
#EFB9C8
(239,185,200)
#F1C4D1
(241,196,209)
#F3CFDA
(243,207,218)
#F5DAE3
(245,218,227)
#F7E5EC
(247,229,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5829B color. Also use rgb(229,130,155) instead hex code.

Text Font Color

.myTextColor { color: #E5829B; }

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

This text font color is #E5829B.


Background Color

.myBgColor { background-color: #E5829B; }

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

This div background color is #E5829B.


Border color

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

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

This div border color is #E5829B.


Opacity

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

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

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

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

This text has shadow with #E5829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5829B on black background.


Color preview on white background

This text has color #E5829B on white background.



Black color preview on #E5829B background

This text has black color on #E5829B background.


White color preview on #E5829B background

This text has white color on #E5829B background.