COLOR #EF7575

HEX: #EF7575
RGB: (239,117,117)

Renk bilgisi

#EF7575 contains mainly red color. #EF7575 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EF7575 color RGB value is (239,117,117).

  • kırmız ton 239;
  • yeşil ton 117;
  • mavi ton 117.
RGB:
(239,117,117)
(94%,46%,46%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 117 of 255 = 46%
B 117 of 255 = 46%

239
117
117

R + G + B ~ 62%. #EF7575 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 117 + 117 = 473 (100%)
R 239 of 473 ~ 50.53%
G 117 of 473 ~ 24.74%
B 117 of 473 ~ 24.74%

%50.53
%24.74
%24.74

CMYK RENK MODELİ

#EF7575 rengi CMYK tonu (0,51,51,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.05%
  • sarı tonu 51.05%
  • ana renk tonu 6.27%
CMYK:
(0,51,51,6)
C0M51Y51K6 
(0%,51%,51%,6%)
(0.00/0.51/0.51/0.06)	

CMYK yüzdeleri

%0
%51.05
%51.05
%6.27

Codes

Color #EF7575 in popluar color models

EF7575
RGB239117117
HSL79.22%69.80%
HSB/HSV51.05%93.73%
CMYK0.00%51.05%51.05%
6.27%

Color #EF7575 in popluar number systems.

HEXEF7575
Decimal239117117
Binary1110111111101011110101
Octal357165165

Shades and tints

Shades of #EF7575

#EF7575
(239,117,117)
#DA6B6B
(218,107,107)
#C56161
(197,97,97)
#B05757
(176,87,87)
#9B4D4D
(155,77,77)
#864343
(134,67,67)
#713939
(113,57,57)
#5C2F2F
(92,47,47)
#472525
(71,37,37)
#321B1B
(50,27,27)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #EF7575

#EF7575
(239,117,117)
#F08181
(240,129,129)
#F18D8D
(241,141,141)
#F29999
(242,153,153)
#F3A5A5
(243,165,165)
#F4B1B1
(244,177,177)
#F5BDBD
(245,189,189)
#F6C9C9
(246,201,201)
#F7D5D5
(247,213,213)
#F8E1E1
(248,225,225)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF7575; }

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

This text font color is #EF7575.


Background Color

.myBgColor { background-color: #EF7575; }

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

This div background color is #EF7575.


Border color

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

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

This div border color is #EF7575.


Opacity

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

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

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

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

This text has shadow with #EF7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7575 on black background.


Color preview on white background

This text has color #EF7575 on white background.



Black color preview on #EF7575 background

This text has black color on #EF7575 background.


White color preview on #EF7575 background

This text has white color on #EF7575 background.