COLOR #EE81D4

HEX: #EE81D4
RGB: (238,129,212)

Renk bilgisi

#EE81D4 contains mainly red and blue colors. #EE81D4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EE81D4 color RGB value is (238,129,212).

  • kırmız ton 238;
  • yeşil ton 129;
  • mavi ton 212.
RGB:
(238,129,212)
(93%,51%,83%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 129 of 255 = 51%
B 212 of 255 = 83%

238
129
212

R + G + B ~ 76%. #EE81D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 129 + 212 = 579 (100%)
R 238 of 579 ~ 41.11%
G 129 of 579 ~ 22.28%
B 212 of 579 ~ 36.61%

%41.11
%22.28
%36.61

CMYK RENK MODELİ

#EE81D4 rengi CMYK tonu (0,46,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.80%
  • sarı tonu 10.92%
  • ana renk tonu 6.67%
CMYK:
(0,46,11,7)
C0M46Y11K7 
(0%,46%,11%,7%)
(0.00/0.46/0.11/0.07)	

CMYK yüzdeleri

%0
%45.8
%10.92
%6.67

Codes

Color #EE81D4 in popluar color models

EE81D4
RGB238129212
HSL314°76.22%71.96%
HSB/HSV314°45.80%93.33%
CMYK0.00%45.80%10.92%
6.67%

Color #EE81D4 in popluar number systems.

HEXEE81D4
Decimal238129212
Binary111011101000000111010100
Octal356201324

Shades and tints

Shades of #EE81D4

#EE81D4
(238,129,212)
#D976C1
(217,118,193)
#C46BAE
(196,107,174)
#AF609B
(175,96,155)
#9A5588
(154,85,136)
#854A75
(133,74,117)
#703F62
(112,63,98)
#5B344F
(91,52,79)
#46293C
(70,41,60)
#311E29
(49,30,41)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #EE81D4

#EE81D4
(238,129,212)
#EF8CD7
(239,140,215)
#F097DA
(240,151,218)
#F1A2DD
(241,162,221)
#F2ADE0
(242,173,224)
#F3B8E3
(243,184,227)
#F4C3E6
(244,195,230)
#F5CEE9
(245,206,233)
#F6D9EC
(246,217,236)
#F7E4EF
(247,228,239)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE81D4 color. Also use rgb(238,129,212) instead hex code.

Text Font Color

.myTextColor { color: #EE81D4; }

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

This text font color is #EE81D4.


Background Color

.myBgColor { background-color: #EE81D4; }

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

This div background color is #EE81D4.


Border color

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

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

This div border color is #EE81D4.


Opacity

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

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

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

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

This text has shadow with #EE81D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE81D4 on black background.


Color preview on white background

This text has color #EE81D4 on white background.



Black color preview on #EE81D4 background

This text has black color on #EE81D4 background.


White color preview on #EE81D4 background

This text has white color on #EE81D4 background.