COLOR #EE4B6B

HEX: #EE4B6B
RGB: (238,75,107)

Color info

#EE4B6B contains mainly red color. Web safe color of #EE4B6B is #FF3366 (or #F36).

RGB color model

#EE4B6B color RGB value is (238,75,107).

  • red value is 238;
  • green value is 75;
  • blue value is 107.
RGB:
(238,75,107)
(93%,29%,42%)

RGB channels and saturation

R 238 of 255 = 93%
G 75 of 255 = 29%
B 107 of 255 = 42%

238
75
107

R + G + B ~ 55%. #EE4B6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 75 + 107 = 420 (100%)
R 238 of 420 ~ 56.67%
G 75 of 420 ~ 17.86%
B 107 of 420 ~ 25.48%

%56.67
%17.86
%25.48

CMYK color model

#EE4B6B color CMYK value is (0,68,55,7).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 55.04%
  • key color value is 6.67%
CMYK:
(0,68,55,7)
C0M68Y55K7 
(0%,68%,55%,7%)
(0.00/0.68/0.55/0.07)	

CMYK percentages

%0
%68.49
%55.04
%6.67

Codes

Color #EE4B6B in popluar color models

EE4B6B
RGB23875107
HSL348°82.74%61.37%
HSB/HSV348°68.49%93.33%
CMYK0.00%68.49%55.04%
6.67%

Color #EE4B6B in popluar number systems.

HEXEE4B6B
Decimal23875107
Binary1110111010010111101011
Octal356113153

Shades and tints

Shades of #EE4B6B

#EE4B6B
(238,75,107)
#D94562
(217,69,98)
#C43F59
(196,63,89)
#AF3950
(175,57,80)
#9A3347
(154,51,71)
#852D3E
(133,45,62)
#702735
(112,39,53)
#5B212C
(91,33,44)
#461B23
(70,27,35)
#31151A
(49,21,26)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #EE4B6B

#EE4B6B
(238,75,107)
#EF5B78
(239,91,120)
#F06B85
(240,107,133)
#F17B92
(241,123,146)
#F28B9F
(242,139,159)
#F39BAC
(243,155,172)
#F4ABB9
(244,171,185)
#F5BBC6
(245,187,198)
#F6CBD3
(246,203,211)
#F7DBE0
(247,219,224)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE4B6B color. Also use rgb(238,75,107) instead hex code.

Text Font Color

.myTextColor { color: #EE4B6B; }

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

This text font color is #EE4B6B.


Background Color

.myBgColor { background-color: #EE4B6B; }

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

This div background color is #EE4B6B.


Border color

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

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

This div border color is #EE4B6B.


Opacity

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

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

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

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

This text has shadow with #EE4B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE4B6B on black background.


Color preview on white background

This text has color #EE4B6B on white background.



Black color preview on #EE4B6B background

This text has black color on #EE4B6B background.


White color preview on #EE4B6B background

This text has white color on #EE4B6B background.