COLOR #E497B8

HEX: #E497B8
RGB: (228,151,184)

Renk bilgisi

#E497B8 contains mainly red and blue colors. #E497B8 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E497B8 color RGB value is (228,151,184).

  • kırmız ton 228;
  • yeşil ton 151;
  • mavi ton 184.
RGB:
(228,151,184)
(89%,59%,72%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 151 of 255 = 59%
B 184 of 255 = 72%

228
151
184

R + G + B ~ 73%. #E497B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 151 + 184 = 563 (100%)
R 228 of 563 ~ 40.5%
G 151 of 563 ~ 26.82%
B 184 of 563 ~ 32.68%

%40.5
%26.82
%32.68

CMYK RENK MODELİ

#E497B8 rengi CMYK tonu (0,34,19,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 19.30%
  • ana renk tonu 10.59%
CMYK:
(0,34,19,11)
C0M34Y19K11 
(0%,34%,19%,11%)
(0.00/0.34/0.19/0.11)	

CMYK yüzdeleri

%0
%33.77
%19.3
%10.59

Codes

Color #E497B8 in popluar color models

E497B8
RGB228151184
HSL334°58.78%74.31%
HSB/HSV334°33.77%89.41%
CMYK0.00%33.77%19.30%
10.59%

Color #E497B8 in popluar number systems.

HEXE497B8
Decimal228151184
Binary111001001001011110111000
Octal344227270

Shades and tints

Shades of #E497B8

#E497B8
(228,151,184)
#D08AA8
(208,138,168)
#BC7D98
(188,125,152)
#A87088
(168,112,136)
#946378
(148,99,120)
#805668
(128,86,104)
#6C4958
(108,73,88)
#583C48
(88,60,72)
#442F38
(68,47,56)
#302228
(48,34,40)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E497B8

#E497B8
(228,151,184)
#E6A0BE
(230,160,190)
#E8A9C4
(232,169,196)
#EAB2CA
(234,178,202)
#ECBBD0
(236,187,208)
#EEC4D6
(238,196,214)
#F0CDDC
(240,205,220)
#F2D6E2
(242,214,226)
#F4DFE8
(244,223,232)
#F6E8EE
(246,232,238)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E497B8 color. Also use rgb(228,151,184) instead hex code.

Text Font Color

.myTextColor { color: #E497B8; }

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

This text font color is #E497B8.


Background Color

.myBgColor { background-color: #E497B8; }

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

This div background color is #E497B8.


Border color

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

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

This div border color is #E497B8.


Opacity

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

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

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

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

This text has shadow with #E497B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E497B8 on black background.


Color preview on white background

This text has color #E497B8 on white background.



Black color preview on #E497B8 background

This text has black color on #E497B8 background.


White color preview on #E497B8 background

This text has white color on #E497B8 background.