COLOR #E6605B

HEX: #E6605B
RGB: (230,96,91)

Renk bilgisi

#E6605B contains mainly red color. #E6605B ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E6605B color RGB value is (230,96,91).

  • kırmız ton 230;
  • yeşil ton 96;
  • mavi ton 91.
RGB:
(230,96,91)
(90%,38%,36%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 96 of 255 = 38%
B 91 of 255 = 36%

230
96
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 96 + 91 = 417 (100%)
R 230 of 417 ~ 55.16%
G 96 of 417 ~ 23.02%
B 91 of 417 ~ 21.82%

%55.16
%23.02
%21.82

CMYK RENK MODELİ

#E6605B rengi CMYK tonu (0,58,60,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.26%
  • sarı tonu 60.43%
  • ana renk tonu 9.80%
CMYK:
(0,58,60,10)
C0M58Y60K10 
(0%,58%,60%,10%)
(0.00/0.58/0.60/0.10)	

CMYK yüzdeleri

%0
%58.26
%60.43
%9.8

Codes

Color #E6605B in popluar color models

E6605B
RGB2309691
HSL73.54%62.94%
HSB/HSV60.43%90.20%
CMYK0.00%58.26%60.43%
9.80%

Color #E6605B in popluar number systems.

HEXE6605B
Decimal2309691
Binary1110011011000001011011
Octal346140133

Shades and tints

Shades of #E6605B

#E6605B
(230,96,91)
#D25853
(210,88,83)
#BE504B
(190,80,75)
#AA4843
(170,72,67)
#96403B
(150,64,59)
#823833
(130,56,51)
#6E302B
(110,48,43)
#5A2823
(90,40,35)
#46201B
(70,32,27)
#321813
(50,24,19)
#1E100B
(30,16,11)
#000000
(0,0,0)

Tints of #E6605B

#E6605B
(230,96,91)
#E86E69
(232,110,105)
#EA7C77
(234,124,119)
#EC8A85
(236,138,133)
#EE9893
(238,152,147)
#F0A6A1
(240,166,161)
#F2B4AF
(242,180,175)
#F4C2BD
(244,194,189)
#F6D0CB
(246,208,203)
#F8DED9
(248,222,217)
#FAECE7
(250,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6605B color. Also use rgb(230,96,91) instead hex code.

Text Font Color

.myTextColor { color: #E6605B; }

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

This text font color is #E6605B.


Background Color

.myBgColor { background-color: #E6605B; }

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

This div background color is #E6605B.


Border color

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

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

This div border color is #E6605B.


Opacity

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

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

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

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

This text has shadow with #E6605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6605B on black background.


Color preview on white background

This text has color #E6605B on white background.



Black color preview on #E6605B background

This text has black color on #E6605B background.


White color preview on #E6605B background

This text has white color on #E6605B background.