COLOR #EB76D3

HEX: #EB76D3
RGB: (235,118,211)

Color info

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

RGB color model

#EB76D3 color RGB value is (235,118,211).

  • red value is 235;
  • green value is 118;
  • blue value is 211.
RGB:
(235,118,211)
(92%,46%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 118 of 255 = 46%
B 211 of 255 = 83%

235
118
211

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

Portions of RGB colors in percentages

R + G + B =
235 + 118 + 211 = 564 (100%)
R 235 of 564 ~ 41.67%
G 118 of 564 ~ 20.92%
B 211 of 564 ~ 37.41%

%41.67
%20.92
%37.41

CMYK color model

#EB76D3 color CMYK value is (0,50,10,8).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(0,50,10,8)
C0M50Y10K8 
(0%,50%,10%,8%)
(0.00/0.50/0.10/0.08)	

CMYK percentages

%0
%49.79
%10.21
%7.84

Codes

Color #EB76D3 in popluar color models

EB76D3
RGB235118211
HSL312°74.52%69.22%
HSB/HSV312°49.79%92.16%
CMYK0.00%49.79%10.21%
7.84%

Color #EB76D3 in popluar number systems.

HEXEB76D3
Decimal235118211
Binary11101011111011011010011
Octal353166323

Shades and tints

Shades of #EB76D3

#EB76D3
(235,118,211)
#D66CC0
(214,108,192)
#C162AD
(193,98,173)
#AC589A
(172,88,154)
#974E87
(151,78,135)
#824474
(130,68,116)
#6D3A61
(109,58,97)
#58304E
(88,48,78)
#43263B
(67,38,59)
#2E1C28
(46,28,40)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #EB76D3

#EB76D3
(235,118,211)
#EC82D7
(236,130,215)
#ED8EDB
(237,142,219)
#EE9ADF
(238,154,223)
#EFA6E3
(239,166,227)
#F0B2E7
(240,178,231)
#F1BEEB
(241,190,235)
#F2CAEF
(242,202,239)
#F3D6F3
(243,214,243)
#F4E2F7
(244,226,247)
#F5EEFB
(245,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB76D3 color. Also use rgb(235,118,211) instead hex code.

Text Font Color

.myTextColor { color: #EB76D3; }

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

This text font color is #EB76D3.


Background Color

.myBgColor { background-color: #EB76D3; }

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

This div background color is #EB76D3.


Border color

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

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

This div border color is #EB76D3.


Opacity

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

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

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

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

This text has shadow with #EB76D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB76D3 on black background.


Color preview on white background

This text has color #EB76D3 on white background.



Black color preview on #EB76D3 background

This text has black color on #EB76D3 background.


White color preview on #EB76D3 background

This text has white color on #EB76D3 background.