COLOR #EE5BBF

HEX: #EE5BBF
RGB: (238,91,191)

Color info

#EE5BBF contains mainly red and blue colors. Web safe color of #EE5BBF is #FF66CC (or #F6C).

RGB color model

#EE5BBF color RGB value is (238,91,191).

  • red value is 238;
  • green value is 91;
  • blue value is 191.
RGB:
(238,91,191)
(93%,36%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 91 of 255 = 36%
B 191 of 255 = 75%

238
91
191

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

Portions of RGB colors in percentages

R + G + B =
238 + 91 + 191 = 520 (100%)
R 238 of 520 ~ 45.77%
G 91 of 520 ~ 17.5%
B 191 of 520 ~ 36.73%

%45.77
%17.5
%36.73

CMYK color model

#EE5BBF color CMYK value is (0,62,20,7).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK:
(0,62,20,7)
C0M62Y20K7 
(0%,62%,20%,7%)
(0.00/0.62/0.20/0.07)	

CMYK percentages

%0
%61.76
%19.75
%6.67

Codes

Color #EE5BBF in popluar color models

EE5BBF
RGB23891191
HSL319°81.22%64.51%
HSB/HSV319°61.76%93.33%
CMYK0.00%61.76%19.75%
6.67%

Color #EE5BBF in popluar number systems.

HEXEE5BBF
Decimal23891191
Binary11101110101101110111111
Octal356133277

Shades and tints

Shades of #EE5BBF

#EE5BBF
(238,91,191)
#D953AE
(217,83,174)
#C44B9D
(196,75,157)
#AF438C
(175,67,140)
#9A3B7B
(154,59,123)
#85336A
(133,51,106)
#702B59
(112,43,89)
#5B2348
(91,35,72)
#461B37
(70,27,55)
#311326
(49,19,38)
#1C0B15
(28,11,21)
#000000
(0,0,0)

Tints of #EE5BBF

#EE5BBF
(238,91,191)
#EF69C4
(239,105,196)
#F077C9
(240,119,201)
#F185CE
(241,133,206)
#F293D3
(242,147,211)
#F3A1D8
(243,161,216)
#F4AFDD
(244,175,221)
#F5BDE2
(245,189,226)
#F6CBE7
(246,203,231)
#F7D9EC
(247,217,236)
#F8E7F1
(248,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5BBF color. Also use rgb(238,91,191) instead hex code.

Text Font Color

.myTextColor { color: #EE5BBF; }

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

This text font color is #EE5BBF.


Background Color

.myBgColor { background-color: #EE5BBF; }

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

This div background color is #EE5BBF.


Border color

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

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

This div border color is #EE5BBF.


Opacity

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

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

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

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

This text has shadow with #EE5BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5BBF on black background.


Color preview on white background

This text has color #EE5BBF on white background.



Black color preview on #EE5BBF background

This text has black color on #EE5BBF background.


White color preview on #EE5BBF background

This text has white color on #EE5BBF background.