COLOR #EB6B90

HEX: #EB6B90
RGB: (235,107,144)

Color info

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

RGB color model

#EB6B90 color RGB value is (235,107,144).

  • red value is 235;
  • green value is 107;
  • blue value is 144.
RGB:
(235,107,144)
(92%,42%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 107 of 255 = 42%
B 144 of 255 = 56%

235
107
144

R + G + B ~ 63%. #EB6B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 107 + 144 = 486 (100%)
R 235 of 486 ~ 48.35%
G 107 of 486 ~ 22.02%
B 144 of 486 ~ 29.63%

%48.35
%22.02
%29.63

CMYK color model

#EB6B90 color CMYK value is (0,54,39,8).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 38.72%
  • key color value is 7.84%
CMYK:
(0,54,39,8)
C0M54Y39K8 
(0%,54%,39%,8%)
(0.00/0.54/0.39/0.08)	

CMYK percentages

%0
%54.47
%38.72
%7.84

Codes

Color #EB6B90 in popluar color models

EB6B90
RGB235107144
HSL343°76.19%67.06%
HSB/HSV343°54.47%92.16%
CMYK0.00%54.47%38.72%
7.84%

Color #EB6B90 in popluar number systems.

HEXEB6B90
Decimal235107144
Binary11101011110101110010000
Octal353153220

Shades and tints

Shades of #EB6B90

#EB6B90
(235,107,144)
#D66283
(214,98,131)
#C15976
(193,89,118)
#AC5069
(172,80,105)
#97475C
(151,71,92)
#823E4F
(130,62,79)
#6D3542
(109,53,66)
#582C35
(88,44,53)
#432328
(67,35,40)
#2E1A1B
(46,26,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #EB6B90

#EB6B90
(235,107,144)
#EC789A
(236,120,154)
#ED85A4
(237,133,164)
#EE92AE
(238,146,174)
#EF9FB8
(239,159,184)
#F0ACC2
(240,172,194)
#F1B9CC
(241,185,204)
#F2C6D6
(242,198,214)
#F3D3E0
(243,211,224)
#F4E0EA
(244,224,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6B90 color. Also use rgb(235,107,144) instead hex code.

Text Font Color

.myTextColor { color: #EB6B90; }

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

This text font color is #EB6B90.


Background Color

.myBgColor { background-color: #EB6B90; }

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

This div background color is #EB6B90.


Border color

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

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

This div border color is #EB6B90.


Opacity

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

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

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

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

This text has shadow with #EB6B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6B90 on black background.


Color preview on white background

This text has color #EB6B90 on white background.



Black color preview on #EB6B90 background

This text has black color on #EB6B90 background.


White color preview on #EB6B90 background

This text has white color on #EB6B90 background.