COLOR #E19484

HEX: #E19484
RGB: (225,148,132)

Color info

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

RGB color model

#E19484 color RGB value is (225,148,132).

  • red value is 225;
  • green value is 148;
  • blue value is 132.
RGB:
(225,148,132)
(88%,58%,52%)

RGB channels and saturation

R 225 of 255 = 88%
G 148 of 255 = 58%
B 132 of 255 = 52%

225
148
132

R + G + B ~ 66%. #E19484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 148 + 132 = 505 (100%)
R 225 of 505 ~ 44.55%
G 148 of 505 ~ 29.31%
B 132 of 505 ~ 26.14%

%44.55
%29.31
%26.14

CMYK color model

#E19484 color CMYK value is (0,34,41,12).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 41.33%
  • key color value is 11.76%
CMYK:
(0,34,41,12)
C0M34Y41K12 
(0%,34%,41%,12%)
(0.00/0.34/0.41/0.12)	

CMYK percentages

%0
%34.22
%41.33
%11.76

Codes

Color #E19484 in popluar color models

E19484
RGB225148132
HSL10°60.78%70.00%
HSB/HSV10°41.33%88.24%
CMYK0.00%34.22%41.33%
11.76%

Color #E19484 in popluar number systems.

HEXE19484
Decimal225148132
Binary111000011001010010000100
Octal341224204

Shades and tints

Shades of #E19484

#E19484
(225,148,132)
#CD8778
(205,135,120)
#B97A6C
(185,122,108)
#A56D60
(165,109,96)
#916054
(145,96,84)
#7D5348
(125,83,72)
#69463C
(105,70,60)
#553930
(85,57,48)
#412C24
(65,44,36)
#2D1F18
(45,31,24)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #E19484

#E19484
(225,148,132)
#E39D8F
(227,157,143)
#E5A69A
(229,166,154)
#E7AFA5
(231,175,165)
#E9B8B0
(233,184,176)
#EBC1BB
(235,193,187)
#EDCAC6
(237,202,198)
#EFD3D1
(239,211,209)
#F1DCDC
(241,220,220)
#F3E5E7
(243,229,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19484 color. Also use rgb(225,148,132) instead hex code.

Text Font Color

.myTextColor { color: #E19484; }

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

This text font color is #E19484.


Background Color

.myBgColor { background-color: #E19484; }

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

This div background color is #E19484.


Border color

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

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

This div border color is #E19484.


Opacity

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

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

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

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

This text has shadow with #E19484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19484 on black background.


Color preview on white background

This text has color #E19484 on white background.



Black color preview on #E19484 background

This text has black color on #E19484 background.


White color preview on #E19484 background

This text has white color on #E19484 background.