COLOR #E679A4

HEX: #E679A4
RGB: (230,121,164)

Renk bilgisi

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

RGB renk modeli

#E679A4 color RGB value is (230,121,164).

  • kırmız ton 230;
  • yeşil ton 121;
  • mavi ton 164.
RGB:
(230,121,164)
(90%,47%,64%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 121 of 255 = 47%
B 164 of 255 = 64%

230
121
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 121 + 164 = 515 (100%)
R 230 of 515 ~ 44.66%
G 121 of 515 ~ 23.5%
B 164 of 515 ~ 31.84%

%44.66
%23.5
%31.84

CMYK RENK MODELİ

#E679A4 rengi CMYK tonu (0,47,29,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.39%
  • sarı tonu 28.70%
  • ana renk tonu 9.80%
CMYK:
(0,47,29,10)
C0M47Y29K10 
(0%,47%,29%,10%)
(0.00/0.47/0.29/0.10)	

CMYK yüzdeleri

%0
%47.39
%28.7
%9.8

Codes

Color #E679A4 in popluar color models

E679A4
RGB230121164
HSL336°68.55%68.82%
HSB/HSV336°47.39%90.20%
CMYK0.00%47.39%28.70%
9.80%

Color #E679A4 in popluar number systems.

HEXE679A4
Decimal230121164
Binary11100110111100110100100
Octal346171244

Shades and tints

Shades of #E679A4

#E679A4
(230,121,164)
#D26E96
(210,110,150)
#BE6388
(190,99,136)
#AA587A
(170,88,122)
#964D6C
(150,77,108)
#82425E
(130,66,94)
#6E3750
(110,55,80)
#5A2C42
(90,44,66)
#462134
(70,33,52)
#321626
(50,22,38)
#1E0B18
(30,11,24)
#000000
(0,0,0)

Tints of #E679A4

#E679A4
(230,121,164)
#E885AC
(232,133,172)
#EA91B4
(234,145,180)
#EC9DBC
(236,157,188)
#EEA9C4
(238,169,196)
#F0B5CC
(240,181,204)
#F2C1D4
(242,193,212)
#F4CDDC
(244,205,220)
#F6D9E4
(246,217,228)
#F8E5EC
(248,229,236)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E679A4 color. Also use rgb(230,121,164) instead hex code.

Text Font Color

.myTextColor { color: #E679A4; }

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

This text font color is #E679A4.


Background Color

.myBgColor { background-color: #E679A4; }

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

This div background color is #E679A4.


Border color

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

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

This div border color is #E679A4.


Opacity

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

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

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

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

This text has shadow with #E679A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E679A4 on black background.


Color preview on white background

This text has color #E679A4 on white background.



Black color preview on #E679A4 background

This text has black color on #E679A4 background.


White color preview on #E679A4 background

This text has white color on #E679A4 background.