COLOR #E474B6

HEX: #E474B6
RGB: (228,116,182)

Renk bilgisi

#E474B6 contains mainly red and blue colors. #E474B6 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#E474B6 color RGB value is (228,116,182).

  • kırmız ton 228;
  • yeşil ton 116;
  • mavi ton 182.
RGB:
(228,116,182)
(89%,45%,71%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 116 of 255 = 45%
B 182 of 255 = 71%

228
116
182

R + G + B ~ 68%. #E474B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 116 + 182 = 526 (100%)
R 228 of 526 ~ 43.35%
G 116 of 526 ~ 22.05%
B 182 of 526 ~ 34.6%

%43.35
%22.05
%34.6

CMYK RENK MODELİ

#E474B6 rengi CMYK tonu (0,49,20,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.12%
  • sarı tonu 20.18%
  • ana renk tonu 10.59%
CMYK:
(0,49,20,11)
C0M49Y20K11 
(0%,49%,20%,11%)
(0.00/0.49/0.20/0.11)	

CMYK yüzdeleri

%0
%49.12
%20.18
%10.59

Codes

Color #E474B6 in popluar color models

E474B6
RGB228116182
HSL325°67.47%67.45%
HSB/HSV325°49.12%89.41%
CMYK0.00%49.12%20.18%
10.59%

Color #E474B6 in popluar number systems.

HEXE474B6
Decimal228116182
Binary11100100111010010110110
Octal344164266

Shades and tints

Shades of #E474B6

#E474B6
(228,116,182)
#D06AA6
(208,106,166)
#BC6096
(188,96,150)
#A85686
(168,86,134)
#944C76
(148,76,118)
#804266
(128,66,102)
#6C3856
(108,56,86)
#582E46
(88,46,70)
#442436
(68,36,54)
#301A26
(48,26,38)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #E474B6

#E474B6
(228,116,182)
#E680BC
(230,128,188)
#E88CC2
(232,140,194)
#EA98C8
(234,152,200)
#ECA4CE
(236,164,206)
#EEB0D4
(238,176,212)
#F0BCDA
(240,188,218)
#F2C8E0
(242,200,224)
#F4D4E6
(244,212,230)
#F6E0EC
(246,224,236)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E474B6 color. Also use rgb(228,116,182) instead hex code.

Text Font Color

.myTextColor { color: #E474B6; }

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

This text font color is #E474B6.


Background Color

.myBgColor { background-color: #E474B6; }

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

This div background color is #E474B6.


Border color

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

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

This div border color is #E474B6.


Opacity

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

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

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

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

This text has shadow with #E474B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E474B6 on black background.


Color preview on white background

This text has color #E474B6 on white background.



Black color preview on #E474B6 background

This text has black color on #E474B6 background.


White color preview on #E474B6 background

This text has white color on #E474B6 background.