COLOR #E46A6C

HEX: #E46A6C
RGB: (228,106,108)

Color info

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

RGB color model

#E46A6C color RGB value is (228,106,108).

  • red value is 228;
  • green value is 106;
  • blue value is 108.
RGB:
(228,106,108)
(89%,42%,42%)

RGB channels and saturation

R 228 of 255 = 89%
G 106 of 255 = 42%
B 108 of 255 = 42%

228
106
108

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

Portions of RGB colors in percentages

R + G + B =
228 + 106 + 108 = 442 (100%)
R 228 of 442 ~ 51.58%
G 106 of 442 ~ 23.98%
B 108 of 442 ~ 24.43%

%51.58
%23.98
%24.43

CMYK color model

#E46A6C color CMYK value is (0,54,53,11).

  • cyan value is 0.00%
  • magenta value is 53.51%
  • yellow value is 52.63%
  • key color value is 10.59%
CMYK:
(0,54,53,11)
C0M54Y53K11 
(0%,54%,53%,11%)
(0.00/0.54/0.53/0.11)	

CMYK percentages

%0
%53.51
%52.63
%10.59

Codes

Color #E46A6C in popluar color models

E46A6C
RGB228106108
HSL359°69.32%65.49%
HSB/HSV359°53.51%89.41%
CMYK0.00%53.51%52.63%
10.59%

Color #E46A6C in popluar number systems.

HEXE46A6C
Decimal228106108
Binary1110010011010101101100
Octal344152154

Shades and tints

Shades of #E46A6C

#E46A6C
(228,106,108)
#D06163
(208,97,99)
#BC585A
(188,88,90)
#A84F51
(168,79,81)
#944648
(148,70,72)
#803D3F
(128,61,63)
#6C3436
(108,52,54)
#582B2D
(88,43,45)
#442224
(68,34,36)
#30191B
(48,25,27)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #E46A6C

#E46A6C
(228,106,108)
#E67779
(230,119,121)
#E88486
(232,132,134)
#EA9193
(234,145,147)
#EC9EA0
(236,158,160)
#EEABAD
(238,171,173)
#F0B8BA
(240,184,186)
#F2C5C7
(242,197,199)
#F4D2D4
(244,210,212)
#F6DFE1
(246,223,225)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46A6C color. Also use rgb(228,106,108) instead hex code.

Text Font Color

.myTextColor { color: #E46A6C; }

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

This text font color is #E46A6C.


Background Color

.myBgColor { background-color: #E46A6C; }

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

This div background color is #E46A6C.


Border color

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

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

This div border color is #E46A6C.


Opacity

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

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

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

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

This text has shadow with #E46A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46A6C on black background.


Color preview on white background

This text has color #E46A6C on white background.



Black color preview on #E46A6C background

This text has black color on #E46A6C background.


White color preview on #E46A6C background

This text has white color on #E46A6C background.