COLOR #EB708E

HEX: #EB708E
RGB: (235,112,142)

Color info

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

RGB color model

#EB708E color RGB value is (235,112,142).

  • red value is 235;
  • green value is 112;
  • blue value is 142.
RGB:
(235,112,142)
(92%,44%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 112 of 255 = 44%
B 142 of 255 = 56%

235
112
142

R + G + B ~ 64%. #EB708E is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 112 + 142 = 489 (100%)
R 235 of 489 ~ 48.06%
G 112 of 489 ~ 22.9%
B 142 of 489 ~ 29.04%

%48.06
%22.9
%29.04

CMYK color model

#EB708E color CMYK value is (0,52,40,8).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 39.57%
  • key color value is 7.84%
CMYK:
(0,52,40,8)
C0M52Y40K8 
(0%,52%,40%,8%)
(0.00/0.52/0.40/0.08)	

CMYK percentages

%0
%52.34
%39.57
%7.84

Codes

Color #EB708E in popluar color models

EB708E
RGB235112142
HSL345°75.46%68.04%
HSB/HSV345°52.34%92.16%
CMYK0.00%52.34%39.57%
7.84%

Color #EB708E in popluar number systems.

HEXEB708E
Decimal235112142
Binary11101011111000010001110
Octal353160216

Shades and tints

Shades of #EB708E

#EB708E
(235,112,142)
#D66682
(214,102,130)
#C15C76
(193,92,118)
#AC526A
(172,82,106)
#97485E
(151,72,94)
#823E52
(130,62,82)
#6D3446
(109,52,70)
#582A3A
(88,42,58)
#43202E
(67,32,46)
#2E1622
(46,22,34)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #EB708E

#EB708E
(235,112,142)
#EC7D98
(236,125,152)
#ED8AA2
(237,138,162)
#EE97AC
(238,151,172)
#EFA4B6
(239,164,182)
#F0B1C0
(240,177,192)
#F1BECA
(241,190,202)
#F2CBD4
(242,203,212)
#F3D8DE
(243,216,222)
#F4E5E8
(244,229,232)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB708E color. Also use rgb(235,112,142) instead hex code.

Text Font Color

.myTextColor { color: #EB708E; }

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

This text font color is #EB708E.


Background Color

.myBgColor { background-color: #EB708E; }

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

This div background color is #EB708E.


Border color

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

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

This div border color is #EB708E.


Opacity

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

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

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

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

This text has shadow with #EB708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB708E on black background.


Color preview on white background

This text has color #EB708E on white background.



Black color preview on #EB708E background

This text has black color on #EB708E background.


White color preview on #EB708E background

This text has white color on #EB708E background.