COLOR #E63B4B

HEX: #E63B4B
RGB: (230,59,75)

Renk bilgisi

#E63B4B contains mainly red color. #E63B4B ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#E63B4B color RGB value is (230,59,75).

  • kırmız ton 230;
  • yeşil ton 59;
  • mavi ton 75.
RGB:
(230,59,75)
(90%,23%,29%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 59 of 255 = 23%
B 75 of 255 = 29%

230
59
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 59 + 75 = 364 (100%)
R 230 of 364 ~ 63.19%
G 59 of 364 ~ 16.21%
B 75 of 364 ~ 20.6%

%63.19
%16.21
%20.6

CMYK RENK MODELİ

#E63B4B rengi CMYK tonu (0,74,67,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.35%
  • sarı tonu 67.39%
  • ana renk tonu 9.80%
CMYK:
(0,74,67,10)
C0M74Y67K10 
(0%,74%,67%,10%)
(0.00/0.74/0.67/0.10)	

CMYK yüzdeleri

%0
%74.35
%67.39
%9.8

Codes

Color #E63B4B in popluar color models

E63B4B
RGB2305975
HSL354°77.38%56.67%
HSB/HSV354°74.35%90.20%
CMYK0.00%74.35%67.39%
9.80%

Color #E63B4B in popluar number systems.

HEXE63B4B
Decimal2305975
Binary111001101110111001011
Octal34673113

Shades and tints

Shades of #E63B4B

#E63B4B
(230,59,75)
#D23645
(210,54,69)
#BE313F
(190,49,63)
#AA2C39
(170,44,57)
#962733
(150,39,51)
#82222D
(130,34,45)
#6E1D27
(110,29,39)
#5A1821
(90,24,33)
#46131B
(70,19,27)
#320E15
(50,14,21)
#1E090F
(30,9,15)
#000000
(0,0,0)

Tints of #E63B4B

#E63B4B
(230,59,75)
#E84C5B
(232,76,91)
#EA5D6B
(234,93,107)
#EC6E7B
(236,110,123)
#EE7F8B
(238,127,139)
#F0909B
(240,144,155)
#F2A1AB
(242,161,171)
#F4B2BB
(244,178,187)
#F6C3CB
(246,195,203)
#F8D4DB
(248,212,219)
#FAE5EB
(250,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E63B4B color. Also use rgb(230,59,75) instead hex code.

Text Font Color

.myTextColor { color: #E63B4B; }

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

This text font color is #E63B4B.


Background Color

.myBgColor { background-color: #E63B4B; }

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

This div background color is #E63B4B.


Border color

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

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

This div border color is #E63B4B.


Opacity

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

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

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

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

This text has shadow with #E63B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63B4B on black background.


Color preview on white background

This text has color #E63B4B on white background.



Black color preview on #E63B4B background

This text has black color on #E63B4B background.


White color preview on #E63B4B background

This text has white color on #E63B4B background.