COLOR #E5959D

HEX: #E5959D
RGB: (229,149,157)

Renk bilgisi

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

RGB renk modeli

#E5959D color RGB value is (229,149,157).

  • kırmız ton 229;
  • yeşil ton 149;
  • mavi ton 157.
RGB:
(229,149,157)
(90%,58%,62%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 149 of 255 = 58%
B 157 of 255 = 62%

229
149
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 149 + 157 = 535 (100%)
R 229 of 535 ~ 42.8%
G 149 of 535 ~ 27.85%
B 157 of 535 ~ 29.35%

%42.8
%27.85
%29.35

CMYK RENK MODELİ

#E5959D rengi CMYK tonu (0,35,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.93%
  • sarı tonu 31.44%
  • ana renk tonu 10.20%
CMYK:
(0,35,31,10)
C0M35Y31K10 
(0%,35%,31%,10%)
(0.00/0.35/0.31/0.10)	

CMYK yüzdeleri

%0
%34.93
%31.44
%10.2

Codes

Color #E5959D in popluar color models

E5959D
RGB229149157
HSL354°60.61%74.12%
HSB/HSV354°34.93%89.80%
CMYK0.00%34.93%31.44%
10.20%

Color #E5959D in popluar number systems.

HEXE5959D
Decimal229149157
Binary111001011001010110011101
Octal345225235

Shades and tints

Shades of #E5959D

#E5959D
(229,149,157)
#D1888F
(209,136,143)
#BD7B81
(189,123,129)
#A96E73
(169,110,115)
#956165
(149,97,101)
#815457
(129,84,87)
#6D4749
(109,71,73)
#593A3B
(89,58,59)
#452D2D
(69,45,45)
#31201F
(49,32,31)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #E5959D

#E5959D
(229,149,157)
#E79EA5
(231,158,165)
#E9A7AD
(233,167,173)
#EBB0B5
(235,176,181)
#EDB9BD
(237,185,189)
#EFC2C5
(239,194,197)
#F1CBCD
(241,203,205)
#F3D4D5
(243,212,213)
#F5DDDD
(245,221,221)
#F7E6E5
(247,230,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5959D color. Also use rgb(229,149,157) instead hex code.

Text Font Color

.myTextColor { color: #E5959D; }

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

This text font color is #E5959D.


Background Color

.myBgColor { background-color: #E5959D; }

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

This div background color is #E5959D.


Border color

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

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

This div border color is #E5959D.


Opacity

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

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

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

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

This text has shadow with #E5959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5959D on black background.


Color preview on white background

This text has color #E5959D on white background.



Black color preview on #E5959D background

This text has black color on #E5959D background.


White color preview on #E5959D background

This text has white color on #E5959D background.