COLOR #E46E8B

HEX: #E46E8B
RGB: (228,110,139)

Renk bilgisi

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

RGB renk modeli

#E46E8B color RGB value is (228,110,139).

  • kırmız ton 228;
  • yeşil ton 110;
  • mavi ton 139.
RGB:
(228,110,139)
(89%,43%,55%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 110 of 255 = 43%
B 139 of 255 = 55%

228
110
139

R + G + B ~ 62%. #E46E8B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 110 + 139 = 477 (100%)
R 228 of 477 ~ 47.8%
G 110 of 477 ~ 23.06%
B 139 of 477 ~ 29.14%

%47.8
%23.06
%29.14

CMYK RENK MODELİ

#E46E8B rengi CMYK tonu (0,52,39,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.75%
  • sarı tonu 39.04%
  • ana renk tonu 10.59%
CMYK:
(0,52,39,11)
C0M52Y39K11 
(0%,52%,39%,11%)
(0.00/0.52/0.39/0.11)	

CMYK yüzdeleri

%0
%51.75
%39.04
%10.59

Codes

Color #E46E8B in popluar color models

E46E8B
RGB228110139
HSL345°68.60%66.27%
HSB/HSV345°51.75%89.41%
CMYK0.00%51.75%39.04%
10.59%

Color #E46E8B in popluar number systems.

HEXE46E8B
Decimal228110139
Binary11100100110111010001011
Octal344156213

Shades and tints

Shades of #E46E8B

#E46E8B
(228,110,139)
#D0647F
(208,100,127)
#BC5A73
(188,90,115)
#A85067
(168,80,103)
#94465B
(148,70,91)
#803C4F
(128,60,79)
#6C3243
(108,50,67)
#582837
(88,40,55)
#441E2B
(68,30,43)
#30141F
(48,20,31)
#1C0A13
(28,10,19)
#000000
(0,0,0)

Tints of #E46E8B

#E46E8B
(228,110,139)
#E67B95
(230,123,149)
#E8889F
(232,136,159)
#EA95A9
(234,149,169)
#ECA2B3
(236,162,179)
#EEAFBD
(238,175,189)
#F0BCC7
(240,188,199)
#F2C9D1
(242,201,209)
#F4D6DB
(244,214,219)
#F6E3E5
(246,227,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46E8B color. Also use rgb(228,110,139) instead hex code.

Text Font Color

.myTextColor { color: #E46E8B; }

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

This text font color is #E46E8B.


Background Color

.myBgColor { background-color: #E46E8B; }

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

This div background color is #E46E8B.


Border color

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

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

This div border color is #E46E8B.


Opacity

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

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

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

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

This text has shadow with #E46E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46E8B on black background.


Color preview on white background

This text has color #E46E8B on white background.



Black color preview on #E46E8B background

This text has black color on #E46E8B background.


White color preview on #E46E8B background

This text has white color on #E46E8B background.