COLOR #EB81DF

HEX: #EB81DF
RGB: (235,129,223)

Color info

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

RGB color model

#EB81DF color RGB value is (235,129,223).

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

RGB channels and saturation

R 235 of 255 = 92%
G 129 of 255 = 51%
B 223 of 255 = 87%

235
129
223

R + G + B ~ 77%. #EB81DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 129 + 223 = 587 (100%)
R 235 of 587 ~ 40.03%
G 129 of 587 ~ 21.98%
B 223 of 587 ~ 37.99%

%40.03
%21.98
%37.99

CMYK color model

#EB81DF color CMYK value is (0,45,5,8).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(0,45,5,8)
C0M45Y5K8 
(0%,45%,5%,8%)
(0.00/0.45/0.05/0.08)	

CMYK percentages

%0
%45.11
%5.11
%7.84

Codes

Color #EB81DF in popluar color models

EB81DF
RGB235129223
HSL307°72.60%71.37%
HSB/HSV307°45.11%92.16%
CMYK0.00%45.11%5.11%
7.84%

Color #EB81DF in popluar number systems.

HEXEB81DF
Decimal235129223
Binary111010111000000111011111
Octal353201337

Shades and tints

Shades of #EB81DF

#EB81DF
(235,129,223)
#D676CB
(214,118,203)
#C16BB7
(193,107,183)
#AC60A3
(172,96,163)
#97558F
(151,85,143)
#824A7B
(130,74,123)
#6D3F67
(109,63,103)
#583453
(88,52,83)
#43293F
(67,41,63)
#2E1E2B
(46,30,43)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #EB81DF

#EB81DF
(235,129,223)
#EC8CE1
(236,140,225)
#ED97E3
(237,151,227)
#EEA2E5
(238,162,229)
#EFADE7
(239,173,231)
#F0B8E9
(240,184,233)
#F1C3EB
(241,195,235)
#F2CEED
(242,206,237)
#F3D9EF
(243,217,239)
#F4E4F1
(244,228,241)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB81DF; }

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

This text font color is #EB81DF.


Background Color

.myBgColor { background-color: #EB81DF; }

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

This div background color is #EB81DF.


Border color

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

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

This div border color is #EB81DF.


Opacity

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

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

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

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

This text has shadow with #EB81DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB81DF on black background.


Color preview on white background

This text has color #EB81DF on white background.



Black color preview on #EB81DF background

This text has black color on #EB81DF background.


White color preview on #EB81DF background

This text has white color on #EB81DF background.