COLOR #EB49B0

HEX: #EB49B0
RGB: (235,73,176)

Renk bilgisi

#EB49B0 contains mainly red and blue colors. #EB49B0 ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#EB49B0 color RGB value is (235,73,176).

  • kırmız ton 235;
  • yeşil ton 73;
  • mavi ton 176.
RGB:
(235,73,176)
(92%,29%,69%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 73 of 255 = 29%
B 176 of 255 = 69%

235
73
176

R + G + B ~ 63%. #EB49B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 73 + 176 = 484 (100%)
R 235 of 484 ~ 48.55%
G 73 of 484 ~ 15.08%
B 176 of 484 ~ 36.36%

%48.55
%15.08
%36.36

CMYK RENK MODELİ

#EB49B0 rengi CMYK tonu (0,69,25,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.94%
  • sarı tonu 25.11%
  • ana renk tonu 7.84%
CMYK:
(0,69,25,8)
C0M69Y25K8 
(0%,69%,25%,8%)
(0.00/0.69/0.25/0.08)	

CMYK yüzdeleri

%0
%68.94
%25.11
%7.84

Codes

Color #EB49B0 in popluar color models

EB49B0
RGB23573176
HSL322°80.20%60.39%
HSB/HSV322°68.94%92.16%
CMYK0.00%68.94%25.11%
7.84%

Color #EB49B0 in popluar number systems.

HEXEB49B0
Decimal23573176
Binary11101011100100110110000
Octal353111260

Shades and tints

Shades of #EB49B0

#EB49B0
(235,73,176)
#D643A0
(214,67,160)
#C13D90
(193,61,144)
#AC3780
(172,55,128)
#973170
(151,49,112)
#822B60
(130,43,96)
#6D2550
(109,37,80)
#581F40
(88,31,64)
#431930
(67,25,48)
#2E1320
(46,19,32)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #EB49B0

#EB49B0
(235,73,176)
#EC59B7
(236,89,183)
#ED69BE
(237,105,190)
#EE79C5
(238,121,197)
#EF89CC
(239,137,204)
#F099D3
(240,153,211)
#F1A9DA
(241,169,218)
#F2B9E1
(242,185,225)
#F3C9E8
(243,201,232)
#F4D9EF
(244,217,239)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB49B0 color. Also use rgb(235,73,176) instead hex code.

Text Font Color

.myTextColor { color: #EB49B0; }

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

This text font color is #EB49B0.


Background Color

.myBgColor { background-color: #EB49B0; }

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

This div background color is #EB49B0.


Border color

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

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

This div border color is #EB49B0.


Opacity

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

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

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

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

This text has shadow with #EB49B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB49B0 on black background.


Color preview on white background

This text has color #EB49B0 on white background.



Black color preview on #EB49B0 background

This text has black color on #EB49B0 background.


White color preview on #EB49B0 background

This text has white color on #EB49B0 background.