COLOR #EB5051

HEX: #EB5051
RGB: (235,80,81)

Renk bilgisi

#EB5051 contains mainly red color. #EB5051 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EB5051 color RGB value is (235,80,81).

  • kırmız ton 235;
  • yeşil ton 80;
  • mavi ton 81.
RGB:
(235,80,81)
(92%,31%,32%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 80 of 255 = 31%
B 81 of 255 = 32%

235
80
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 80 + 81 = 396 (100%)
R 235 of 396 ~ 59.34%
G 80 of 396 ~ 20.2%
B 81 of 396 ~ 20.45%

%59.34
%20.2
%20.45

CMYK RENK MODELİ

#EB5051 rengi CMYK tonu (0,66,66,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.96%
  • sarı tonu 65.53%
  • ana renk tonu 7.84%
CMYK:
(0,66,66,8)
C0M66Y66K8 
(0%,66%,66%,8%)
(0.00/0.66/0.66/0.08)	

CMYK yüzdeleri

%0
%65.96
%65.53
%7.84

Codes

Color #EB5051 in popluar color models

EB5051
RGB2358081
HSL360°79.49%61.76%
HSB/HSV360°65.96%92.16%
CMYK0.00%65.96%65.53%
7.84%

Color #EB5051 in popluar number systems.

HEXEB5051
Decimal2358081
Binary1110101110100001010001
Octal353120121

Shades and tints

Shades of #EB5051

#EB5051
(235,80,81)
#D6494A
(214,73,74)
#C14243
(193,66,67)
#AC3B3C
(172,59,60)
#973435
(151,52,53)
#822D2E
(130,45,46)
#6D2627
(109,38,39)
#581F20
(88,31,32)
#431819
(67,24,25)
#2E1112
(46,17,18)
#190A0B
(25,10,11)
#000000
(0,0,0)

Tints of #EB5051

#EB5051
(235,80,81)
#EC5F60
(236,95,96)
#ED6E6F
(237,110,111)
#EE7D7E
(238,125,126)
#EF8C8D
(239,140,141)
#F09B9C
(240,155,156)
#F1AAAB
(241,170,171)
#F2B9BA
(242,185,186)
#F3C8C9
(243,200,201)
#F4D7D8
(244,215,216)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5051 color. Also use rgb(235,80,81) instead hex code.

Text Font Color

.myTextColor { color: #EB5051; }

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

This text font color is #EB5051.


Background Color

.myBgColor { background-color: #EB5051; }

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

This div background color is #EB5051.


Border color

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

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

This div border color is #EB5051.


Opacity

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

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

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

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

This text has shadow with #EB5051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5051 on black background.


Color preview on white background

This text has color #EB5051 on white background.



Black color preview on #EB5051 background

This text has black color on #EB5051 background.


White color preview on #EB5051 background

This text has white color on #EB5051 background.