COLOR #E52B50

HEX: #E52B50
RGB: (229,43,80)

Color info

#E52B50 contains mainly red color. Web safe color of #E52B50 is #CC3366 (or #C36).

RGB color model

#E52B50 color RGB value is (229,43,80).

  • red value is 229;
  • green value is 43;
  • blue value is 80.
RGB:
(229,43,80)
(90%,17%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 43 of 255 = 17%
B 80 of 255 = 31%

229
43
80

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

Portions of RGB colors in percentages

R + G + B =
229 + 43 + 80 = 352 (100%)
R 229 of 352 ~ 65.06%
G 43 of 352 ~ 12.22%
B 80 of 352 ~ 22.73%

%65.06
%12.22
%22.73

CMYK color model

#E52B50 color CMYK value is (0,81,65,10).

  • cyan value is 0.00%
  • magenta value is 81.22%
  • yellow value is 65.07%
  • key color value is 10.20%
CMYK:
(0,81,65,10)
C0M81Y65K10 
(0%,81%,65%,10%)
(0.00/0.81/0.65/0.10)	

CMYK percentages

%0
%81.22
%65.07
%10.2

Codes

Color #E52B50 in popluar color models

E52B50
RGB2294380
HSL348°78.15%53.33%
HSB/HSV348°81.22%89.80%
CMYK0.00%81.22%65.07%
10.20%

Color #E52B50 in popluar number systems.

HEXE52B50
Decimal2294380
Binary111001011010111010000
Octal34553120

Shades and tints

Shades of #E52B50

#E52B50
(229,43,80)
#D12849
(209,40,73)
#BD2542
(189,37,66)
#A9223B
(169,34,59)
#951F34
(149,31,52)
#811C2D
(129,28,45)
#6D1926
(109,25,38)
#59161F
(89,22,31)
#451318
(69,19,24)
#311011
(49,16,17)
#1D0D0A
(29,13,10)
#000000
(0,0,0)

Tints of #E52B50

#E52B50
(229,43,80)
#E73E5F
(231,62,95)
#E9516E
(233,81,110)
#EB647D
(235,100,125)
#ED778C
(237,119,140)
#EF8A9B
(239,138,155)
#F19DAA
(241,157,170)
#F3B0B9
(243,176,185)
#F5C3C8
(245,195,200)
#F7D6D7
(247,214,215)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E52B50 color. Also use rgb(229,43,80) instead hex code.

Text Font Color

.myTextColor { color: #E52B50; }

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

This text font color is #E52B50.


Background Color

.myBgColor { background-color: #E52B50; }

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

This div background color is #E52B50.


Border color

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

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

This div border color is #E52B50.


Opacity

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

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

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

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

This text has shadow with #E52B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E52B50 on black background.


Color preview on white background

This text has color #E52B50 on white background.



Black color preview on #E52B50 background

This text has black color on #E52B50 background.


White color preview on #E52B50 background

This text has white color on #E52B50 background.