COLOR #EE5D75

HEX: #EE5D75
RGB: (238,93,117)

Renk bilgisi

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

RGB renk modeli

#EE5D75 color RGB value is (238,93,117).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 93 of 255 = 36%
B 117 of 255 = 46%

238
93
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 93 + 117 = 448 (100%)
R 238 of 448 ~ 53.13%
G 93 of 448 ~ 20.76%
B 117 of 448 ~ 26.12%

%53.13
%20.76
%26.12

CMYK RENK MODELİ

#EE5D75 rengi CMYK tonu (0,61,51,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.92%
  • sarı tonu 50.84%
  • ana renk tonu 6.67%
CMYK:
(0,61,51,7)
C0M61Y51K7 
(0%,61%,51%,7%)
(0.00/0.61/0.51/0.07)	

CMYK yüzdeleri

%0
%60.92
%50.84
%6.67

Codes

Color #EE5D75 in popluar color models

EE5D75
RGB23893117
HSL350°81.01%64.90%
HSB/HSV350°60.92%93.33%
CMYK0.00%60.92%50.84%
6.67%

Color #EE5D75 in popluar number systems.

HEXEE5D75
Decimal23893117
Binary1110111010111011110101
Octal356135165

Shades and tints

Shades of #EE5D75

#EE5D75
(238,93,117)
#D9556B
(217,85,107)
#C44D61
(196,77,97)
#AF4557
(175,69,87)
#9A3D4D
(154,61,77)
#853543
(133,53,67)
#702D39
(112,45,57)
#5B252F
(91,37,47)
#461D25
(70,29,37)
#31151B
(49,21,27)
#1C0D11
(28,13,17)
#000000
(0,0,0)

Tints of #EE5D75

#EE5D75
(238,93,117)
#EF6B81
(239,107,129)
#F0798D
(240,121,141)
#F18799
(241,135,153)
#F295A5
(242,149,165)
#F3A3B1
(243,163,177)
#F4B1BD
(244,177,189)
#F5BFC9
(245,191,201)
#F6CDD5
(246,205,213)
#F7DBE1
(247,219,225)
#F8E9ED
(248,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE5D75; }

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

This text font color is #EE5D75.


Background Color

.myBgColor { background-color: #EE5D75; }

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

This div background color is #EE5D75.


Border color

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

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

This div border color is #EE5D75.


Opacity

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

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

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

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

This text has shadow with #EE5D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5D75 on black background.


Color preview on white background

This text has color #EE5D75 on white background.



Black color preview on #EE5D75 background

This text has black color on #EE5D75 background.


White color preview on #EE5D75 background

This text has white color on #EE5D75 background.