COLOR #EE51C5

HEX: #EE51C5
RGB: (238,81,197)

Renk bilgisi

#EE51C5 contains mainly red and blue colors. #EE51C5 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#EE51C5 color RGB value is (238,81,197).

  • kırmız ton 238;
  • yeşil ton 81;
  • mavi ton 197.
RGB:
(238,81,197)
(93%,32%,77%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 81 of 255 = 32%
B 197 of 255 = 77%

238
81
197

R + G + B ~ 67%. #EE51C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 81 + 197 = 516 (100%)
R 238 of 516 ~ 46.12%
G 81 of 516 ~ 15.7%
B 197 of 516 ~ 38.18%

%46.12
%15.7
%38.18

CMYK RENK MODELİ

#EE51C5 rengi CMYK tonu (0,66,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.97%
  • sarı tonu 17.23%
  • ana renk tonu 6.67%
CMYK:
(0,66,17,7)
C0M66Y17K7 
(0%,66%,17%,7%)
(0.00/0.66/0.17/0.07)	

CMYK yüzdeleri

%0
%65.97
%17.23
%6.67

Codes

Color #EE51C5 in popluar color models

EE51C5
RGB23881197
HSL316°82.20%62.55%
HSB/HSV316°65.97%93.33%
CMYK0.00%65.97%17.23%
6.67%

Color #EE51C5 in popluar number systems.

HEXEE51C5
Decimal23881197
Binary11101110101000111000101
Octal356121305

Shades and tints

Shades of #EE51C5

#EE51C5
(238,81,197)
#D94AB4
(217,74,180)
#C443A3
(196,67,163)
#AF3C92
(175,60,146)
#9A3581
(154,53,129)
#852E70
(133,46,112)
#70275F
(112,39,95)
#5B204E
(91,32,78)
#46193D
(70,25,61)
#31122C
(49,18,44)
#1C0B1B
(28,11,27)
#000000
(0,0,0)

Tints of #EE51C5

#EE51C5
(238,81,197)
#EF60CA
(239,96,202)
#F06FCF
(240,111,207)
#F17ED4
(241,126,212)
#F28DD9
(242,141,217)
#F39CDE
(243,156,222)
#F4ABE3
(244,171,227)
#F5BAE8
(245,186,232)
#F6C9ED
(246,201,237)
#F7D8F2
(247,216,242)
#F8E7F7
(248,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE51C5 color. Also use rgb(238,81,197) instead hex code.

Text Font Color

.myTextColor { color: #EE51C5; }

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

This text font color is #EE51C5.


Background Color

.myBgColor { background-color: #EE51C5; }

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

This div background color is #EE51C5.


Border color

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

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

This div border color is #EE51C5.


Opacity

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

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

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

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

This text has shadow with #EE51C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE51C5 on black background.


Color preview on white background

This text has color #EE51C5 on white background.



Black color preview on #EE51C5 background

This text has black color on #EE51C5 background.


White color preview on #EE51C5 background

This text has white color on #EE51C5 background.