COLOR #EB4DCE

HEX: #EB4DCE RGB: (235,77,206)

Color info

#EB4DCE contains mainly red and blue colors. Web safe color of #EB4DCE is #FF33CC (or #F3C).

RGB color model

#EB4DCE color RGB value is (235,77,206).

RGB: (235,77,206) (92%, 30%, 81%)

RGB channels and saturation

R 235 of 255 = 92%
G 77 of 255 = 30%
B 206 of 255 = 81%

235
77
206

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

Portions of RGB colors in percentages

R + G + B = 235 + 77 + 206 = 518 (100%)
R 235 of 518 ~ 45.37%
G 77 of 518 ~ 14.86%
B 206 of 518 ~ 39.77'%

%45.37
%14.86
%39.77

CMYK color model

#EB4DCE color CMYK value is (0,67,12,8).

  • cyan value is 0.00%
  • magenta value is 67.23%
  • yellow value is 12.34%
  • key color value is 7.84%

CMYK: (0,67,12,8)
C0M67Y12K8 (0%, 67%, 12%, 8%)
(0.00 / 0.67 / 0.12 / 0.08)

CMYK percentages

%0
%67.23
%12.34
%7.84

Codes

Color #EB4DCE in popluar color models

EB 4D CE
RGB 235 77 206
HSL 311° 79.80% 61.18%
HSB/HSV 311° 67.23% 92.16%
CMYK 0.00% 67.23% 12.34%
7.84%

Color #EB4DCE in popluar number systems.

HEX EB 4D CE
Decimal 235 77 206
Binary 11101011 1001101 11001110
Octal 353 115 316

Shades and tints

Shades of #EB4DCE

#EB4DCE
(235,77,206)
#D646BC
(214,70,188)
#C13FAA
(193,63,170)
#AC3898
(172,56,152)
#973186
(151,49,134)
#822A74
(130,42,116)
#6D2362
(109,35,98)
#581C50
(88,28,80)
#43153E
(67,21,62)
#2E0E2C
(46,14,44)
#19071A
(25,7,26)
#000000
(0,0,0)

Tints of #EB4DCE

#EB4DCE
(235,77,206)
#EC5DD2
(236,93,210)
#ED6DD6
(237,109,214)
#EE7DDA
(238,125,218)
#EF8DDE
(239,141,222)
#F09DE2
(240,157,226)
#F1ADE6
(241,173,230)
#F2BDEA
(242,189,234)
#F3CDEE
(243,205,238)
#F4DDF2
(244,221,242)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4DCE color. Also use rgb(235,77,206) instead hex code.

Text Font Color

.myTextColor { color: #EB4DCE; }

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

This text font color is #EB4DCE.

Background Color

.myBgColor { background-color: #EB4DCE; }

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

This div background color is #EB4DCE.

Border color

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

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

This div border color is #EB4DCE.

Opacity

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

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

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

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

This text has shadow with #EB4DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB4DCE.

Preview

Color preview on black background

This text has color #EB4DCE on black background.


Color preview on white background

This text has color #EB4DCE on white background.


Black color preview on #EB4DCE background

This text has black color on #EB4DCE background.


White color preview on #EB4DCE background

This text has white color on #EB4DCE background.


Related colors

Complementary color

Complementary color for #hex is #14B231.


I love getcolorcode.com

Triadic colors

1 #CEEB4D and #4DCEEB with #EB4DCE are triadic colors.

2 #CE4DEB and #4DEBCE with #EB4DCE are triadic colors.