COLOR #E46568

HEX: #E46568
RGB: (228,101,104)

Color info

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

RGB color model

#E46568 color RGB value is (228,101,104).

  • red value is 228;
  • green value is 101;
  • blue value is 104.
RGB:
(228,101,104)
(89%,40%,41%)

RGB channels and saturation

R 228 of 255 = 89%
G 101 of 255 = 40%
B 104 of 255 = 41%

228
101
104

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

Portions of RGB colors in percentages

R + G + B =
228 + 101 + 104 = 433 (100%)
R 228 of 433 ~ 52.66%
G 101 of 433 ~ 23.33%
B 104 of 433 ~ 24.02%

%52.66
%23.33
%24.02

CMYK color model

#E46568 color CMYK value is (0,56,54,11).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 54.39%
  • key color value is 10.59%
CMYK:
(0,56,54,11)
C0M56Y54K11 
(0%,56%,54%,11%)
(0.00/0.56/0.54/0.11)	

CMYK percentages

%0
%55.7
%54.39
%10.59

Codes

Color #E46568 in popluar color models

E46568
RGB228101104
HSL359°70.17%64.51%
HSB/HSV359°55.70%89.41%
CMYK0.00%55.70%54.39%
10.59%

Color #E46568 in popluar number systems.

HEXE46568
Decimal228101104
Binary1110010011001011101000
Octal344145150

Shades and tints

Shades of #E46568

#E46568
(228,101,104)
#D05C5F
(208,92,95)
#BC5356
(188,83,86)
#A84A4D
(168,74,77)
#944144
(148,65,68)
#80383B
(128,56,59)
#6C2F32
(108,47,50)
#582629
(88,38,41)
#441D20
(68,29,32)
#301417
(48,20,23)
#1C0B0E
(28,11,14)
#000000
(0,0,0)

Tints of #E46568

#E46568
(228,101,104)
#E67375
(230,115,117)
#E88182
(232,129,130)
#EA8F8F
(234,143,143)
#EC9D9C
(236,157,156)
#EEABA9
(238,171,169)
#F0B9B6
(240,185,182)
#F2C7C3
(242,199,195)
#F4D5D0
(244,213,208)
#F6E3DD
(246,227,221)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46568 color. Also use rgb(228,101,104) instead hex code.

Text Font Color

.myTextColor { color: #E46568; }

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

This text font color is #E46568.


Background Color

.myBgColor { background-color: #E46568; }

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

This div background color is #E46568.


Border color

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

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

This div border color is #E46568.


Opacity

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

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

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

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

This text has shadow with #E46568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46568 on black background.


Color preview on white background

This text has color #E46568 on white background.



Black color preview on #E46568 background

This text has black color on #E46568 background.


White color preview on #E46568 background

This text has white color on #E46568 background.