COLOR #E73ABB

HEX: #E73ABB
RGB: (231,58,187)

Color info

#E73ABB contains mainly red and blue colors. Web safe color of #E73ABB is #FF33CC (or #F3C).

RGB color model

#E73ABB color RGB value is (231,58,187).

  • red value is 231;
  • green value is 58;
  • blue value is 187.
RGB:
(231,58,187)
(91%,23%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 58 of 255 = 23%
B 187 of 255 = 73%

231
58
187

R + G + B ~ 62%. #E73ABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 58 + 187 = 476 (100%)
R 231 of 476 ~ 48.53%
G 58 of 476 ~ 12.18%
B 187 of 476 ~ 39.29%

%48.53
%12.18
%39.29

CMYK color model

#E73ABB color CMYK value is (0,75,19,9).

  • cyan value is 0.00%
  • magenta value is 74.89%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(0,75,19,9)
C0M75Y19K9 
(0%,75%,19%,9%)
(0.00/0.75/0.19/0.09)	

CMYK percentages

%0
%74.89
%19.05
%9.41

Codes

Color #E73ABB in popluar color models

E73ABB
RGB23158187
HSL315°78.28%56.67%
HSB/HSV315°74.89%90.59%
CMYK0.00%74.89%19.05%
9.41%

Color #E73ABB in popluar number systems.

HEXE73ABB
Decimal23158187
Binary1110011111101010111011
Octal34772273

Shades and tints

Shades of #E73ABB

#E73ABB
(231,58,187)
#D235AA
(210,53,170)
#BD3099
(189,48,153)
#A82B88
(168,43,136)
#932677
(147,38,119)
#7E2166
(126,33,102)
#691C55
(105,28,85)
#541744
(84,23,68)
#3F1233
(63,18,51)
#2A0D22
(42,13,34)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #E73ABB

#E73ABB
(231,58,187)
#E94BC1
(233,75,193)
#EB5CC7
(235,92,199)
#ED6DCD
(237,109,205)
#EF7ED3
(239,126,211)
#F18FD9
(241,143,217)
#F3A0DF
(243,160,223)
#F5B1E5
(245,177,229)
#F7C2EB
(247,194,235)
#F9D3F1
(249,211,241)
#FBE4F7
(251,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E73ABB color. Also use rgb(231,58,187) instead hex code.

Text Font Color

.myTextColor { color: #E73ABB; }

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

This text font color is #E73ABB.


Background Color

.myBgColor { background-color: #E73ABB; }

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

This div background color is #E73ABB.


Border color

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

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

This div border color is #E73ABB.


Opacity

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

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

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

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

This text has shadow with #E73ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E73ABB on black background.


Color preview on white background

This text has color #E73ABB on white background.



Black color preview on #E73ABB background

This text has black color on #E73ABB background.


White color preview on #E73ABB background

This text has white color on #E73ABB background.