COLOR #E50952

HEX: #E50952
RGB: (229,9,82)

Color info

#E50952 contains mainly red color. Web safe color of #E50952 is #CC0066 (or #C06).

RGB color model

#E50952 color RGB value is (229,9,82).

  • red value is 229;
  • green value is 9;
  • blue value is 82.
RGB:
(229,9,82)
(90%,4%,32%)

RGB channels and saturation

R 229 of 255 = 90%
G 9 of 255 = 4%
B 82 of 255 = 32%

229
9
82

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

Portions of RGB colors in percentages

R + G + B =
229 + 9 + 82 = 320 (100%)
R 229 of 320 ~ 71.56%
G 9 of 320 ~ 2.81%
B 82 of 320 ~ 25.63%

%71.56
%25.63

CMYK color model

#E50952 color CMYK value is (0,96,64,10).

  • cyan value is 0.00%
  • magenta value is 96.07%
  • yellow value is 64.19%
  • key color value is 10.20%
CMYK:
(0,96,64,10)
C0M96Y64K10 
(0%,96%,64%,10%)
(0.00/0.96/0.64/0.10)	

CMYK percentages

%0
%96.07
%64.19
%10.2

Codes

Color #E50952 in popluar color models

E50952
RGB229982
HSL340°92.44%46.67%
HSB/HSV340°96.07%89.80%
CMYK0.00%96.07%64.19%
10.20%

Color #E50952 in popluar number systems.

HEXE50952
Decimal229982
Binary1110010110011010010
Octal34511122

Shades and tints

Shades of #E50952

#E50952
(229,9,82)
#D1094B
(209,9,75)
#BD0944
(189,9,68)
#A9093D
(169,9,61)
#950936
(149,9,54)
#81092F
(129,9,47)
#6D0928
(109,9,40)
#590921
(89,9,33)
#45091A
(69,9,26)
#310913
(49,9,19)
#1D090C
(29,9,12)
#000000
(0,0,0)

Tints of #E50952

#E50952
(229,9,82)
#E71F61
(231,31,97)
#E93570
(233,53,112)
#EB4B7F
(235,75,127)
#ED618E
(237,97,142)
#EF779D
(239,119,157)
#F18DAC
(241,141,172)
#F3A3BB
(243,163,187)
#F5B9CA
(245,185,202)
#F7CFD9
(247,207,217)
#F9E5E8
(249,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50952 color. Also use rgb(229,9,82) instead hex code.

Text Font Color

.myTextColor { color: #E50952; }

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

This text font color is #E50952.


Background Color

.myBgColor { background-color: #E50952; }

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

This div background color is #E50952.


Border color

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

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

This div border color is #E50952.


Opacity

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

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

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

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

This text has shadow with #E50952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50952 on black background.


Color preview on white background

This text has color #E50952 on white background.



Black color preview on #E50952 background

This text has black color on #E50952 background.


White color preview on #E50952 background

This text has white color on #E50952 background.