COLOR #EE927F

HEX: #EE927F
RGB: (238,146,127)

Color info

#EE927F contains mainly red color. Web safe color of #EE927F is #FF9966 (or #F96).

RGB color model

#EE927F color RGB value is (238,146,127).

  • red value is 238;
  • green value is 146;
  • blue value is 127.
RGB:
(238,146,127)
(93%,57%,50%)

RGB channels and saturation

R 238 of 255 = 93%
G 146 of 255 = 57%
B 127 of 255 = 50%

238
146
127

R + G + B ~ 67%. #EE927F is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 146 + 127 = 511 (100%)
R 238 of 511 ~ 46.58%
G 146 of 511 ~ 28.57%
B 127 of 511 ~ 24.85%

%46.58
%28.57
%24.85

CMYK color model

#EE927F color CMYK value is (0,39,47,7).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 46.64%
  • key color value is 6.67%
CMYK:
(0,39,47,7)
C0M39Y47K7 
(0%,39%,47%,7%)
(0.00/0.39/0.47/0.07)	

CMYK percentages

%0
%38.66
%46.64
%6.67

Codes

Color #EE927F in popluar color models

EE927F
RGB238146127
HSL10°76.55%71.57%
HSB/HSV10°46.64%93.33%
CMYK0.00%38.66%46.64%
6.67%

Color #EE927F in popluar number systems.

HEXEE927F
Decimal238146127
Binary11101110100100101111111
Octal356222177

Shades and tints

Shades of #EE927F

#EE927F
(238,146,127)
#D98574
(217,133,116)
#C47869
(196,120,105)
#AF6B5E
(175,107,94)
#9A5E53
(154,94,83)
#855148
(133,81,72)
#70443D
(112,68,61)
#5B3732
(91,55,50)
#462A27
(70,42,39)
#311D1C
(49,29,28)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #EE927F

#EE927F
(238,146,127)
#EF9B8A
(239,155,138)
#F0A495
(240,164,149)
#F1ADA0
(241,173,160)
#F2B6AB
(242,182,171)
#F3BFB6
(243,191,182)
#F4C8C1
(244,200,193)
#F5D1CC
(245,209,204)
#F6DAD7
(246,218,215)
#F7E3E2
(247,227,226)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE927F color. Also use rgb(238,146,127) instead hex code.

Text Font Color

.myTextColor { color: #EE927F; }

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

This text font color is #EE927F.


Background Color

.myBgColor { background-color: #EE927F; }

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

This div background color is #EE927F.


Border color

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

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

This div border color is #EE927F.


Opacity

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

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

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

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

This text has shadow with #EE927F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE927F on black background.


Color preview on white background

This text has color #EE927F on white background.



Black color preview on #EE927F background

This text has black color on #EE927F background.


White color preview on #EE927F background

This text has white color on #EE927F background.