COLOR #EB72D0

HEX: #EB72D0
RGB: (235,114,208)

Color info

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

RGB color model

#EB72D0 color RGB value is (235,114,208).

  • red value is 235;
  • green value is 114;
  • blue value is 208.
RGB:
(235,114,208)
(92%,45%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 114 of 255 = 45%
B 208 of 255 = 82%

235
114
208

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

Portions of RGB colors in percentages

R + G + B =
235 + 114 + 208 = 557 (100%)
R 235 of 557 ~ 42.19%
G 114 of 557 ~ 20.47%
B 208 of 557 ~ 37.34%

%42.19
%20.47
%37.34

CMYK color model

#EB72D0 color CMYK value is (0,51,11,8).

  • cyan value is 0.00%
  • magenta value is 51.49%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,51,11,8)
C0M51Y11K8 
(0%,51%,11%,8%)
(0.00/0.51/0.11/0.08)	

CMYK percentages

%0
%51.49
%11.49
%7.84

Codes

Color #EB72D0 in popluar color models

EB72D0
RGB235114208
HSL313°75.16%68.43%
HSB/HSV313°51.49%92.16%
CMYK0.00%51.49%11.49%
7.84%

Color #EB72D0 in popluar number systems.

HEXEB72D0
Decimal235114208
Binary11101011111001011010000
Octal353162320

Shades and tints

Shades of #EB72D0

#EB72D0
(235,114,208)
#D668BE
(214,104,190)
#C15EAC
(193,94,172)
#AC549A
(172,84,154)
#974A88
(151,74,136)
#824076
(130,64,118)
#6D3664
(109,54,100)
#582C52
(88,44,82)
#432240
(67,34,64)
#2E182E
(46,24,46)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #EB72D0

#EB72D0
(235,114,208)
#EC7ED4
(236,126,212)
#ED8AD8
(237,138,216)
#EE96DC
(238,150,220)
#EFA2E0
(239,162,224)
#F0AEE4
(240,174,228)
#F1BAE8
(241,186,232)
#F2C6EC
(242,198,236)
#F3D2F0
(243,210,240)
#F4DEF4
(244,222,244)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB72D0 color. Also use rgb(235,114,208) instead hex code.

Text Font Color

.myTextColor { color: #EB72D0; }

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

This text font color is #EB72D0.


Background Color

.myBgColor { background-color: #EB72D0; }

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

This div background color is #EB72D0.


Border color

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

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

This div border color is #EB72D0.


Opacity

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

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

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

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

This text has shadow with #EB72D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB72D0 on black background.


Color preview on white background

This text has color #EB72D0 on white background.



Black color preview on #EB72D0 background

This text has black color on #EB72D0 background.


White color preview on #EB72D0 background

This text has white color on #EB72D0 background.