COLOR #EE6FF9

HEX: #EE6FF9
RGB: (238,111,249)

Renk bilgisi

#EE6FF9 contains mainly red and blue colors. #EE6FF9 ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#EE6FF9 color RGB value is (238,111,249).

  • kırmız ton 238;
  • yeşil ton 111;
  • mavi ton 249.
RGB:
(238,111,249)
(93%,44%,98%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 111 of 255 = 44%
B 249 of 255 = 98%

238
111
249

R + G + B ~ 78%. #EE6FF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 111 + 249 = 598 (100%)
R 238 of 598 ~ 39.8%
G 111 of 598 ~ 18.56%
B 249 of 598 ~ 41.64%

%39.8
%18.56
%41.64

CMYK RENK MODELİ

#EE6FF9 rengi CMYK tonu (4,55,0,2).

  • camgöbeği tonu 4.42%
  • eflatun tonu 55.42%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(4,55,0,2)
C4M55Y0K2 
(4%,55%,0%,2%)
(0.04/0.55/0.00/0.02)	

CMYK yüzdeleri

%4.42
%55.42
%0
%2.35

Codes

Color #EE6FF9 in popluar color models

EE6FF9
RGB238111249
HSL295°92.00%70.59%
HSB/HSV295°55.42%97.65%
CMYK4.42%55.42%0.00%
2.35%

Color #EE6FF9 in popluar number systems.

HEXEE6FF9
Decimal238111249
Binary11101110110111111111001
Octal356157371

Shades and tints

Shades of #EE6FF9

#EE6FF9
(238,111,249)
#D965E3
(217,101,227)
#C45BCD
(196,91,205)
#AF51B7
(175,81,183)
#9A47A1
(154,71,161)
#853D8B
(133,61,139)
#703375
(112,51,117)
#5B295F
(91,41,95)
#461F49
(70,31,73)
#311533
(49,21,51)
#1C0B1D
(28,11,29)
#000000
(0,0,0)

Tints of #EE6FF9

#EE6FF9
(238,111,249)
#EF7CF9
(239,124,249)
#F089F9
(240,137,249)
#F196F9
(241,150,249)
#F2A3F9
(242,163,249)
#F3B0F9
(243,176,249)
#F4BDF9
(244,189,249)
#F5CAF9
(245,202,249)
#F6D7F9
(246,215,249)
#F7E4F9
(247,228,249)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6FF9 color. Also use rgb(238,111,249) instead hex code.

Text Font Color

.myTextColor { color: #EE6FF9; }

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

This text font color is #EE6FF9.


Background Color

.myBgColor { background-color: #EE6FF9; }

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

This div background color is #EE6FF9.


Border color

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

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

This div border color is #EE6FF9.


Opacity

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

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

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

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

This text has shadow with #EE6FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6FF9 on black background.


Color preview on white background

This text has color #EE6FF9 on white background.



Black color preview on #EE6FF9 background

This text has black color on #EE6FF9 background.


White color preview on #EE6FF9 background

This text has white color on #EE6FF9 background.