COLOR #EB61AA

HEX: #EB61AA
RGB: (235,97,170)

Color info

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

RGB color model

#EB61AA color RGB value is (235,97,170).

  • red value is 235;
  • green value is 97;
  • blue value is 170.
RGB:
(235,97,170)
(92%,38%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 97 of 255 = 38%
B 170 of 255 = 67%

235
97
170

R + G + B ~ 66%. #EB61AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 97 + 170 = 502 (100%)
R 235 of 502 ~ 46.81%
G 97 of 502 ~ 19.32%
B 170 of 502 ~ 33.86%

%46.81
%19.32
%33.86

CMYK color model

#EB61AA color CMYK value is (0,59,28,8).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,59,28,8)
C0M59Y28K8 
(0%,59%,28%,8%)
(0.00/0.59/0.28/0.08)	

CMYK percentages

%0
%58.72
%27.66
%7.84

Codes

Color #EB61AA in popluar color models

EB61AA
RGB23597170
HSL328°77.53%65.10%
HSB/HSV328°58.72%92.16%
CMYK0.00%58.72%27.66%
7.84%

Color #EB61AA in popluar number systems.

HEXEB61AA
Decimal23597170
Binary11101011110000110101010
Octal353141252

Shades and tints

Shades of #EB61AA

#EB61AA
(235,97,170)
#D6599B
(214,89,155)
#C1518C
(193,81,140)
#AC497D
(172,73,125)
#97416E
(151,65,110)
#82395F
(130,57,95)
#6D3150
(109,49,80)
#582941
(88,41,65)
#432132
(67,33,50)
#2E1923
(46,25,35)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #EB61AA

#EB61AA
(235,97,170)
#EC6FB1
(236,111,177)
#ED7DB8
(237,125,184)
#EE8BBF
(238,139,191)
#EF99C6
(239,153,198)
#F0A7CD
(240,167,205)
#F1B5D4
(241,181,212)
#F2C3DB
(242,195,219)
#F3D1E2
(243,209,226)
#F4DFE9
(244,223,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB61AA color. Also use rgb(235,97,170) instead hex code.

Text Font Color

.myTextColor { color: #EB61AA; }

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

This text font color is #EB61AA.


Background Color

.myBgColor { background-color: #EB61AA; }

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

This div background color is #EB61AA.


Border color

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

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

This div border color is #EB61AA.


Opacity

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

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

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

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

This text has shadow with #EB61AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB61AA on black background.


Color preview on white background

This text has color #EB61AA on white background.



Black color preview on #EB61AA background

This text has black color on #EB61AA background.


White color preview on #EB61AA background

This text has white color on #EB61AA background.