COLOR #EB0139

HEX: #EB0139
RGB: (235,1,57)

Renk bilgisi

#EB0139 contains mainly red color. #EB0139 ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#EB0139 color RGB value is (235,1,57).

  • kırmız ton 235;
  • yeşil ton 1;
  • mavi ton 57.
RGB:
(235,1,57)
(92%,0%,22%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 1 of 255 = 0%
B 57 of 255 = 22%

235
1
57

R + G + B ~ 38%. #EB0139 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 1 + 57 = 293 (100%)
R 235 of 293 ~ 80.2%
G 1 of 293 ~ 0.34%
B 57 of 293 ~ 19.45%

%80.2
%19.45

CMYK RENK MODELİ

#EB0139 rengi CMYK tonu (0,100,76,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.57%
  • sarı tonu 75.74%
  • ana renk tonu 7.84%
CMYK:
(0,100,76,8)
C0M100Y76K8 
(0%,100%,76%,8%)
(0.00/1.00/0.76/0.08)	

CMYK yüzdeleri

%0
%99.57
%75.74
%7.84

Codes

Color #EB0139 in popluar color models

EB0139
RGB235157
HSL346°99.15%46.27%
HSB/HSV346°99.57%92.16%
CMYK0.00%99.57%75.74%
7.84%

Color #EB0139 in popluar number systems.

HEXEB0139
Decimal235157
Binary111010111111001
Octal353171

Shades and tints

Shades of #EB0139

#EB0139
(235,1,57)
#D60134
(214,1,52)
#C1012F
(193,1,47)
#AC012A
(172,1,42)
#970125
(151,1,37)
#820120
(130,1,32)
#6D011B
(109,1,27)
#580116
(88,1,22)
#430111
(67,1,17)
#2E010C
(46,1,12)
#190107
(25,1,7)
#000000
(0,0,0)

Tints of #EB0139

#EB0139
(235,1,57)
#EC184B
(236,24,75)
#ED2F5D
(237,47,93)
#EE466F
(238,70,111)
#EF5D81
(239,93,129)
#F07493
(240,116,147)
#F18BA5
(241,139,165)
#F2A2B7
(242,162,183)
#F3B9C9
(243,185,201)
#F4D0DB
(244,208,219)
#F5E7ED
(245,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0139 color. Also use rgb(235,1,57) instead hex code.

Text Font Color

.myTextColor { color: #EB0139; }

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

This text font color is #EB0139.


Background Color

.myBgColor { background-color: #EB0139; }

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

This div background color is #EB0139.


Border color

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

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

This div border color is #EB0139.


Opacity

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

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

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

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

This text has shadow with #EB0139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0139 on black background.


Color preview on white background

This text has color #EB0139 on white background.



Black color preview on #EB0139 background

This text has black color on #EB0139 background.


White color preview on #EB0139 background

This text has white color on #EB0139 background.