COLOR #EB69B4

HEX: #EB69B4
RGB: (235,105,180)

Color info

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

RGB color model

#EB69B4 color RGB value is (235,105,180).

  • red value is 235;
  • green value is 105;
  • blue value is 180.
RGB:
(235,105,180)
(92%,41%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 105 of 255 = 41%
B 180 of 255 = 71%

235
105
180

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

Portions of RGB colors in percentages

R + G + B =
235 + 105 + 180 = 520 (100%)
R 235 of 520 ~ 45.19%
G 105 of 520 ~ 20.19%
B 180 of 520 ~ 34.62%

%45.19
%20.19
%34.62

CMYK color model

#EB69B4 color CMYK value is (0,55,23,8).

  • cyan value is 0.00%
  • magenta value is 55.32%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,55,23,8)
C0M55Y23K8 
(0%,55%,23%,8%)
(0.00/0.55/0.23/0.08)	

CMYK percentages

%0
%55.32
%23.4
%7.84

Codes

Color #EB69B4 in popluar color models

EB69B4
RGB235105180
HSL325°76.47%66.67%
HSB/HSV325°55.32%92.16%
CMYK0.00%55.32%23.40%
7.84%

Color #EB69B4 in popluar number systems.

HEXEB69B4
Decimal235105180
Binary11101011110100110110100
Octal353151264

Shades and tints

Shades of #EB69B4

#EB69B4
(235,105,180)
#D660A4
(214,96,164)
#C15794
(193,87,148)
#AC4E84
(172,78,132)
#974574
(151,69,116)
#823C64
(130,60,100)
#6D3354
(109,51,84)
#582A44
(88,42,68)
#432134
(67,33,52)
#2E1824
(46,24,36)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #EB69B4

#EB69B4
(235,105,180)
#EC76BA
(236,118,186)
#ED83C0
(237,131,192)
#EE90C6
(238,144,198)
#EF9DCC
(239,157,204)
#F0AAD2
(240,170,210)
#F1B7D8
(241,183,216)
#F2C4DE
(242,196,222)
#F3D1E4
(243,209,228)
#F4DEEA
(244,222,234)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB69B4 color. Also use rgb(235,105,180) instead hex code.

Text Font Color

.myTextColor { color: #EB69B4; }

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

This text font color is #EB69B4.


Background Color

.myBgColor { background-color: #EB69B4; }

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

This div background color is #EB69B4.


Border color

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

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

This div border color is #EB69B4.


Opacity

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

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

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

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

This text has shadow with #EB69B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB69B4 on black background.


Color preview on white background

This text has color #EB69B4 on white background.



Black color preview on #EB69B4 background

This text has black color on #EB69B4 background.


White color preview on #EB69B4 background

This text has white color on #EB69B4 background.