COLOR #E5509F

HEX: #E5509F
RGB: (229,80,159)

Renk bilgisi

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

RGB renk modeli

#E5509F color RGB value is (229,80,159).

  • kırmız ton 229;
  • yeşil ton 80;
  • mavi ton 159.
RGB:
(229,80,159)
(90%,31%,62%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 80 of 255 = 31%
B 159 of 255 = 62%

229
80
159

R + G + B ~ 61%. #E5509F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 80 + 159 = 468 (100%)
R 229 of 468 ~ 48.93%
G 80 of 468 ~ 17.09%
B 159 of 468 ~ 33.97%

%48.93
%17.09
%33.97

CMYK RENK MODELİ

#E5509F rengi CMYK tonu (0,65,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.07%
  • sarı tonu 30.57%
  • ana renk tonu 10.20%
CMYK:
(0,65,31,10)
C0M65Y31K10 
(0%,65%,31%,10%)
(0.00/0.65/0.31/0.10)	

CMYK yüzdeleri

%0
%65.07
%30.57
%10.2

Codes

Color #E5509F in popluar color models

E5509F
RGB22980159
HSL328°74.13%60.59%
HSB/HSV328°65.07%89.80%
CMYK0.00%65.07%30.57%
10.20%

Color #E5509F in popluar number systems.

HEXE5509F
Decimal22980159
Binary11100101101000010011111
Octal345120237

Shades and tints

Shades of #E5509F

#E5509F
(229,80,159)
#D14991
(209,73,145)
#BD4283
(189,66,131)
#A93B75
(169,59,117)
#953467
(149,52,103)
#812D59
(129,45,89)
#6D264B
(109,38,75)
#591F3D
(89,31,61)
#45182F
(69,24,47)
#311121
(49,17,33)
#1D0A13
(29,10,19)
#000000
(0,0,0)

Tints of #E5509F

#E5509F
(229,80,159)
#E75FA7
(231,95,167)
#E96EAF
(233,110,175)
#EB7DB7
(235,125,183)
#ED8CBF
(237,140,191)
#EF9BC7
(239,155,199)
#F1AACF
(241,170,207)
#F3B9D7
(243,185,215)
#F5C8DF
(245,200,223)
#F7D7E7
(247,215,231)
#F9E6EF
(249,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5509F color. Also use rgb(229,80,159) instead hex code.

Text Font Color

.myTextColor { color: #E5509F; }

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

This text font color is #E5509F.


Background Color

.myBgColor { background-color: #E5509F; }

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

This div background color is #E5509F.


Border color

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

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

This div border color is #E5509F.


Opacity

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

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

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

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

This text has shadow with #E5509F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5509F on black background.


Color preview on white background

This text has color #E5509F on white background.



Black color preview on #E5509F background

This text has black color on #E5509F background.


White color preview on #E5509F background

This text has white color on #E5509F background.