COLOR #EF0587

HEX: #EF0587
RGB: (239,5,135)

Renk bilgisi

#EF0587 contains mainly red color. #EF0587 ‘ nin web güvenlik rengi #FF0099 (ya da #F09) dir.

RGB renk modeli

#EF0587 color RGB value is (239,5,135).

  • kırmız ton 239;
  • yeşil ton 5;
  • mavi ton 135.
RGB:
(239,5,135)
(94%,2%,53%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 5 of 255 = 2%
B 135 of 255 = 53%

239
5
135

R + G + B ~ 50%. #EF0587 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 5 + 135 = 379 (100%)
R 239 of 379 ~ 63.06%
G 5 of 379 ~ 1.32%
B 135 of 379 ~ 35.62%

%63.06
%35.62

CMYK RENK MODELİ

#EF0587 rengi CMYK tonu (0,98,44,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.91%
  • sarı tonu 43.51%
  • ana renk tonu 6.27%
CMYK:
(0,98,44,6)
C0M98Y44K6 
(0%,98%,44%,6%)
(0.00/0.98/0.44/0.06)	

CMYK yüzdeleri

%0
%97.91
%43.51
%6.27

Codes

Color #EF0587 in popluar color models

EF0587
RGB2395135
HSL327°95.90%47.84%
HSB/HSV327°97.91%93.73%
CMYK0.00%97.91%43.51%
6.27%

Color #EF0587 in popluar number systems.

HEXEF0587
Decimal2395135
Binary1110111110110000111
Octal3575207

Shades and tints

Shades of #EF0587

#EF0587
(239,5,135)
#DA057B
(218,5,123)
#C5056F
(197,5,111)
#B00563
(176,5,99)
#9B0557
(155,5,87)
#86054B
(134,5,75)
#71053F
(113,5,63)
#5C0533
(92,5,51)
#470527
(71,5,39)
#32051B
(50,5,27)
#1D050F
(29,5,15)
#000000
(0,0,0)

Tints of #EF0587

#EF0587
(239,5,135)
#F01B91
(240,27,145)
#F1319B
(241,49,155)
#F247A5
(242,71,165)
#F35DAF
(243,93,175)
#F473B9
(244,115,185)
#F589C3
(245,137,195)
#F69FCD
(246,159,205)
#F7B5D7
(247,181,215)
#F8CBE1
(248,203,225)
#F9E1EB
(249,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF0587 color. Also use rgb(239,5,135) instead hex code.

Text Font Color

.myTextColor { color: #EF0587; }

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

This text font color is #EF0587.


Background Color

.myBgColor { background-color: #EF0587; }

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

This div background color is #EF0587.


Border color

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

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

This div border color is #EF0587.


Opacity

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

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

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

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

This text has shadow with #EF0587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0587 on black background.


Color preview on white background

This text has color #EF0587 on white background.



Black color preview on #EF0587 background

This text has black color on #EF0587 background.


White color preview on #EF0587 background

This text has white color on #EF0587 background.