COLOR #E63BA6

HEX: #E63BA6
RGB: (230,59,166)

Renk bilgisi

#E63BA6 contains mainly red color. #E63BA6 ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#E63BA6 color RGB value is (230,59,166).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 59 of 255 = 23%
B 166 of 255 = 65%

230
59
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 59 + 166 = 455 (100%)
R 230 of 455 ~ 50.55%
G 59 of 455 ~ 12.97%
B 166 of 455 ~ 36.48%

%50.55
%12.97
%36.48

CMYK RENK MODELİ

#E63BA6 rengi CMYK tonu (0,74,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.35%
  • sarı tonu 27.83%
  • ana renk tonu 9.80%
CMYK:
(0,74,28,10)
C0M74Y28K10 
(0%,74%,28%,10%)
(0.00/0.74/0.28/0.10)	

CMYK yüzdeleri

%0
%74.35
%27.83
%9.8

Codes

Color #E63BA6 in popluar color models

E63BA6
RGB23059166
HSL322°77.38%56.67%
HSB/HSV322°74.35%90.20%
CMYK0.00%74.35%27.83%
9.80%

Color #E63BA6 in popluar number systems.

HEXE63BA6
Decimal23059166
Binary1110011011101110100110
Octal34673246

Shades and tints

Shades of #E63BA6

#E63BA6
(230,59,166)
#D23697
(210,54,151)
#BE3188
(190,49,136)
#AA2C79
(170,44,121)
#96276A
(150,39,106)
#82225B
(130,34,91)
#6E1D4C
(110,29,76)
#5A183D
(90,24,61)
#46132E
(70,19,46)
#320E1F
(50,14,31)
#1E0910
(30,9,16)
#000000
(0,0,0)

Tints of #E63BA6

#E63BA6
(230,59,166)
#E84CAE
(232,76,174)
#EA5DB6
(234,93,182)
#EC6EBE
(236,110,190)
#EE7FC6
(238,127,198)
#F090CE
(240,144,206)
#F2A1D6
(242,161,214)
#F4B2DE
(244,178,222)
#F6C3E6
(246,195,230)
#F8D4EE
(248,212,238)
#FAE5F6
(250,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E63BA6; }

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

This text font color is #E63BA6.


Background Color

.myBgColor { background-color: #E63BA6; }

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

This div background color is #E63BA6.


Border color

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

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

This div border color is #E63BA6.


Opacity

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

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

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

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

This text has shadow with #E63BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63BA6 on black background.


Color preview on white background

This text has color #E63BA6 on white background.



Black color preview on #E63BA6 background

This text has black color on #E63BA6 background.


White color preview on #E63BA6 background

This text has white color on #E63BA6 background.