COLOR #EE665C

HEX: #EE665C
RGB: (238,102,92)

Color info

#EE665C contains mainly red color. Web safe color of #EE665C is #FF6666 (or #F66).

RGB color model

#EE665C color RGB value is (238,102,92).

  • red value is 238;
  • green value is 102;
  • blue value is 92.
RGB:
(238,102,92)
(93%,40%,36%)

RGB channels and saturation

R 238 of 255 = 93%
G 102 of 255 = 40%
B 92 of 255 = 36%

238
102
92

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

Portions of RGB colors in percentages

R + G + B =
238 + 102 + 92 = 432 (100%)
R 238 of 432 ~ 55.09%
G 102 of 432 ~ 23.61%
B 92 of 432 ~ 21.3%

%55.09
%23.61
%21.3

CMYK color model

#EE665C color CMYK value is (0,57,61,7).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 61.34%
  • key color value is 6.67%
CMYK:
(0,57,61,7)
C0M57Y61K7 
(0%,57%,61%,7%)
(0.00/0.57/0.61/0.07)	

CMYK percentages

%0
%57.14
%61.34
%6.67

Codes

Color #EE665C in popluar color models

EE665C
RGB23810292
HSL81.11%64.71%
HSB/HSV61.34%93.33%
CMYK0.00%57.14%61.34%
6.67%

Color #EE665C in popluar number systems.

HEXEE665C
Decimal23810292
Binary1110111011001101011100
Octal356146134

Shades and tints

Shades of #EE665C

#EE665C
(238,102,92)
#D95D54
(217,93,84)
#C4544C
(196,84,76)
#AF4B44
(175,75,68)
#9A423C
(154,66,60)
#853934
(133,57,52)
#70302C
(112,48,44)
#5B2724
(91,39,36)
#461E1C
(70,30,28)
#311514
(49,21,20)
#1C0C0C
(28,12,12)
#000000
(0,0,0)

Tints of #EE665C

#EE665C
(238,102,92)
#EF736A
(239,115,106)
#F08078
(240,128,120)
#F18D86
(241,141,134)
#F29A94
(242,154,148)
#F3A7A2
(243,167,162)
#F4B4B0
(244,180,176)
#F5C1BE
(245,193,190)
#F6CECC
(246,206,204)
#F7DBDA
(247,219,218)
#F8E8E8
(248,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE665C color. Also use rgb(238,102,92) instead hex code.

Text Font Color

.myTextColor { color: #EE665C; }

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

This text font color is #EE665C.


Background Color

.myBgColor { background-color: #EE665C; }

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

This div background color is #EE665C.


Border color

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

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

This div border color is #EE665C.


Opacity

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

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

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

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

This text has shadow with #EE665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE665C on black background.


Color preview on white background

This text has color #EE665C on white background.



Black color preview on #EE665C background

This text has black color on #EE665C background.


White color preview on #EE665C background

This text has white color on #EE665C background.