COLOR #E66269

HEX: #E66269 RGB: (230,98,105)

Color info

#E66269 contains mainly red color. Web safe color of #E66269 is #CC6666 (or #C66).

RGB color model

#E66269 color RGB value is (230,98,105).

RGB: (230,98,105) (90%, 38%, 41%)

RGB channels and saturation

R 230 of 255 = 90%
G 98 of 255 = 38%
B 105 of 255 = 41%

230
98
105

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

Portions of RGB colors in percentages

R + G + B = 230 + 98 + 105 = 433 (100%)
R 230 of 433 ~ 53.12%
G 98 of 433 ~ 22.63%
B 105 of 433 ~ 24.25'%

%53.12
%22.63
%24.25

CMYK color model

#E66269 color CMYK value is (0,57,54,10).

  • cyan value is 0.00%
  • magenta value is 57.39%
  • yellow value is 54.35%
  • key color value is 9.80%

CMYK: (0,57,54,10)
C0M57Y54K10 (0%, 57%, 54%, 10%)
(0.00 / 0.57 / 0.54 / 0.10)

CMYK percentages

%0
%57.39
%54.35
%9.8

Codes

Color #E66269 in popluar color models

E6 62 69
RGB 230 98 105
HSL 357° 72.53% 64.31%
HSB/HSV 357° 57.39% 90.20%
CMYK 0.00% 57.39% 54.35%
9.80%

Color #E66269 in popluar number systems.

HEX E6 62 69
Decimal 230 98 105
Binary 11100110 1100010 1101001
Octal 346 142 151

Shades and tints

Shades of #E66269

#E66269
(230,98,105)
#D25A60
(210,90,96)
#BE5257
(190,82,87)
#AA4A4E
(170,74,78)
#964245
(150,66,69)
#823A3C
(130,58,60)
#6E3233
(110,50,51)
#5A2A2A
(90,42,42)
#462221
(70,34,33)
#321A18
(50,26,24)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #E66269

#E66269
(230,98,105)
#E87076
(232,112,118)
#EA7E83
(234,126,131)
#EC8C90
(236,140,144)
#EE9A9D
(238,154,157)
#F0A8AA
(240,168,170)
#F2B6B7
(242,182,183)
#F4C4C4
(244,196,196)
#F6D2D1
(246,210,209)
#F8E0DE
(248,224,222)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66269 color. Also use rgb(230,98,105) instead hex code.

Text Font Color

.myTextColor { color: #E66269; }

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

This text font color is #E66269.

Background Color

.myBgColor { background-color: #E66269; }

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

This div background color is #E66269.

Border color

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

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

This div border color is #E66269.

Opacity

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

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

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

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

This text has shadow with #E66269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E66269.

Preview

Color preview on black background

This text has color #E66269 on black background.


Color preview on white background

This text has color #E66269 on white background.


Black color preview on #E66269 background

This text has black color on #E66269 background.


White color preview on #E66269 background

This text has white color on #E66269 background.


Related colors

Complementary color

Complementary color for #hex is #199D96.


I love getcolorcode.com

Triadic colors

1 #69E662 and #6269E6 with #E66269 are triadic colors.

2 #6962E6 and #62E669 with #E66269 are triadic colors.