COLOR #EE63B8

HEX: #EE63B8
RGB: (238,99,184)

Renk bilgisi

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

RGB renk modeli

#EE63B8 color RGB value is (238,99,184).

  • kırmız ton 238;
  • yeşil ton 99;
  • mavi ton 184.
RGB:
(238,99,184)
(93%,39%,72%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 99 of 255 = 39%
B 184 of 255 = 72%

238
99
184

R + G + B ~ 68%. #EE63B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 99 + 184 = 521 (100%)
R 238 of 521 ~ 45.68%
G 99 of 521 ~ 19%
B 184 of 521 ~ 35.32%

%45.68
%19
%35.32

CMYK RENK MODELİ

#EE63B8 rengi CMYK tonu (0,58,23,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.40%
  • sarı tonu 22.69%
  • ana renk tonu 6.67%
CMYK:
(0,58,23,7)
C0M58Y23K7 
(0%,58%,23%,7%)
(0.00/0.58/0.23/0.07)	

CMYK yüzdeleri

%0
%58.4
%22.69
%6.67

Codes

Color #EE63B8 in popluar color models

EE63B8
RGB23899184
HSL323°80.35%66.08%
HSB/HSV323°58.40%93.33%
CMYK0.00%58.40%22.69%
6.67%

Color #EE63B8 in popluar number systems.

HEXEE63B8
Decimal23899184
Binary11101110110001110111000
Octal356143270

Shades and tints

Shades of #EE63B8

#EE63B8
(238,99,184)
#D95AA8
(217,90,168)
#C45198
(196,81,152)
#AF4888
(175,72,136)
#9A3F78
(154,63,120)
#853668
(133,54,104)
#702D58
(112,45,88)
#5B2448
(91,36,72)
#461B38
(70,27,56)
#311228
(49,18,40)
#1C0918
(28,9,24)
#000000
(0,0,0)

Tints of #EE63B8

#EE63B8
(238,99,184)
#EF71BE
(239,113,190)
#F07FC4
(240,127,196)
#F18DCA
(241,141,202)
#F29BD0
(242,155,208)
#F3A9D6
(243,169,214)
#F4B7DC
(244,183,220)
#F5C5E2
(245,197,226)
#F6D3E8
(246,211,232)
#F7E1EE
(247,225,238)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE63B8 color. Also use rgb(238,99,184) instead hex code.

Text Font Color

.myTextColor { color: #EE63B8; }

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

This text font color is #EE63B8.


Background Color

.myBgColor { background-color: #EE63B8; }

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

This div background color is #EE63B8.


Border color

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

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

This div border color is #EE63B8.


Opacity

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

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

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

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

This text has shadow with #EE63B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE63B8 on black background.


Color preview on white background

This text has color #EE63B8 on white background.



Black color preview on #EE63B8 background

This text has black color on #EE63B8 background.


White color preview on #EE63B8 background

This text has white color on #EE63B8 background.