COLOR #E46F63

HEX: #E46F63
RGB: (228,111,99)

Color info

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

RGB color model

#E46F63 color RGB value is (228,111,99).

  • red value is 228;
  • green value is 111;
  • blue value is 99.
RGB:
(228,111,99)
(89%,44%,39%)

RGB channels and saturation

R 228 of 255 = 89%
G 111 of 255 = 44%
B 99 of 255 = 39%

228
111
99

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

Portions of RGB colors in percentages

R + G + B =
228 + 111 + 99 = 438 (100%)
R 228 of 438 ~ 52.05%
G 111 of 438 ~ 25.34%
B 99 of 438 ~ 22.6%

%52.05
%25.34
%22.6

CMYK color model

#E46F63 color CMYK value is (0,51,57,11).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 56.58%
  • key color value is 10.59%
CMYK:
(0,51,57,11)
C0M51Y57K11 
(0%,51%,57%,11%)
(0.00/0.51/0.57/0.11)	

CMYK percentages

%0
%51.32
%56.58
%10.59

Codes

Color #E46F63 in popluar color models

E46F63
RGB22811199
HSL70.49%64.12%
HSB/HSV56.58%89.41%
CMYK0.00%51.32%56.58%
10.59%

Color #E46F63 in popluar number systems.

HEXE46F63
Decimal22811199
Binary1110010011011111100011
Octal344157143

Shades and tints

Shades of #E46F63

#E46F63
(228,111,99)
#D0655A
(208,101,90)
#BC5B51
(188,91,81)
#A85148
(168,81,72)
#94473F
(148,71,63)
#803D36
(128,61,54)
#6C332D
(108,51,45)
#582924
(88,41,36)
#441F1B
(68,31,27)
#301512
(48,21,18)
#1C0B09
(28,11,9)
#000000
(0,0,0)

Tints of #E46F63

#E46F63
(228,111,99)
#E67C71
(230,124,113)
#E8897F
(232,137,127)
#EA968D
(234,150,141)
#ECA39B
(236,163,155)
#EEB0A9
(238,176,169)
#F0BDB7
(240,189,183)
#F2CAC5
(242,202,197)
#F4D7D3
(244,215,211)
#F6E4E1
(246,228,225)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46F63 color. Also use rgb(228,111,99) instead hex code.

Text Font Color

.myTextColor { color: #E46F63; }

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

This text font color is #E46F63.


Background Color

.myBgColor { background-color: #E46F63; }

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

This div background color is #E46F63.


Border color

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

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

This div border color is #E46F63.


Opacity

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

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

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

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

This text has shadow with #E46F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46F63 on black background.


Color preview on white background

This text has color #E46F63 on white background.



Black color preview on #E46F63 background

This text has black color on #E46F63 background.


White color preview on #E46F63 background

This text has white color on #E46F63 background.