COLOR #E5628B

HEX: #E5628B
RGB: (229,98,139)

Renk bilgisi

#E5628B contains mainly red color. #E5628B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#E5628B color RGB value is (229,98,139).

  • kırmız ton 229;
  • yeşil ton 98;
  • mavi ton 139.
RGB:
(229,98,139)
(90%,38%,55%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 98 of 255 = 38%
B 139 of 255 = 55%

229
98
139

R + G + B ~ 61%. #E5628B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 98 + 139 = 466 (100%)
R 229 of 466 ~ 49.14%
G 98 of 466 ~ 21.03%
B 139 of 466 ~ 29.83%

%49.14
%21.03
%29.83

CMYK RENK MODELİ

#E5628B rengi CMYK tonu (0,57,39,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.21%
  • sarı tonu 39.30%
  • ana renk tonu 10.20%
CMYK:
(0,57,39,10)
C0M57Y39K10 
(0%,57%,39%,10%)
(0.00/0.57/0.39/0.10)	

CMYK yüzdeleri

%0
%57.21
%39.3
%10.2

Codes

Color #E5628B in popluar color models

E5628B
RGB22998139
HSL341°71.58%64.12%
HSB/HSV341°57.21%89.80%
CMYK0.00%57.21%39.30%
10.20%

Color #E5628B in popluar number systems.

HEXE5628B
Decimal22998139
Binary11100101110001010001011
Octal345142213

Shades and tints

Shades of #E5628B

#E5628B
(229,98,139)
#D15A7F
(209,90,127)
#BD5273
(189,82,115)
#A94A67
(169,74,103)
#95425B
(149,66,91)
#813A4F
(129,58,79)
#6D3243
(109,50,67)
#592A37
(89,42,55)
#45222B
(69,34,43)
#311A1F
(49,26,31)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #E5628B

#E5628B
(229,98,139)
#E77095
(231,112,149)
#E97E9F
(233,126,159)
#EB8CA9
(235,140,169)
#ED9AB3
(237,154,179)
#EFA8BD
(239,168,189)
#F1B6C7
(241,182,199)
#F3C4D1
(243,196,209)
#F5D2DB
(245,210,219)
#F7E0E5
(247,224,229)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5628B color. Also use rgb(229,98,139) instead hex code.

Text Font Color

.myTextColor { color: #E5628B; }

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

This text font color is #E5628B.


Background Color

.myBgColor { background-color: #E5628B; }

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

This div background color is #E5628B.


Border color

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

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

This div border color is #E5628B.


Opacity

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

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

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

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

This text has shadow with #E5628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5628B on black background.


Color preview on white background

This text has color #E5628B on white background.



Black color preview on #E5628B background

This text has black color on #E5628B background.


White color preview on #E5628B background

This text has white color on #E5628B background.