COLOR #E93D6D

HEX: #E93D6D
RGB: (233,61,109)

Color info

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

RGB color model

#E93D6D color RGB value is (233,61,109).

  • red value is 233;
  • green value is 61;
  • blue value is 109.
RGB:
(233,61,109)
(91%,24%,43%)

RGB channels and saturation

R 233 of 255 = 91%
G 61 of 255 = 24%
B 109 of 255 = 43%

233
61
109

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

Portions of RGB colors in percentages

R + G + B =
233 + 61 + 109 = 403 (100%)
R 233 of 403 ~ 57.82%
G 61 of 403 ~ 15.14%
B 109 of 403 ~ 27.05%

%57.82
%15.14
%27.05

CMYK color model

#E93D6D color CMYK value is (0,74,53,9).

  • cyan value is 0.00%
  • magenta value is 73.82%
  • yellow value is 53.22%
  • key color value is 8.63%
CMYK:
(0,74,53,9)
C0M74Y53K9 
(0%,74%,53%,9%)
(0.00/0.74/0.53/0.09)	

CMYK percentages

%0
%73.82
%53.22
%8.63

Codes

Color #E93D6D in popluar color models

E93D6D
RGB23361109
HSL343°79.63%57.65%
HSB/HSV343°73.82%91.37%
CMYK0.00%73.82%53.22%
8.63%

Color #E93D6D in popluar number systems.

HEXE93D6D
Decimal23361109
Binary111010011111011101101
Octal35175155

Shades and tints

Shades of #E93D6D

#E93D6D
(233,61,109)
#D43864
(212,56,100)
#BF335B
(191,51,91)
#AA2E52
(170,46,82)
#952949
(149,41,73)
#802440
(128,36,64)
#6B1F37
(107,31,55)
#561A2E
(86,26,46)
#411525
(65,21,37)
#2C101C
(44,16,28)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #E93D6D

#E93D6D
(233,61,109)
#EB4E7A
(235,78,122)
#ED5F87
(237,95,135)
#EF7094
(239,112,148)
#F181A1
(241,129,161)
#F392AE
(243,146,174)
#F5A3BB
(245,163,187)
#F7B4C8
(247,180,200)
#F9C5D5
(249,197,213)
#FBD6E2
(251,214,226)
#FDE7EF
(253,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E93D6D color. Also use rgb(233,61,109) instead hex code.

Text Font Color

.myTextColor { color: #E93D6D; }

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

This text font color is #E93D6D.


Background Color

.myBgColor { background-color: #E93D6D; }

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

This div background color is #E93D6D.


Border color

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

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

This div border color is #E93D6D.


Opacity

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

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

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

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

This text has shadow with #E93D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E93D6D on black background.


Color preview on white background

This text has color #E93D6D on white background.



Black color preview on #E93D6D background

This text has black color on #E93D6D background.


White color preview on #E93D6D background

This text has white color on #E93D6D background.