COLOR #E6608D

HEX: #E6608D
RGB: (230,96,141)

Renk bilgisi

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

RGB renk modeli

#E6608D color RGB value is (230,96,141).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 96 of 255 = 38%
B 141 of 255 = 55%

230
96
141

R + G + B ~ 61%. #E6608D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 96 + 141 = 467 (100%)
R 230 of 467 ~ 49.25%
G 96 of 467 ~ 20.56%
B 141 of 467 ~ 30.19%

%49.25
%20.56
%30.19

CMYK RENK MODELİ

#E6608D rengi CMYK tonu (0,58,39,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.26%
  • sarı tonu 38.70%
  • ana renk tonu 9.80%
CMYK:
(0,58,39,10)
C0M58Y39K10 
(0%,58%,39%,10%)
(0.00/0.58/0.39/0.10)	

CMYK yüzdeleri

%0
%58.26
%38.7
%9.8

Codes

Color #E6608D in popluar color models

E6608D
RGB23096141
HSL340°72.83%63.92%
HSB/HSV340°58.26%90.20%
CMYK0.00%58.26%38.70%
9.80%

Color #E6608D in popluar number systems.

HEXE6608D
Decimal23096141
Binary11100110110000010001101
Octal346140215

Shades and tints

Shades of #E6608D

#E6608D
(230,96,141)
#D25881
(210,88,129)
#BE5075
(190,80,117)
#AA4869
(170,72,105)
#96405D
(150,64,93)
#823851
(130,56,81)
#6E3045
(110,48,69)
#5A2839
(90,40,57)
#46202D
(70,32,45)
#321821
(50,24,33)
#1E1015
(30,16,21)
#000000
(0,0,0)

Tints of #E6608D

#E6608D
(230,96,141)
#E86E97
(232,110,151)
#EA7CA1
(234,124,161)
#EC8AAB
(236,138,171)
#EE98B5
(238,152,181)
#F0A6BF
(240,166,191)
#F2B4C9
(242,180,201)
#F4C2D3
(244,194,211)
#F6D0DD
(246,208,221)
#F8DEE7
(248,222,231)
#FAECF1
(250,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6608D; }

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

This text font color is #E6608D.


Background Color

.myBgColor { background-color: #E6608D; }

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

This div background color is #E6608D.


Border color

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

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

This div border color is #E6608D.


Opacity

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

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

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

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

This text has shadow with #E6608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6608D on black background.


Color preview on white background

This text has color #E6608D on white background.



Black color preview on #E6608D background

This text has black color on #E6608D background.


White color preview on #E6608D background

This text has white color on #E6608D background.