COLOR #EB62D9

HEX: #EB62D9
RGB: (235,98,217)

Color info

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

RGB color model

#EB62D9 color RGB value is (235,98,217).

  • red value is 235;
  • green value is 98;
  • blue value is 217.
RGB:
(235,98,217)
(92%,38%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 98 of 255 = 38%
B 217 of 255 = 85%

235
98
217

R + G + B ~ 72%. #EB62D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 98 + 217 = 550 (100%)
R 235 of 550 ~ 42.73%
G 98 of 550 ~ 17.82%
B 217 of 550 ~ 39.45%

%42.73
%17.82
%39.45

CMYK color model

#EB62D9 color CMYK value is (0,58,8,8).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(0,58,8,8)
C0M58Y8K8 
(0%,58%,8%,8%)
(0.00/0.58/0.08/0.08)	

CMYK percentages

%0
%58.3
%7.66
%7.84

Codes

Color #EB62D9 in popluar color models

EB62D9
RGB23598217
HSL308°77.40%65.29%
HSB/HSV308°58.30%92.16%
CMYK0.00%58.30%7.66%
7.84%

Color #EB62D9 in popluar number systems.

HEXEB62D9
Decimal23598217
Binary11101011110001011011001
Octal353142331

Shades and tints

Shades of #EB62D9

#EB62D9
(235,98,217)
#D65AC6
(214,90,198)
#C152B3
(193,82,179)
#AC4AA0
(172,74,160)
#97428D
(151,66,141)
#823A7A
(130,58,122)
#6D3267
(109,50,103)
#582A54
(88,42,84)
#432241
(67,34,65)
#2E1A2E
(46,26,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EB62D9

#EB62D9
(235,98,217)
#EC70DC
(236,112,220)
#ED7EDF
(237,126,223)
#EE8CE2
(238,140,226)
#EF9AE5
(239,154,229)
#F0A8E8
(240,168,232)
#F1B6EB
(241,182,235)
#F2C4EE
(242,196,238)
#F3D2F1
(243,210,241)
#F4E0F4
(244,224,244)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB62D9 color. Also use rgb(235,98,217) instead hex code.

Text Font Color

.myTextColor { color: #EB62D9; }

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

This text font color is #EB62D9.


Background Color

.myBgColor { background-color: #EB62D9; }

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

This div background color is #EB62D9.


Border color

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

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

This div border color is #EB62D9.


Opacity

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

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

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

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

This text has shadow with #EB62D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB62D9 on black background.


Color preview on white background

This text has color #EB62D9 on white background.



Black color preview on #EB62D9 background

This text has black color on #EB62D9 background.


White color preview on #EB62D9 background

This text has white color on #EB62D9 background.