COLOR #EB7AC9

HEX: #EB7AC9
RGB: (235,122,201)

Color info

#EB7AC9 contains mainly red and blue colors. Web safe color of #EB7AC9 is #FF66CC (or #F6C).

RGB color model

#EB7AC9 color RGB value is (235,122,201).

  • red value is 235;
  • green value is 122;
  • blue value is 201.
RGB:
(235,122,201)
(92%,48%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 122 of 255 = 48%
B 201 of 255 = 79%

235
122
201

R + G + B ~ 73%. #EB7AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 122 + 201 = 558 (100%)
R 235 of 558 ~ 42.11%
G 122 of 558 ~ 21.86%
B 201 of 558 ~ 36.02%

%42.11
%21.86
%36.02

CMYK color model

#EB7AC9 color CMYK value is (0,48,14,8).

  • cyan value is 0.00%
  • magenta value is 48.09%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,48,14,8)
C0M48Y14K8 
(0%,48%,14%,8%)
(0.00/0.48/0.14/0.08)	

CMYK percentages

%0
%48.09
%14.47
%7.84

Codes

Color #EB7AC9 in popluar color models

EB7AC9
RGB235122201
HSL318°73.86%70.00%
HSB/HSV318°48.09%92.16%
CMYK0.00%48.09%14.47%
7.84%

Color #EB7AC9 in popluar number systems.

HEXEB7AC9
Decimal235122201
Binary11101011111101011001001
Octal353172311

Shades and tints

Shades of #EB7AC9

#EB7AC9
(235,122,201)
#D66FB7
(214,111,183)
#C164A5
(193,100,165)
#AC5993
(172,89,147)
#974E81
(151,78,129)
#82436F
(130,67,111)
#6D385D
(109,56,93)
#582D4B
(88,45,75)
#432239
(67,34,57)
#2E1727
(46,23,39)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #EB7AC9

#EB7AC9
(235,122,201)
#EC86CD
(236,134,205)
#ED92D1
(237,146,209)
#EE9ED5
(238,158,213)
#EFAAD9
(239,170,217)
#F0B6DD
(240,182,221)
#F1C2E1
(241,194,225)
#F2CEE5
(242,206,229)
#F3DAE9
(243,218,233)
#F4E6ED
(244,230,237)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7AC9 color. Also use rgb(235,122,201) instead hex code.

Text Font Color

.myTextColor { color: #EB7AC9; }

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

This text font color is #EB7AC9.


Background Color

.myBgColor { background-color: #EB7AC9; }

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

This div background color is #EB7AC9.


Border color

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

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

This div border color is #EB7AC9.


Opacity

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

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

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

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

This text has shadow with #EB7AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7AC9 on black background.


Color preview on white background

This text has color #EB7AC9 on white background.



Black color preview on #EB7AC9 background

This text has black color on #EB7AC9 background.


White color preview on #EB7AC9 background

This text has white color on #EB7AC9 background.