COLOR #E499A8

HEX: #E499A8
RGB: (228,153,168)

Renk bilgisi

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

RGB renk modeli

#E499A8 color RGB value is (228,153,168).

  • kırmız ton 228;
  • yeşil ton 153;
  • mavi ton 168.
RGB:
(228,153,168)
(89%,60%,66%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 153 of 255 = 60%
B 168 of 255 = 66%

228
153
168

R + G + B ~ 72%. #E499A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 153 + 168 = 549 (100%)
R 228 of 549 ~ 41.53%
G 153 of 549 ~ 27.87%
B 168 of 549 ~ 30.6%

%41.53
%27.87
%30.6

CMYK RENK MODELİ

#E499A8 rengi CMYK tonu (0,33,26,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.89%
  • sarı tonu 26.32%
  • ana renk tonu 10.59%
CMYK:
(0,33,26,11)
C0M33Y26K11 
(0%,33%,26%,11%)
(0.00/0.33/0.26/0.11)	

CMYK yüzdeleri

%0
%32.89
%26.32
%10.59

Codes

Color #E499A8 in popluar color models

E499A8
RGB228153168
HSL348°58.14%74.71%
HSB/HSV348°32.89%89.41%
CMYK0.00%32.89%26.32%
10.59%

Color #E499A8 in popluar number systems.

HEXE499A8
Decimal228153168
Binary111001001001100110101000
Octal344231250

Shades and tints

Shades of #E499A8

#E499A8
(228,153,168)
#D08C99
(208,140,153)
#BC7F8A
(188,127,138)
#A8727B
(168,114,123)
#94656C
(148,101,108)
#80585D
(128,88,93)
#6C4B4E
(108,75,78)
#583E3F
(88,62,63)
#443130
(68,49,48)
#302421
(48,36,33)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #E499A8

#E499A8
(228,153,168)
#E6A2AF
(230,162,175)
#E8ABB6
(232,171,182)
#EAB4BD
(234,180,189)
#ECBDC4
(236,189,196)
#EEC6CB
(238,198,203)
#F0CFD2
(240,207,210)
#F2D8D9
(242,216,217)
#F4E1E0
(244,225,224)
#F6EAE7
(246,234,231)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E499A8 color. Also use rgb(228,153,168) instead hex code.

Text Font Color

.myTextColor { color: #E499A8; }

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

This text font color is #E499A8.


Background Color

.myBgColor { background-color: #E499A8; }

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

This div background color is #E499A8.


Border color

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

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

This div border color is #E499A8.


Opacity

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

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

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

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

This text has shadow with #E499A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E499A8 on black background.


Color preview on white background

This text has color #E499A8 on white background.



Black color preview on #E499A8 background

This text has black color on #E499A8 background.


White color preview on #E499A8 background

This text has white color on #E499A8 background.