COLOR #E3818F

HEX: #E3818F
RGB: (227,129,143)

Color info

#E3818F contains mainly red color. Web safe color of #E3818F is #CC9999 (or #C99).

RGB color model

#E3818F color RGB value is (227,129,143).

  • red value is 227;
  • green value is 129;
  • blue value is 143.
RGB:
(227,129,143)
(89%,51%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 129 of 255 = 51%
B 143 of 255 = 56%

227
129
143

R + G + B ~ 65%. #E3818F is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 129 + 143 = 499 (100%)
R 227 of 499 ~ 45.49%
G 129 of 499 ~ 25.85%
B 143 of 499 ~ 28.66%

%45.49
%25.85
%28.66

CMYK color model

#E3818F color CMYK value is (0,43,37,11).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(0,43,37,11)
C0M43Y37K11 
(0%,43%,37%,11%)
(0.00/0.43/0.37/0.11)	

CMYK percentages

%0
%43.17
%37
%10.98

Codes

Color #E3818F in popluar color models

E3818F
RGB227129143
HSL351°63.64%69.80%
HSB/HSV351°43.17%89.02%
CMYK0.00%43.17%37.00%
10.98%

Color #E3818F in popluar number systems.

HEXE3818F
Decimal227129143
Binary111000111000000110001111
Octal343201217

Shades and tints

Shades of #E3818F

#E3818F
(227,129,143)
#CF7682
(207,118,130)
#BB6B75
(187,107,117)
#A76068
(167,96,104)
#93555B
(147,85,91)
#7F4A4E
(127,74,78)
#6B3F41
(107,63,65)
#573434
(87,52,52)
#432927
(67,41,39)
#2F1E1A
(47,30,26)
#1B130D
(27,19,13)
#000000
(0,0,0)

Tints of #E3818F

#E3818F
(227,129,143)
#E58C99
(229,140,153)
#E797A3
(231,151,163)
#E9A2AD
(233,162,173)
#EBADB7
(235,173,183)
#EDB8C1
(237,184,193)
#EFC3CB
(239,195,203)
#F1CED5
(241,206,213)
#F3D9DF
(243,217,223)
#F5E4E9
(245,228,233)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3818F color. Also use rgb(227,129,143) instead hex code.

Text Font Color

.myTextColor { color: #E3818F; }

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

This text font color is #E3818F.


Background Color

.myBgColor { background-color: #E3818F; }

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

This div background color is #E3818F.


Border color

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

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

This div border color is #E3818F.


Opacity

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

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

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

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

This text has shadow with #E3818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3818F on black background.


Color preview on white background

This text has color #E3818F on white background.



Black color preview on #E3818F background

This text has black color on #E3818F background.


White color preview on #E3818F background

This text has white color on #E3818F background.