COLOR #EB5DB9

HEX: #EB5DB9
RGB: (235,93,185)

Color info

#EB5DB9 contains mainly red and blue colors. Web safe color of #EB5DB9 is #FF66CC (or #F6C).

RGB color model

#EB5DB9 color RGB value is (235,93,185).

  • red value is 235;
  • green value is 93;
  • blue value is 185.
RGB:
(235,93,185)
(92%,36%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 93 of 255 = 36%
B 185 of 255 = 73%

235
93
185

R + G + B ~ 67%. #EB5DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 93 + 185 = 513 (100%)
R 235 of 513 ~ 45.81%
G 93 of 513 ~ 18.13%
B 185 of 513 ~ 36.06%

%45.81
%18.13
%36.06

CMYK color model

#EB5DB9 color CMYK value is (0,60,21,8).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,60,21,8)
C0M60Y21K8 
(0%,60%,21%,8%)
(0.00/0.60/0.21/0.08)	

CMYK percentages

%0
%60.43
%21.28
%7.84

Codes

Color #EB5DB9 in popluar color models

EB5DB9
RGB23593185
HSL321°78.02%64.31%
HSB/HSV321°60.43%92.16%
CMYK0.00%60.43%21.28%
7.84%

Color #EB5DB9 in popluar number systems.

HEXEB5DB9
Decimal23593185
Binary11101011101110110111001
Octal353135271

Shades and tints

Shades of #EB5DB9

#EB5DB9
(235,93,185)
#D655A9
(214,85,169)
#C14D99
(193,77,153)
#AC4589
(172,69,137)
#973D79
(151,61,121)
#823569
(130,53,105)
#6D2D59
(109,45,89)
#582549
(88,37,73)
#431D39
(67,29,57)
#2E1529
(46,21,41)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #EB5DB9

#EB5DB9
(235,93,185)
#EC6BBF
(236,107,191)
#ED79C5
(237,121,197)
#EE87CB
(238,135,203)
#EF95D1
(239,149,209)
#F0A3D7
(240,163,215)
#F1B1DD
(241,177,221)
#F2BFE3
(242,191,227)
#F3CDE9
(243,205,233)
#F4DBEF
(244,219,239)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5DB9 color. Also use rgb(235,93,185) instead hex code.

Text Font Color

.myTextColor { color: #EB5DB9; }

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

This text font color is #EB5DB9.


Background Color

.myBgColor { background-color: #EB5DB9; }

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

This div background color is #EB5DB9.


Border color

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

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

This div border color is #EB5DB9.


Opacity

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

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

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

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

This text has shadow with #EB5DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5DB9 on black background.


Color preview on white background

This text has color #EB5DB9 on white background.



Black color preview on #EB5DB9 background

This text has black color on #EB5DB9 background.


White color preview on #EB5DB9 background

This text has white color on #EB5DB9 background.