COLOR #EE90C8

HEX: #EE90C8
RGB: (238,144,200)

Renk bilgisi

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

RGB renk modeli

#EE90C8 color RGB value is (238,144,200).

  • kırmız ton 238;
  • yeşil ton 144;
  • mavi ton 200.
RGB:
(238,144,200)
(93%,56%,78%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 144 of 255 = 56%
B 200 of 255 = 78%

238
144
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 144 + 200 = 582 (100%)
R 238 of 582 ~ 40.89%
G 144 of 582 ~ 24.74%
B 200 of 582 ~ 34.36%

%40.89
%24.74
%34.36

CMYK RENK MODELİ

#EE90C8 rengi CMYK tonu (0,39,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.50%
  • sarı tonu 15.97%
  • ana renk tonu 6.67%
CMYK:
(0,39,16,7)
C0M39Y16K7 
(0%,39%,16%,7%)
(0.00/0.39/0.16/0.07)	

CMYK yüzdeleri

%0
%39.5
%15.97
%6.67

Codes

Color #EE90C8 in popluar color models

EE90C8
RGB238144200
HSL324°73.44%74.90%
HSB/HSV324°39.50%93.33%
CMYK0.00%39.50%15.97%
6.67%

Color #EE90C8 in popluar number systems.

HEXEE90C8
Decimal238144200
Binary111011101001000011001000
Octal356220310

Shades and tints

Shades of #EE90C8

#EE90C8
(238,144,200)
#D983B6
(217,131,182)
#C476A4
(196,118,164)
#AF6992
(175,105,146)
#9A5C80
(154,92,128)
#854F6E
(133,79,110)
#70425C
(112,66,92)
#5B354A
(91,53,74)
#462838
(70,40,56)
#311B26
(49,27,38)
#1C0E14
(28,14,20)
#000000
(0,0,0)

Tints of #EE90C8

#EE90C8
(238,144,200)
#EF9ACD
(239,154,205)
#F0A4D2
(240,164,210)
#F1AED7
(241,174,215)
#F2B8DC
(242,184,220)
#F3C2E1
(243,194,225)
#F4CCE6
(244,204,230)
#F5D6EB
(245,214,235)
#F6E0F0
(246,224,240)
#F7EAF5
(247,234,245)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE90C8 color. Also use rgb(238,144,200) instead hex code.

Text Font Color

.myTextColor { color: #EE90C8; }

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

This text font color is #EE90C8.


Background Color

.myBgColor { background-color: #EE90C8; }

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

This div background color is #EE90C8.


Border color

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

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

This div border color is #EE90C8.


Opacity

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

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

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

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

This text has shadow with #EE90C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE90C8 on black background.


Color preview on white background

This text has color #EE90C8 on white background.



Black color preview on #EE90C8 background

This text has black color on #EE90C8 background.


White color preview on #EE90C8 background

This text has white color on #EE90C8 background.