COLOR #EB5B8D

HEX: #EB5B8D
RGB: (235,91,141)

Renk bilgisi

#EB5B8D contains mainly red color. #EB5B8D ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EB5B8D color RGB value is (235,91,141).

  • kırmız ton 235;
  • yeşil ton 91;
  • mavi ton 141.
RGB:
(235,91,141)
(92%,36%,55%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 91 of 255 = 36%
B 141 of 255 = 55%

235
91
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 91 + 141 = 467 (100%)
R 235 of 467 ~ 50.32%
G 91 of 467 ~ 19.49%
B 141 of 467 ~ 30.19%

%50.32
%19.49
%30.19

CMYK RENK MODELİ

#EB5B8D rengi CMYK tonu (0,61,40,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.28%
  • sarı tonu 40.00%
  • ana renk tonu 7.84%
CMYK:
(0,61,40,8)
C0M61Y40K8 
(0%,61%,40%,8%)
(0.00/0.61/0.40/0.08)	

CMYK yüzdeleri

%0
%61.28
%40
%7.84

Codes

Color #EB5B8D in popluar color models

EB5B8D
RGB23591141
HSL339°78.26%63.92%
HSB/HSV339°61.28%92.16%
CMYK0.00%61.28%40.00%
7.84%

Color #EB5B8D in popluar number systems.

HEXEB5B8D
Decimal23591141
Binary11101011101101110001101
Octal353133215

Shades and tints

Shades of #EB5B8D

#EB5B8D
(235,91,141)
#D65381
(214,83,129)
#C14B75
(193,75,117)
#AC4369
(172,67,105)
#973B5D
(151,59,93)
#823351
(130,51,81)
#6D2B45
(109,43,69)
#582339
(88,35,57)
#431B2D
(67,27,45)
#2E1321
(46,19,33)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #EB5B8D

#EB5B8D
(235,91,141)
#EC6997
(236,105,151)
#ED77A1
(237,119,161)
#EE85AB
(238,133,171)
#EF93B5
(239,147,181)
#F0A1BF
(240,161,191)
#F1AFC9
(241,175,201)
#F2BDD3
(242,189,211)
#F3CBDD
(243,203,221)
#F4D9E7
(244,217,231)
#F5E7F1
(245,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5B8D color. Also use rgb(235,91,141) instead hex code.

Text Font Color

.myTextColor { color: #EB5B8D; }

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

This text font color is #EB5B8D.


Background Color

.myBgColor { background-color: #EB5B8D; }

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

This div background color is #EB5B8D.


Border color

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

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

This div border color is #EB5B8D.


Opacity

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

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

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

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

This text has shadow with #EB5B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5B8D on black background.


Color preview on white background

This text has color #EB5B8D on white background.



Black color preview on #EB5B8D background

This text has black color on #EB5B8D background.


White color preview on #EB5B8D background

This text has white color on #EB5B8D background.