COLOR #E576A6

HEX: #E576A6
RGB: (229,118,166)

Renk bilgisi

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

RGB renk modeli

#E576A6 color RGB value is (229,118,166).

  • kırmız ton 229;
  • yeşil ton 118;
  • mavi ton 166.
RGB:
(229,118,166)
(90%,46%,65%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 118 of 255 = 46%
B 166 of 255 = 65%

229
118
166

R + G + B ~ 67%. #E576A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 118 + 166 = 513 (100%)
R 229 of 513 ~ 44.64%
G 118 of 513 ~ 23%
B 166 of 513 ~ 32.36%

%44.64
%23
%32.36

CMYK RENK MODELİ

#E576A6 rengi CMYK tonu (0,48,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.47%
  • sarı tonu 27.51%
  • ana renk tonu 10.20%
CMYK:
(0,48,28,10)
C0M48Y28K10 
(0%,48%,28%,10%)
(0.00/0.48/0.28/0.10)	

CMYK yüzdeleri

%0
%48.47
%27.51
%10.2

Codes

Color #E576A6 in popluar color models

E576A6
RGB229118166
HSL334°68.10%68.04%
HSB/HSV334°48.47%89.80%
CMYK0.00%48.47%27.51%
10.20%

Color #E576A6 in popluar number systems.

HEXE576A6
Decimal229118166
Binary11100101111011010100110
Octal345166246

Shades and tints

Shades of #E576A6

#E576A6
(229,118,166)
#D16C97
(209,108,151)
#BD6288
(189,98,136)
#A95879
(169,88,121)
#954E6A
(149,78,106)
#81445B
(129,68,91)
#6D3A4C
(109,58,76)
#59303D
(89,48,61)
#45262E
(69,38,46)
#311C1F
(49,28,31)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #E576A6

#E576A6
(229,118,166)
#E782AE
(231,130,174)
#E98EB6
(233,142,182)
#EB9ABE
(235,154,190)
#EDA6C6
(237,166,198)
#EFB2CE
(239,178,206)
#F1BED6
(241,190,214)
#F3CADE
(243,202,222)
#F5D6E6
(245,214,230)
#F7E2EE
(247,226,238)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E576A6 color. Also use rgb(229,118,166) instead hex code.

Text Font Color

.myTextColor { color: #E576A6; }

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

This text font color is #E576A6.


Background Color

.myBgColor { background-color: #E576A6; }

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

This div background color is #E576A6.


Border color

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

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

This div border color is #E576A6.


Opacity

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

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

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

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

This text has shadow with #E576A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E576A6 on black background.


Color preview on white background

This text has color #E576A6 on white background.



Black color preview on #E576A6 background

This text has black color on #E576A6 background.


White color preview on #E576A6 background

This text has white color on #E576A6 background.