COLOR #E019B6

HEX: #E019B6
RGB: (224,25,182)

Color info

#E019B6 contains mainly red and blue colors. Web safe color of #E019B6 is #CC00CC (or #C0C).

RGB color model

#E019B6 color RGB value is (224,25,182).

  • red value is 224;
  • green value is 25;
  • blue value is 182.
RGB:
(224,25,182)
(88%,10%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 25 of 255 = 10%
B 182 of 255 = 71%

224
25
182

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

Portions of RGB colors in percentages

R + G + B =
224 + 25 + 182 = 431 (100%)
R 224 of 431 ~ 51.97%
G 25 of 431 ~ 5.8%
B 182 of 431 ~ 42.23%

%51.97
%42.23

CMYK color model

#E019B6 color CMYK value is (0,89,19,12).

  • cyan value is 0.00%
  • magenta value is 88.84%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(0,89,19,12)
C0M89Y19K12 
(0%,89%,19%,12%)
(0.00/0.89/0.19/0.12)	

CMYK percentages

%0
%88.84
%18.75
%12.16

Codes

Color #E019B6 in popluar color models

E019B6
RGB22425182
HSL313°79.92%48.82%
HSB/HSV313°88.84%87.84%
CMYK0.00%88.84%18.75%
12.16%

Color #E019B6 in popluar number systems.

HEXE019B6
Decimal22425182
Binary111000001100110110110
Octal34031266

Shades and tints

Shades of #E019B6

#E019B6
(224,25,182)
#CC17A6
(204,23,166)
#B81596
(184,21,150)
#A41386
(164,19,134)
#901176
(144,17,118)
#7C0F66
(124,15,102)
#680D56
(104,13,86)
#540B46
(84,11,70)
#400936
(64,9,54)
#2C0726
(44,7,38)
#180516
(24,5,22)
#000000
(0,0,0)

Tints of #E019B6

#E019B6
(224,25,182)
#E22DBC
(226,45,188)
#E441C2
(228,65,194)
#E655C8
(230,85,200)
#E869CE
(232,105,206)
#EA7DD4
(234,125,212)
#EC91DA
(236,145,218)
#EEA5E0
(238,165,224)
#F0B9E6
(240,185,230)
#F2CDEC
(242,205,236)
#F4E1F2
(244,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E019B6 color. Also use rgb(224,25,182) instead hex code.

Text Font Color

.myTextColor { color: #E019B6; }

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

This text font color is #E019B6.


Background Color

.myBgColor { background-color: #E019B6; }

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

This div background color is #E019B6.


Border color

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

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

This div border color is #E019B6.


Opacity

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

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

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

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

This text has shadow with #E019B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E019B6 on black background.


Color preview on white background

This text has color #E019B6 on white background.



Black color preview on #E019B6 background

This text has black color on #E019B6 background.


White color preview on #E019B6 background

This text has white color on #E019B6 background.