COLOR #EE577D

HEX: #EE577D
RGB: (238,87,125)

Renk bilgisi

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

RGB renk modeli

#EE577D color RGB value is (238,87,125).

  • kırmız ton 238;
  • yeşil ton 87;
  • mavi ton 125.
RGB:
(238,87,125)
(93%,34%,49%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 87 of 255 = 34%
B 125 of 255 = 49%

238
87
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 87 + 125 = 450 (100%)
R 238 of 450 ~ 52.89%
G 87 of 450 ~ 19.33%
B 125 of 450 ~ 27.78%

%52.89
%19.33
%27.78

CMYK RENK MODELİ

#EE577D rengi CMYK tonu (0,63,47,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.45%
  • sarı tonu 47.48%
  • ana renk tonu 6.67%
CMYK:
(0,63,47,7)
C0M63Y47K7 
(0%,63%,47%,7%)
(0.00/0.63/0.47/0.07)	

CMYK yüzdeleri

%0
%63.45
%47.48
%6.67

Codes

Color #EE577D in popluar color models

EE577D
RGB23887125
HSL345°81.62%63.73%
HSB/HSV345°63.45%93.33%
CMYK0.00%63.45%47.48%
6.67%

Color #EE577D in popluar number systems.

HEXEE577D
Decimal23887125
Binary1110111010101111111101
Octal356127175

Shades and tints

Shades of #EE577D

#EE577D
(238,87,125)
#D95072
(217,80,114)
#C44967
(196,73,103)
#AF425C
(175,66,92)
#9A3B51
(154,59,81)
#853446
(133,52,70)
#702D3B
(112,45,59)
#5B2630
(91,38,48)
#461F25
(70,31,37)
#31181A
(49,24,26)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #EE577D

#EE577D
(238,87,125)
#EF6688
(239,102,136)
#F07593
(240,117,147)
#F1849E
(241,132,158)
#F293A9
(242,147,169)
#F3A2B4
(243,162,180)
#F4B1BF
(244,177,191)
#F5C0CA
(245,192,202)
#F6CFD5
(246,207,213)
#F7DEE0
(247,222,224)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE577D color. Also use rgb(238,87,125) instead hex code.

Text Font Color

.myTextColor { color: #EE577D; }

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

This text font color is #EE577D.


Background Color

.myBgColor { background-color: #EE577D; }

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

This div background color is #EE577D.


Border color

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

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

This div border color is #EE577D.


Opacity

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

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

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

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

This text has shadow with #EE577D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE577D on black background.


Color preview on white background

This text has color #EE577D on white background.



Black color preview on #EE577D background

This text has black color on #EE577D background.


White color preview on #EE577D background

This text has white color on #EE577D background.