COLOR #E6609B

HEX: #E6609B
RGB: (230,96,155)

Renk bilgisi

#E6609B contains mainly red color. #E6609B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#E6609B color RGB value is (230,96,155).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 96 of 255 = 38%
B 155 of 255 = 61%

230
96
155

R + G + B ~ 63%. #E6609B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 96 + 155 = 481 (100%)
R 230 of 481 ~ 47.82%
G 96 of 481 ~ 19.96%
B 155 of 481 ~ 32.22%

%47.82
%19.96
%32.22

CMYK RENK MODELİ

#E6609B rengi CMYK tonu (0,58,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.26%
  • sarı tonu 32.61%
  • ana renk tonu 9.80%
CMYK:
(0,58,33,10)
C0M58Y33K10 
(0%,58%,33%,10%)
(0.00/0.58/0.33/0.10)	

CMYK yüzdeleri

%0
%58.26
%32.61
%9.8

Codes

Color #E6609B in popluar color models

E6609B
RGB23096155
HSL334°72.83%63.92%
HSB/HSV334°58.26%90.20%
CMYK0.00%58.26%32.61%
9.80%

Color #E6609B in popluar number systems.

HEXE6609B
Decimal23096155
Binary11100110110000010011011
Octal346140233

Shades and tints

Shades of #E6609B

#E6609B
(230,96,155)
#D2588D
(210,88,141)
#BE507F
(190,80,127)
#AA4871
(170,72,113)
#964063
(150,64,99)
#823855
(130,56,85)
#6E3047
(110,48,71)
#5A2839
(90,40,57)
#46202B
(70,32,43)
#32181D
(50,24,29)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #E6609B

#E6609B
(230,96,155)
#E86EA4
(232,110,164)
#EA7CAD
(234,124,173)
#EC8AB6
(236,138,182)
#EE98BF
(238,152,191)
#F0A6C8
(240,166,200)
#F2B4D1
(242,180,209)
#F4C2DA
(244,194,218)
#F6D0E3
(246,208,227)
#F8DEEC
(248,222,236)
#FAECF5
(250,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6609B; }

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

This text font color is #E6609B.


Background Color

.myBgColor { background-color: #E6609B; }

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

This div background color is #E6609B.


Border color

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

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

This div border color is #E6609B.


Opacity

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

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

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

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

This text has shadow with #E6609B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6609B on black background.


Color preview on white background

This text has color #E6609B on white background.



Black color preview on #E6609B background

This text has black color on #E6609B background.


White color preview on #E6609B background

This text has white color on #E6609B background.