COLOR #EB68DF

HEX: #EB68DF
RGB: (235,104,223)

Color info

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

RGB color model

#EB68DF color RGB value is (235,104,223).

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

RGB channels and saturation

R 235 of 255 = 92%
G 104 of 255 = 41%
B 223 of 255 = 87%

235
104
223

R + G + B ~ 73%. #EB68DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 104 + 223 = 562 (100%)
R 235 of 562 ~ 41.81%
G 104 of 562 ~ 18.51%
B 223 of 562 ~ 39.68%

%41.81
%18.51
%39.68

CMYK color model

#EB68DF color CMYK value is (0,56,5,8).

  • cyan value is 0.00%
  • magenta value is 55.74%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(0,56,5,8)
C0M56Y5K8 
(0%,56%,5%,8%)
(0.00/0.56/0.05/0.08)	

CMYK percentages

%0
%55.74
%5.11
%7.84

Codes

Color #EB68DF in popluar color models

EB68DF
RGB235104223
HSL305°76.61%66.47%
HSB/HSV305°55.74%92.16%
CMYK0.00%55.74%5.11%
7.84%

Color #EB68DF in popluar number systems.

HEXEB68DF
Decimal235104223
Binary11101011110100011011111
Octal353150337

Shades and tints

Shades of #EB68DF

#EB68DF
(235,104,223)
#D65FCB
(214,95,203)
#C156B7
(193,86,183)
#AC4DA3
(172,77,163)
#97448F
(151,68,143)
#823B7B
(130,59,123)
#6D3267
(109,50,103)
#582953
(88,41,83)
#43203F
(67,32,63)
#2E172B
(46,23,43)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #EB68DF

#EB68DF
(235,104,223)
#EC75E1
(236,117,225)
#ED82E3
(237,130,227)
#EE8FE5
(238,143,229)
#EF9CE7
(239,156,231)
#F0A9E9
(240,169,233)
#F1B6EB
(241,182,235)
#F2C3ED
(242,195,237)
#F3D0EF
(243,208,239)
#F4DDF1
(244,221,241)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB68DF; }

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

This text font color is #EB68DF.


Background Color

.myBgColor { background-color: #EB68DF; }

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

This div background color is #EB68DF.


Border color

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

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

This div border color is #EB68DF.


Opacity

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

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

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

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

This text has shadow with #EB68DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB68DF on black background.


Color preview on white background

This text has color #EB68DF on white background.



Black color preview on #EB68DF background

This text has black color on #EB68DF background.


White color preview on #EB68DF background

This text has white color on #EB68DF background.