COLOR #EB77A9

HEX: #EB77A9
RGB: (235,119,169)

Color info

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

RGB color model

#EB77A9 color RGB value is (235,119,169).

  • red value is 235;
  • green value is 119;
  • blue value is 169.
RGB:
(235,119,169)
(92%,47%,66%)

RGB channels and saturation

R 235 of 255 = 92%
G 119 of 255 = 47%
B 169 of 255 = 66%

235
119
169

R + G + B ~ 68%. #EB77A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 119 + 169 = 523 (100%)
R 235 of 523 ~ 44.93%
G 119 of 523 ~ 22.75%
B 169 of 523 ~ 32.31%

%44.93
%22.75
%32.31

CMYK color model

#EB77A9 color CMYK value is (0,49,28,8).

  • cyan value is 0.00%
  • magenta value is 49.36%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(0,49,28,8)
C0M49Y28K8 
(0%,49%,28%,8%)
(0.00/0.49/0.28/0.08)	

CMYK percentages

%0
%49.36
%28.09
%7.84

Codes

Color #EB77A9 in popluar color models

EB77A9
RGB235119169
HSL334°74.36%69.41%
HSB/HSV334°49.36%92.16%
CMYK0.00%49.36%28.09%
7.84%

Color #EB77A9 in popluar number systems.

HEXEB77A9
Decimal235119169
Binary11101011111011110101001
Octal353167251

Shades and tints

Shades of #EB77A9

#EB77A9
(235,119,169)
#D66D9A
(214,109,154)
#C1638B
(193,99,139)
#AC597C
(172,89,124)
#974F6D
(151,79,109)
#82455E
(130,69,94)
#6D3B4F
(109,59,79)
#583140
(88,49,64)
#432731
(67,39,49)
#2E1D22
(46,29,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #EB77A9

#EB77A9
(235,119,169)
#EC83B0
(236,131,176)
#ED8FB7
(237,143,183)
#EE9BBE
(238,155,190)
#EFA7C5
(239,167,197)
#F0B3CC
(240,179,204)
#F1BFD3
(241,191,211)
#F2CBDA
(242,203,218)
#F3D7E1
(243,215,225)
#F4E3E8
(244,227,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB77A9 color. Also use rgb(235,119,169) instead hex code.

Text Font Color

.myTextColor { color: #EB77A9; }

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

This text font color is #EB77A9.


Background Color

.myBgColor { background-color: #EB77A9; }

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

This div background color is #EB77A9.


Border color

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

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

This div border color is #EB77A9.


Opacity

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

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

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

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

This text has shadow with #EB77A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB77A9 on black background.


Color preview on white background

This text has color #EB77A9 on white background.



Black color preview on #EB77A9 background

This text has black color on #EB77A9 background.


White color preview on #EB77A9 background

This text has white color on #EB77A9 background.