COLOR #EE5566

HEX: #EE5566
RGB: (238,85,102)

Renk bilgisi

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

RGB renk modeli

#EE5566 color RGB value is (238,85,102).

  • kırmız ton 238;
  • yeşil ton 85;
  • mavi ton 102.
RGB:
(238,85,102)
(93%,33%,40%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 85 of 255 = 33%
B 102 of 255 = 40%

238
85
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 85 + 102 = 425 (100%)
R 238 of 425 ~ 56%
G 85 of 425 ~ 20%
B 102 of 425 ~ 24%

%56
%20
%24

CMYK RENK MODELİ

#EE5566 rengi CMYK tonu (0,64,57,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.29%
  • sarı tonu 57.14%
  • ana renk tonu 6.67%
CMYK:
(0,64,57,7)
C0M64Y57K7 
(0%,64%,57%,7%)
(0.00/0.64/0.57/0.07)	

CMYK yüzdeleri

%0
%64.29
%57.14
%6.67

Codes

Color #EE5566 in popluar color models

EE5566
RGB23885102
HSL353°81.82%63.33%
HSB/HSV353°64.29%93.33%
CMYK0.00%64.29%57.14%
6.67%

Color #EE5566 in popluar number systems.

HEXEE5566
Decimal23885102
Binary1110111010101011100110
Octal356125146

Shades and tints

Shades of #EE5566

#EE5566
(238,85,102)
#D94E5D
(217,78,93)
#C44754
(196,71,84)
#AF404B
(175,64,75)
#9A3942
(154,57,66)
#853239
(133,50,57)
#702B30
(112,43,48)
#5B2427
(91,36,39)
#461D1E
(70,29,30)
#311615
(49,22,21)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #EE5566

#EE5566
(238,85,102)
#EF6473
(239,100,115)
#F07380
(240,115,128)
#F1828D
(241,130,141)
#F2919A
(242,145,154)
#F3A0A7
(243,160,167)
#F4AFB4
(244,175,180)
#F5BEC1
(245,190,193)
#F6CDCE
(246,205,206)
#F7DCDB
(247,220,219)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5566 color. Also use rgb(238,85,102) instead hex code.

Text Font Color

.myTextColor { color: #EE5566; }

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

This text font color is #EE5566.


Background Color

.myBgColor { background-color: #EE5566; }

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

This div background color is #EE5566.


Border color

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

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

This div border color is #EE5566.


Opacity

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

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

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

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

This text has shadow with #EE5566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5566 on black background.


Color preview on white background

This text has color #EE5566 on white background.



Black color preview on #EE5566 background

This text has black color on #EE5566 background.


White color preview on #EE5566 background

This text has white color on #EE5566 background.