COLOR #E742A7

HEX: #E742A7
RGB: (231,66,167)

Color info

#E742A7 contains mainly red color. Web safe color of #E742A7 is #FF3399 (or #F39).

RGB color model

#E742A7 color RGB value is (231,66,167).

  • red value is 231;
  • green value is 66;
  • blue value is 167.
RGB: (231,66,167) (91%,26%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 66 of 255 = 26%
B 167 of 255 = 65%

231
66
167

R + G + B ~ 61%. #E742A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 66 + 167 = 464 (100%)
R 231 of 464 ~ 49.78%
G 66 of 464 ~ 14.22%
B 167 of 464 ~ 35.99%

%49.78
%14.22
%35.99

CMYK color model

#E742A7 color CMYK value is (0,71,28,9).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK: (0,71,28,9) C0M71Y28K9 (0%,71%,28%,9%) (0.00/0.71/0.28/0.09)

CMYK percentages

%0
%71.43
%27.71
%9.41

Codes

Color #E742A7 in popluar color models

E742A7
RGB23166167
HSL323°77.46%58.24%
HSB/HSV323°71.43%90.59%
CMYK0.00%71.43%27.71%
9.41%

Color #E742A7 in popluar number systems.

HEXE742A7
Decimal23166167
Binary11100111100001010100111
Octal347102247

Shades and tints

Shades of #E742A7

#E742A7
(231,66,167)
#D23C98
(210,60,152)
#BD3689
(189,54,137)
#A8307A
(168,48,122)
#932A6B
(147,42,107)
#7E245C
(126,36,92)
#691E4D
(105,30,77)
#54183E
(84,24,62)
#3F122F
(63,18,47)
#2A0C20
(42,12,32)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #E742A7

#E742A7
(231,66,167)
#E953AF
(233,83,175)
#EB64B7
(235,100,183)
#ED75BF
(237,117,191)
#EF86C7
(239,134,199)
#F197CF
(241,151,207)
#F3A8D7
(243,168,215)
#F5B9DF
(245,185,223)
#F7CAE7
(247,202,231)
#F9DBEF
(249,219,239)
#FBECF7
(251,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E742A7 color. Also use rgb(231,66,167) instead hex code.

Text Font Color

.myTextColor { color: #E742A7; }

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

This text font color is #E742A7.


Background Color

.myBgColor { background-color: #E742A7; }

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

This div background color is #E742A7.


Border color

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

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

This div border color is #E742A7.


Opacity

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

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

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

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

This text has shadow with #E742A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E742A7 on black background.


Color preview on white background

This text has color #E742A7 on white background.



Black color preview on #E742A7 background

This text has black color on #E742A7 background.


White color preview on #E742A7 background

This text has white color on #E742A7 background.