COLOR #E07FC1

HEX: #E07FC1
RGB: (224,127,193)

Color info

#E07FC1 contains mainly red and blue colors. Web safe color of #E07FC1 is #CC66CC (or #C6C).

RGB color model

#E07FC1 color RGB value is (224,127,193).

  • red value is 224;
  • green value is 127;
  • blue value is 193.
RGB:
(224,127,193)
(88%,50%,76%)

RGB channels and saturation

R 224 of 255 = 88%
G 127 of 255 = 50%
B 193 of 255 = 76%

224
127
193

R + G + B ~ 71%. #E07FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 127 + 193 = 544 (100%)
R 224 of 544 ~ 41.18%
G 127 of 544 ~ 23.35%
B 193 of 544 ~ 35.48%

%41.18
%23.35
%35.48

CMYK color model

#E07FC1 color CMYK value is (0,43,14,12).

  • cyan value is 0.00%
  • magenta value is 43.30%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(0,43,14,12)
C0M43Y14K12 
(0%,43%,14%,12%)
(0.00/0.43/0.14/0.12)	

CMYK percentages

%0
%43.3
%13.84
%12.16

Codes

Color #E07FC1 in popluar color models

E07FC1
RGB224127193
HSL319°61.01%68.82%
HSB/HSV319°43.30%87.84%
CMYK0.00%43.30%13.84%
12.16%

Color #E07FC1 in popluar number systems.

HEXE07FC1
Decimal224127193
Binary11100000111111111000001
Octal340177301

Shades and tints

Shades of #E07FC1

#E07FC1
(224,127,193)
#CC74B0
(204,116,176)
#B8699F
(184,105,159)
#A45E8E
(164,94,142)
#90537D
(144,83,125)
#7C486C
(124,72,108)
#683D5B
(104,61,91)
#54324A
(84,50,74)
#402739
(64,39,57)
#2C1C28
(44,28,40)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E07FC1

#E07FC1
(224,127,193)
#E28AC6
(226,138,198)
#E495CB
(228,149,203)
#E6A0D0
(230,160,208)
#E8ABD5
(232,171,213)
#EAB6DA
(234,182,218)
#ECC1DF
(236,193,223)
#EECCE4
(238,204,228)
#F0D7E9
(240,215,233)
#F2E2EE
(242,226,238)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07FC1 color. Also use rgb(224,127,193) instead hex code.

Text Font Color

.myTextColor { color: #E07FC1; }

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

This text font color is #E07FC1.


Background Color

.myBgColor { background-color: #E07FC1; }

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

This div background color is #E07FC1.


Border color

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

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

This div border color is #E07FC1.


Opacity

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

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

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

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

This text has shadow with #E07FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07FC1 on black background.


Color preview on white background

This text has color #E07FC1 on white background.



Black color preview on #E07FC1 background

This text has black color on #E07FC1 background.


White color preview on #E07FC1 background

This text has white color on #E07FC1 background.