COLOR #E63E55

HEX: #E63E55
RGB: (230,62,85)

Renk bilgisi

#E63E55 contains mainly red color. #E63E55 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E63E55 color RGB value is (230,62,85).

  • kırmız ton 230;
  • yeşil ton 62;
  • mavi ton 85.
RGB:
(230,62,85)
(90%,24%,33%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 62 of 255 = 24%
B 85 of 255 = 33%

230
62
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 62 + 85 = 377 (100%)
R 230 of 377 ~ 61.01%
G 62 of 377 ~ 16.45%
B 85 of 377 ~ 22.55%

%61.01
%16.45
%22.55

CMYK RENK MODELİ

#E63E55 rengi CMYK tonu (0,73,63,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.04%
  • sarı tonu 63.04%
  • ana renk tonu 9.80%
CMYK:
(0,73,63,10)
C0M73Y63K10 
(0%,73%,63%,10%)
(0.00/0.73/0.63/0.10)	

CMYK yüzdeleri

%0
%73.04
%63.04
%9.8

Codes

Color #E63E55 in popluar color models

E63E55
RGB2306285
HSL352°77.06%57.25%
HSB/HSV352°73.04%90.20%
CMYK0.00%73.04%63.04%
9.80%

Color #E63E55 in popluar number systems.

HEXE63E55
Decimal2306285
Binary111001101111101010101
Octal34676125

Shades and tints

Shades of #E63E55

#E63E55
(230,62,85)
#D2394E
(210,57,78)
#BE3447
(190,52,71)
#AA2F40
(170,47,64)
#962A39
(150,42,57)
#822532
(130,37,50)
#6E202B
(110,32,43)
#5A1B24
(90,27,36)
#46161D
(70,22,29)
#321116
(50,17,22)
#1E0C0F
(30,12,15)
#000000
(0,0,0)

Tints of #E63E55

#E63E55
(230,62,85)
#E84F64
(232,79,100)
#EA6073
(234,96,115)
#EC7182
(236,113,130)
#EE8291
(238,130,145)
#F093A0
(240,147,160)
#F2A4AF
(242,164,175)
#F4B5BE
(244,181,190)
#F6C6CD
(246,198,205)
#F8D7DC
(248,215,220)
#FAE8EB
(250,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E63E55 color. Also use rgb(230,62,85) instead hex code.

Text Font Color

.myTextColor { color: #E63E55; }

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

This text font color is #E63E55.


Background Color

.myBgColor { background-color: #E63E55; }

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

This div background color is #E63E55.


Border color

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

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

This div border color is #E63E55.


Opacity

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

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

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

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

This text has shadow with #E63E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63E55 on black background.


Color preview on white background

This text has color #E63E55 on white background.



Black color preview on #E63E55 background

This text has black color on #E63E55 background.


White color preview on #E63E55 background

This text has white color on #E63E55 background.