COLOR #EE7781

HEX: #EE7781 RGB: (238,119,129)

Color info

#EE7781 contains mainly red color. Web safe color of #EE7781 is #FF6699 (or #F69).

RGB color model

#EE7781 color RGB value is (238,119,129).

RGB: (238,119,129) (93%, 47%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 119 of 255 = 47%
B 129 of 255 = 51%

238
119
129

R + G + B ~ 64%. #EE7781 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 119 + 129 = 486 (100%)
R 238 of 486 ~ 48.97%
G 119 of 486 ~ 24.49%
B 129 of 486 ~ 26.54'%

%48.97
%24.49
%26.54

CMYK color model

#EE7781 color CMYK value is (0,50,46,7).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 45.80%
  • key color value is 6.67%

CMYK: (0,50,46,7)
C0M50Y46K7 (0%, 50%, 46%, 7%)
(0.00 / 0.50 / 0.46 / 0.07)

CMYK percentages

%0
%50
%45.8
%6.67

Codes

Color #EE7781 in popluar color models

EE 77 81
RGB 238 119 129
HSL 355° 77.78% 70.00%
HSB/HSV 355° 50.00% 93.33%
CMYK 0.00% 50.00% 45.80%
6.67%

Color #EE7781 in popluar number systems.

HEX EE 77 81
Decimal 238 119 129
Binary 11101110 1110111 10000001
Octal 356 167 201

Shades and tints

Shades of #EE7781

#EE7781
(238,119,129)
#D96D76
(217,109,118)
#C4636B
(196,99,107)
#AF5960
(175,89,96)
#9A4F55
(154,79,85)
#85454A
(133,69,74)
#703B3F
(112,59,63)
#5B3134
(91,49,52)
#462729
(70,39,41)
#311D1E
(49,29,30)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EE7781

#EE7781
(238,119,129)
#EF838C
(239,131,140)
#F08F97
(240,143,151)
#F19BA2
(241,155,162)
#F2A7AD
(242,167,173)
#F3B3B8
(243,179,184)
#F4BFC3
(244,191,195)
#F5CBCE
(245,203,206)
#F6D7D9
(246,215,217)
#F7E3E4
(247,227,228)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7781; }

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

This text font color is #EE7781.

Background Color

.myBgColor { background-color: #EE7781; }

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

This div background color is #EE7781.

Border color

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

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

This div border color is #EE7781.

Opacity

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

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

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

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

This text has shadow with #EE7781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE7781.

Preview

Color preview on black background

This text has color #EE7781 on black background.


Color preview on white background

This text has color #EE7781 on white background.


Black color preview on #EE7781 background

This text has black color on #EE7781 background.


White color preview on #EE7781 background

This text has white color on #EE7781 background.


Related colors

Complementary color

Complementary color for #hex is #11887E.


I love getcolorcode.com

Triadic colors

1 #81EE77 and #7781EE with #EE7781 are triadic colors.

2 #8177EE and #77EE81 with #EE7781 are triadic colors.