COLOR #EB70D8

HEX: #EB70D8
RGB: (235,112,216)

Color info

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

RGB color model

#EB70D8 color RGB value is (235,112,216).

  • red value is 235;
  • green value is 112;
  • blue value is 216.
RGB:
(235,112,216)
(92%,44%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 112 of 255 = 44%
B 216 of 255 = 85%

235
112
216

R + G + B ~ 74%. #EB70D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 112 + 216 = 563 (100%)
R 235 of 563 ~ 41.74%
G 112 of 563 ~ 19.89%
B 216 of 563 ~ 38.37%

%41.74
%19.89
%38.37

CMYK color model

#EB70D8 color CMYK value is (0,52,8,8).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,52,8,8)
C0M52Y8K8 
(0%,52%,8%,8%)
(0.00/0.52/0.08/0.08)	

CMYK percentages

%0
%52.34
%8.09
%7.84

Codes

Color #EB70D8 in popluar color models

EB70D8
RGB235112216
HSL309°75.46%68.04%
HSB/HSV309°52.34%92.16%
CMYK0.00%52.34%8.09%
7.84%

Color #EB70D8 in popluar number systems.

HEXEB70D8
Decimal235112216
Binary11101011111000011011000
Octal353160330

Shades and tints

Shades of #EB70D8

#EB70D8
(235,112,216)
#D666C5
(214,102,197)
#C15CB2
(193,92,178)
#AC529F
(172,82,159)
#97488C
(151,72,140)
#823E79
(130,62,121)
#6D3466
(109,52,102)
#582A53
(88,42,83)
#432040
(67,32,64)
#2E162D
(46,22,45)
#190C1A
(25,12,26)
#000000
(0,0,0)

Tints of #EB70D8

#EB70D8
(235,112,216)
#EC7DDB
(236,125,219)
#ED8ADE
(237,138,222)
#EE97E1
(238,151,225)
#EFA4E4
(239,164,228)
#F0B1E7
(240,177,231)
#F1BEEA
(241,190,234)
#F2CBED
(242,203,237)
#F3D8F0
(243,216,240)
#F4E5F3
(244,229,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB70D8 color. Also use rgb(235,112,216) instead hex code.

Text Font Color

.myTextColor { color: #EB70D8; }

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

This text font color is #EB70D8.


Background Color

.myBgColor { background-color: #EB70D8; }

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

This div background color is #EB70D8.


Border color

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

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

This div border color is #EB70D8.


Opacity

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

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

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

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

This text has shadow with #EB70D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB70D8 on black background.


Color preview on white background

This text has color #EB70D8 on white background.



Black color preview on #EB70D8 background

This text has black color on #EB70D8 background.


White color preview on #EB70D8 background

This text has white color on #EB70D8 background.