COLOR #E93B52

HEX: #E93B52
RGB: (233,59,82)

Color info

#E93B52 contains mainly red color. Web safe color of #E93B52 is #FF3366 (or #F36).

RGB color model

#E93B52 color RGB value is (233,59,82).

  • red value is 233;
  • green value is 59;
  • blue value is 82.
RGB:
(233,59,82)
(91%,23%,32%)

RGB channels and saturation

R 233 of 255 = 91%
G 59 of 255 = 23%
B 82 of 255 = 32%

233
59
82

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

Portions of RGB colors in percentages

R + G + B =
233 + 59 + 82 = 374 (100%)
R 233 of 374 ~ 62.3%
G 59 of 374 ~ 15.78%
B 82 of 374 ~ 21.93%

%62.3
%15.78
%21.93

CMYK color model

#E93B52 color CMYK value is (0,75,65,9).

  • cyan value is 0.00%
  • magenta value is 74.68%
  • yellow value is 64.81%
  • key color value is 8.63%
CMYK:
(0,75,65,9)
C0M75Y65K9 
(0%,75%,65%,9%)
(0.00/0.75/0.65/0.09)	

CMYK percentages

%0
%74.68
%64.81
%8.63

Codes

Color #E93B52 in popluar color models

E93B52
RGB2335982
HSL352°79.82%57.25%
HSB/HSV352°74.68%91.37%
CMYK0.00%74.68%64.81%
8.63%

Color #E93B52 in popluar number systems.

HEXE93B52
Decimal2335982
Binary111010011110111010010
Octal35173122

Shades and tints

Shades of #E93B52

#E93B52
(233,59,82)
#D4364B
(212,54,75)
#BF3144
(191,49,68)
#AA2C3D
(170,44,61)
#952736
(149,39,54)
#80222F
(128,34,47)
#6B1D28
(107,29,40)
#561821
(86,24,33)
#41131A
(65,19,26)
#2C0E13
(44,14,19)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #E93B52

#E93B52
(233,59,82)
#EB4C61
(235,76,97)
#ED5D70
(237,93,112)
#EF6E7F
(239,110,127)
#F17F8E
(241,127,142)
#F3909D
(243,144,157)
#F5A1AC
(245,161,172)
#F7B2BB
(247,178,187)
#F9C3CA
(249,195,202)
#FBD4D9
(251,212,217)
#FDE5E8
(253,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93B52 color. Also use rgb(233,59,82) instead hex code.

Text Font Color

.myTextColor { color: #E93B52; }

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

This text font color is #E93B52.


Background Color

.myBgColor { background-color: #E93B52; }

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

This div background color is #E93B52.


Border color

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

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

This div border color is #E93B52.


Opacity

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

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

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

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

This text has shadow with #E93B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E93B52 on black background.


Color preview on white background

This text has color #E93B52 on white background.



Black color preview on #E93B52 background

This text has black color on #E93B52 background.


White color preview on #E93B52 background

This text has white color on #E93B52 background.