COLOR #EB5AA6

HEX: #EB5AA6
RGB: (235,90,166)

Color info

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

RGB color model

#EB5AA6 color RGB value is (235,90,166).

  • red value is 235;
  • green value is 90;
  • blue value is 166.
RGB:
(235,90,166)
(92%,35%,65%)

RGB channels and saturation

R 235 of 255 = 92%
G 90 of 255 = 35%
B 166 of 255 = 65%

235
90
166

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

Portions of RGB colors in percentages

R + G + B =
235 + 90 + 166 = 491 (100%)
R 235 of 491 ~ 47.86%
G 90 of 491 ~ 18.33%
B 166 of 491 ~ 33.81%

%47.86
%18.33
%33.81

CMYK color model

#EB5AA6 color CMYK value is (0,62,29,8).

  • cyan value is 0.00%
  • magenta value is 61.70%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(0,62,29,8)
C0M62Y29K8 
(0%,62%,29%,8%)
(0.00/0.62/0.29/0.08)	

CMYK percentages

%0
%61.7
%29.36
%7.84

Codes

Color #EB5AA6 in popluar color models

EB5AA6
RGB23590166
HSL329°78.38%63.73%
HSB/HSV329°61.70%92.16%
CMYK0.00%61.70%29.36%
7.84%

Color #EB5AA6 in popluar number systems.

HEXEB5AA6
Decimal23590166
Binary11101011101101010100110
Octal353132246

Shades and tints

Shades of #EB5AA6

#EB5AA6
(235,90,166)
#D65297
(214,82,151)
#C14A88
(193,74,136)
#AC4279
(172,66,121)
#973A6A
(151,58,106)
#82325B
(130,50,91)
#6D2A4C
(109,42,76)
#58223D
(88,34,61)
#431A2E
(67,26,46)
#2E121F
(46,18,31)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #EB5AA6

#EB5AA6
(235,90,166)
#EC69AE
(236,105,174)
#ED78B6
(237,120,182)
#EE87BE
(238,135,190)
#EF96C6
(239,150,198)
#F0A5CE
(240,165,206)
#F1B4D6
(241,180,214)
#F2C3DE
(242,195,222)
#F3D2E6
(243,210,230)
#F4E1EE
(244,225,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5AA6 color. Also use rgb(235,90,166) instead hex code.

Text Font Color

.myTextColor { color: #EB5AA6; }

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

This text font color is #EB5AA6.


Background Color

.myBgColor { background-color: #EB5AA6; }

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

This div background color is #EB5AA6.


Border color

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

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

This div border color is #EB5AA6.


Opacity

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

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

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

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

This text has shadow with #EB5AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5AA6 on black background.


Color preview on white background

This text has color #EB5AA6 on white background.



Black color preview on #EB5AA6 background

This text has black color on #EB5AA6 background.


White color preview on #EB5AA6 background

This text has white color on #EB5AA6 background.