COLOR #EB6686

HEX: #EB6686
RGB: (235,102,134)

Color info

#EB6686 contains mainly red color. Web safe color of #EB6686 is #FF6699 (or #F69).

RGB color model

#EB6686 color RGB value is (235,102,134).

  • red value is 235;
  • green value is 102;
  • blue value is 134.
RGB:
(235,102,134)
(92%,40%,53%)

RGB channels and saturation

R 235 of 255 = 92%
G 102 of 255 = 40%
B 134 of 255 = 53%

235
102
134

R + G + B ~ 62%. #EB6686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 102 + 134 = 471 (100%)
R 235 of 471 ~ 49.89%
G 102 of 471 ~ 21.66%
B 134 of 471 ~ 28.45%

%49.89
%21.66
%28.45

CMYK color model

#EB6686 color CMYK value is (0,57,43,8).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 42.98%
  • key color value is 7.84%
CMYK:
(0,57,43,8)
C0M57Y43K8 
(0%,57%,43%,8%)
(0.00/0.57/0.43/0.08)	

CMYK percentages

%0
%56.6
%42.98
%7.84

Codes

Color #EB6686 in popluar color models

EB6686
RGB235102134
HSL346°76.88%66.08%
HSB/HSV346°56.60%92.16%
CMYK0.00%56.60%42.98%
7.84%

Color #EB6686 in popluar number systems.

HEXEB6686
Decimal235102134
Binary11101011110011010000110
Octal353146206

Shades and tints

Shades of #EB6686

#EB6686
(235,102,134)
#D65D7A
(214,93,122)
#C1546E
(193,84,110)
#AC4B62
(172,75,98)
#974256
(151,66,86)
#82394A
(130,57,74)
#6D303E
(109,48,62)
#582732
(88,39,50)
#431E26
(67,30,38)
#2E151A
(46,21,26)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #EB6686

#EB6686
(235,102,134)
#EC7391
(236,115,145)
#ED809C
(237,128,156)
#EE8DA7
(238,141,167)
#EF9AB2
(239,154,178)
#F0A7BD
(240,167,189)
#F1B4C8
(241,180,200)
#F2C1D3
(242,193,211)
#F3CEDE
(243,206,222)
#F4DBE9
(244,219,233)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6686 color. Also use rgb(235,102,134) instead hex code.

Text Font Color

.myTextColor { color: #EB6686; }

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

This text font color is #EB6686.


Background Color

.myBgColor { background-color: #EB6686; }

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

This div background color is #EB6686.


Border color

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

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

This div border color is #EB6686.


Opacity

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

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

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

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

This text has shadow with #EB6686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6686 on black background.


Color preview on white background

This text has color #EB6686 on white background.



Black color preview on #EB6686 background

This text has black color on #EB6686 background.


White color preview on #EB6686 background

This text has white color on #EB6686 background.