COLOR #EB0001

HEX: #EB0001
RGB: (235,0,1)

Renk bilgisi

#EB0001 contains mainly red color. #EB0001 ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#EB0001 color RGB value is (235,0,1).

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

RGB bağlantıları ve doygunluk

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

235
0
1

R + G + B ~ 31%. #EB0001 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 0 + 1 = 236 (100%)
R 235 of 236 ~ 99.58%
G 0 of 236 ~ 0%
B 1 of 236 ~ 0.42%

%99.58

CMYK RENK MODELİ

#EB0001 rengi CMYK tonu (0,100,100,8).

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

CMYK yüzdeleri

%0
%100
%99.57
%7.84

Codes

Color #EB0001 in popluar color models

EB0001
RGB23501
HSL360°100.00%46.08%
HSB/HSV360°100.00%92.16%
CMYK0.00%100.00%99.57%
7.84%

Color #EB0001 in popluar number systems.

HEXEB0001
Decimal23501
Binary1110101101
Octal35301

Shades and tints

Shades of #EB0001

#EB0001
(235,0,1)
#D60001
(214,0,1)
#C10001
(193,0,1)
#AC0001
(172,0,1)
#970001
(151,0,1)
#820001
(130,0,1)
#6D0001
(109,0,1)
#580001
(88,0,1)
#430001
(67,0,1)
#2E0001
(46,0,1)
#190001
(25,0,1)
#000000
(0,0,0)

Tints of #EB0001

#EB0001
(235,0,1)
#EC1718
(236,23,24)
#ED2E2F
(237,46,47)
#EE4546
(238,69,70)
#EF5C5D
(239,92,93)
#F07374
(240,115,116)
#F18A8B
(241,138,139)
#F2A1A2
(242,161,162)
#F3B8B9
(243,184,185)
#F4CFD0
(244,207,208)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB0001; }

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

This text font color is #EB0001.


Background Color

.myBgColor { background-color: #EB0001; }

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

This div background color is #EB0001.


Border color

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

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

This div border color is #EB0001.


Opacity

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

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

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

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

This text has shadow with #EB0001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0001 on black background.


Color preview on white background

This text has color #EB0001 on white background.



Black color preview on #EB0001 background

This text has black color on #EB0001 background.


White color preview on #EB0001 background

This text has white color on #EB0001 background.