COLOR #EB90BA

HEX: #EB90BA
RGB: (235,144,186)

Color info

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

RGB color model

#EB90BA color RGB value is (235,144,186).

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

RGB channels and saturation

R 235 of 255 = 92%
G 144 of 255 = 56%
B 186 of 255 = 73%

235
144
186

R + G + B ~ 74%. #EB90BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 144 + 186 = 565 (100%)
R 235 of 565 ~ 41.59%
G 144 of 565 ~ 25.49%
B 186 of 565 ~ 32.92%

%41.59
%25.49
%32.92

CMYK color model

#EB90BA color CMYK value is (0,39,21,8).

  • cyan value is 0.00%
  • magenta value is 38.72%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,39,21,8)
C0M39Y21K8 
(0%,39%,21%,8%)
(0.00/0.39/0.21/0.08)	

CMYK percentages

%0
%38.72
%20.85
%7.84

Codes

Color #EB90BA in popluar color models

EB90BA
RGB235144186
HSL332°69.47%74.31%
HSB/HSV332°38.72%92.16%
CMYK0.00%38.72%20.85%
7.84%

Color #EB90BA in popluar number systems.

HEXEB90BA
Decimal235144186
Binary111010111001000010111010
Octal353220272

Shades and tints

Shades of #EB90BA

#EB90BA
(235,144,186)
#D683AA
(214,131,170)
#C1769A
(193,118,154)
#AC698A
(172,105,138)
#975C7A
(151,92,122)
#824F6A
(130,79,106)
#6D425A
(109,66,90)
#58354A
(88,53,74)
#43283A
(67,40,58)
#2E1B2A
(46,27,42)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #EB90BA

#EB90BA
(235,144,186)
#EC9AC0
(236,154,192)
#EDA4C6
(237,164,198)
#EEAECC
(238,174,204)
#EFB8D2
(239,184,210)
#F0C2D8
(240,194,216)
#F1CCDE
(241,204,222)
#F2D6E4
(242,214,228)
#F3E0EA
(243,224,234)
#F4EAF0
(244,234,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB90BA; }

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

This text font color is #EB90BA.


Background Color

.myBgColor { background-color: #EB90BA; }

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

This div background color is #EB90BA.


Border color

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

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

This div border color is #EB90BA.


Opacity

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

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

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

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

This text has shadow with #EB90BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB90BA on black background.


Color preview on white background

This text has color #EB90BA on white background.



Black color preview on #EB90BA background

This text has black color on #EB90BA background.


White color preview on #EB90BA background

This text has white color on #EB90BA background.