COLOR #E61B68

HEX: #E61B68
RGB: (230,27,104)

Renk bilgisi

#E61B68 contains mainly red color. #E61B68 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E61B68 color RGB value is (230,27,104).

  • kırmız ton 230;
  • yeşil ton 27;
  • mavi ton 104.
RGB:
(230,27,104)
(90%,11%,41%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 27 of 255 = 11%
B 104 of 255 = 41%

230
27
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 27 + 104 = 361 (100%)
R 230 of 361 ~ 63.71%
G 27 of 361 ~ 7.48%
B 104 of 361 ~ 28.81%

%63.71
%28.81

CMYK RENK MODELİ

#E61B68 rengi CMYK tonu (0,88,55,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.26%
  • sarı tonu 54.78%
  • ana renk tonu 9.80%
CMYK:
(0,88,55,10)
C0M88Y55K10 
(0%,88%,55%,10%)
(0.00/0.88/0.55/0.10)	

CMYK yüzdeleri

%0
%88.26
%54.78
%9.8

Codes

Color #E61B68 in popluar color models

E61B68
RGB23027104
HSL337°80.24%50.39%
HSB/HSV337°88.26%90.20%
CMYK0.00%88.26%54.78%
9.80%

Color #E61B68 in popluar number systems.

HEXE61B68
Decimal23027104
Binary11100110110111101000
Octal34633150

Shades and tints

Shades of #E61B68

#E61B68
(230,27,104)
#D2195F
(210,25,95)
#BE1756
(190,23,86)
#AA154D
(170,21,77)
#961344
(150,19,68)
#82113B
(130,17,59)
#6E0F32
(110,15,50)
#5A0D29
(90,13,41)
#460B20
(70,11,32)
#320917
(50,9,23)
#1E070E
(30,7,14)
#000000
(0,0,0)

Tints of #E61B68

#E61B68
(230,27,104)
#E82F75
(232,47,117)
#EA4382
(234,67,130)
#EC578F
(236,87,143)
#EE6B9C
(238,107,156)
#F07FA9
(240,127,169)
#F293B6
(242,147,182)
#F4A7C3
(244,167,195)
#F6BBD0
(246,187,208)
#F8CFDD
(248,207,221)
#FAE3EA
(250,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61B68 color. Also use rgb(230,27,104) instead hex code.

Text Font Color

.myTextColor { color: #E61B68; }

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

This text font color is #E61B68.


Background Color

.myBgColor { background-color: #E61B68; }

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

This div background color is #E61B68.


Border color

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

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

This div border color is #E61B68.


Opacity

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

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

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

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

This text has shadow with #E61B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61B68 on black background.


Color preview on white background

This text has color #E61B68 on white background.



Black color preview on #E61B68 background

This text has black color on #E61B68 background.


White color preview on #E61B68 background

This text has white color on #E61B68 background.