COLOR #E13BB3

HEX: #E13BB3
RGB: (225,59,179)

Color info

#E13BB3 contains mainly red and blue colors. Web safe color of #E13BB3 is #CC3399 (or #C39).

RGB color model

#E13BB3 color RGB value is (225,59,179).

  • red value is 225;
  • green value is 59;
  • blue value is 179.
RGB:
(225,59,179)
(88%,23%,70%)

RGB channels and saturation

R 225 of 255 = 88%
G 59 of 255 = 23%
B 179 of 255 = 70%

225
59
179

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

Portions of RGB colors in percentages

R + G + B =
225 + 59 + 179 = 463 (100%)
R 225 of 463 ~ 48.6%
G 59 of 463 ~ 12.74%
B 179 of 463 ~ 38.66%

%48.6
%12.74
%38.66

CMYK color model

#E13BB3 color CMYK value is (0,74,20,12).

  • cyan value is 0.00%
  • magenta value is 73.78%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(0,74,20,12)
C0M74Y20K12 
(0%,74%,20%,12%)
(0.00/0.74/0.20/0.12)	

CMYK percentages

%0
%73.78
%20.44
%11.76

Codes

Color #E13BB3 in popluar color models

E13BB3
RGB22559179
HSL317°73.45%55.69%
HSB/HSV317°73.78%88.24%
CMYK0.00%73.78%20.44%
11.76%

Color #E13BB3 in popluar number systems.

HEXE13BB3
Decimal22559179
Binary1110000111101110110011
Octal34173263

Shades and tints

Shades of #E13BB3

#E13BB3
(225,59,179)
#CD36A3
(205,54,163)
#B93193
(185,49,147)
#A52C83
(165,44,131)
#912773
(145,39,115)
#7D2263
(125,34,99)
#691D53
(105,29,83)
#551843
(85,24,67)
#411333
(65,19,51)
#2D0E23
(45,14,35)
#190913
(25,9,19)
#000000
(0,0,0)

Tints of #E13BB3

#E13BB3
(225,59,179)
#E34CB9
(227,76,185)
#E55DBF
(229,93,191)
#E76EC5
(231,110,197)
#E97FCB
(233,127,203)
#EB90D1
(235,144,209)
#EDA1D7
(237,161,215)
#EFB2DD
(239,178,221)
#F1C3E3
(241,195,227)
#F3D4E9
(243,212,233)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13BB3 color. Also use rgb(225,59,179) instead hex code.

Text Font Color

.myTextColor { color: #E13BB3; }

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

This text font color is #E13BB3.


Background Color

.myBgColor { background-color: #E13BB3; }

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

This div background color is #E13BB3.


Border color

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

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

This div border color is #E13BB3.


Opacity

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

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

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

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

This text has shadow with #E13BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13BB3 on black background.


Color preview on white background

This text has color #E13BB3 on white background.



Black color preview on #E13BB3 background

This text has black color on #E13BB3 background.


White color preview on #E13BB3 background

This text has white color on #E13BB3 background.