COLOR #EB93DF

HEX: #EB93DF
RGB: (235,147,223)

Color info

#EB93DF contains mainly red and blue colors. Web safe color of #EB93DF is #FF99CC (or #F9C).

RGB color model

#EB93DF color RGB value is (235,147,223).

  • red value is 235;
  • green value is 147;
  • blue value is 223.
RGB:
(235,147,223)
(92%,58%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 147 of 255 = 58%
B 223 of 255 = 87%

235
147
223

R + G + B ~ 79%. #EB93DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 147 + 223 = 605 (100%)
R 235 of 605 ~ 38.84%
G 147 of 605 ~ 24.3%
B 223 of 605 ~ 36.86%

%38.84
%24.3
%36.86

CMYK color model

#EB93DF color CMYK value is (0,37,5,8).

  • cyan value is 0.00%
  • magenta value is 37.45%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(0,37,5,8)
C0M37Y5K8 
(0%,37%,5%,8%)
(0.00/0.37/0.05/0.08)	

CMYK percentages

%0
%37.45
%5.11
%7.84

Codes

Color #EB93DF in popluar color models

EB93DF
RGB235147223
HSL308°68.75%74.90%
HSB/HSV308°37.45%92.16%
CMYK0.00%37.45%5.11%
7.84%

Color #EB93DF in popluar number systems.

HEXEB93DF
Decimal235147223
Binary111010111001001111011111
Octal353223337

Shades and tints

Shades of #EB93DF

#EB93DF
(235,147,223)
#D686CB
(214,134,203)
#C179B7
(193,121,183)
#AC6CA3
(172,108,163)
#975F8F
(151,95,143)
#82527B
(130,82,123)
#6D4567
(109,69,103)
#583853
(88,56,83)
#432B3F
(67,43,63)
#2E1E2B
(46,30,43)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #EB93DF

#EB93DF
(235,147,223)
#EC9CE1
(236,156,225)
#EDA5E3
(237,165,227)
#EEAEE5
(238,174,229)
#EFB7E7
(239,183,231)
#F0C0E9
(240,192,233)
#F1C9EB
(241,201,235)
#F2D2ED
(242,210,237)
#F3DBEF
(243,219,239)
#F4E4F1
(244,228,241)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB93DF color. Also use rgb(235,147,223) instead hex code.

Text Font Color

.myTextColor { color: #EB93DF; }

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

This text font color is #EB93DF.


Background Color

.myBgColor { background-color: #EB93DF; }

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

This div background color is #EB93DF.


Border color

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

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

This div border color is #EB93DF.


Opacity

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

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

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

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

This text has shadow with #EB93DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB93DF on black background.


Color preview on white background

This text has color #EB93DF on white background.



Black color preview on #EB93DF background

This text has black color on #EB93DF background.


White color preview on #EB93DF background

This text has white color on #EB93DF background.