COLOR #E491A5

HEX: #E491A5
RGB: (228,145,165)

Renk bilgisi

#E491A5 contains mainly red color. #E491A5 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E491A5 color RGB value is (228,145,165).

  • kırmız ton 228;
  • yeşil ton 145;
  • mavi ton 165.
RGB:
(228,145,165)
(89%,57%,65%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 145 of 255 = 57%
B 165 of 255 = 65%

228
145
165

R + G + B ~ 70%. #E491A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 145 + 165 = 538 (100%)
R 228 of 538 ~ 42.38%
G 145 of 538 ~ 26.95%
B 165 of 538 ~ 30.67%

%42.38
%26.95
%30.67

CMYK RENK MODELİ

#E491A5 rengi CMYK tonu (0,36,28,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.40%
  • sarı tonu 27.63%
  • ana renk tonu 10.59%
CMYK:
(0,36,28,11)
C0M36Y28K11 
(0%,36%,28%,11%)
(0.00/0.36/0.28/0.11)	

CMYK yüzdeleri

%0
%36.4
%27.63
%10.59

Codes

Color #E491A5 in popluar color models

E491A5
RGB228145165
HSL346°60.58%73.14%
HSB/HSV346°36.40%89.41%
CMYK0.00%36.40%27.63%
10.59%

Color #E491A5 in popluar number systems.

HEXE491A5
Decimal228145165
Binary111001001001000110100101
Octal344221245

Shades and tints

Shades of #E491A5

#E491A5
(228,145,165)
#D08496
(208,132,150)
#BC7787
(188,119,135)
#A86A78
(168,106,120)
#945D69
(148,93,105)
#80505A
(128,80,90)
#6C434B
(108,67,75)
#58363C
(88,54,60)
#44292D
(68,41,45)
#301C1E
(48,28,30)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #E491A5

#E491A5
(228,145,165)
#E69BAD
(230,155,173)
#E8A5B5
(232,165,181)
#EAAFBD
(234,175,189)
#ECB9C5
(236,185,197)
#EEC3CD
(238,195,205)
#F0CDD5
(240,205,213)
#F2D7DD
(242,215,221)
#F4E1E5
(244,225,229)
#F6EBED
(246,235,237)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E491A5 color. Also use rgb(228,145,165) instead hex code.

Text Font Color

.myTextColor { color: #E491A5; }

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

This text font color is #E491A5.


Background Color

.myBgColor { background-color: #E491A5; }

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

This div background color is #E491A5.


Border color

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

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

This div border color is #E491A5.


Opacity

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

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

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

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

This text has shadow with #E491A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E491A5 on black background.


Color preview on white background

This text has color #E491A5 on white background.



Black color preview on #E491A5 background

This text has black color on #E491A5 background.


White color preview on #E491A5 background

This text has white color on #E491A5 background.