COLOR #EB1DD0

HEX: #EB1DD0
RGB: (235,29,208)

Color info

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

RGB color model

#EB1DD0 color RGB value is (235,29,208).

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

RGB channels and saturation

R 235 of 255 = 92%
G 29 of 255 = 11%
B 208 of 255 = 82%

235
29
208

R + G + B ~ 62%. #EB1DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 29 + 208 = 472 (100%)
R 235 of 472 ~ 49.79%
G 29 of 472 ~ 6.14%
B 208 of 472 ~ 44.07%

%49.79
%44.07

CMYK color model

#EB1DD0 color CMYK value is (0,88,11,8).

  • cyan value is 0.00%
  • magenta value is 87.66%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,88,11,8)
C0M88Y11K8 
(0%,88%,11%,8%)
(0.00/0.88/0.11/0.08)	

CMYK percentages

%0
%87.66
%11.49
%7.84

Codes

Color #EB1DD0 in popluar color models

EB1DD0
RGB23529208
HSL308°83.74%51.76%
HSB/HSV308°87.66%92.16%
CMYK0.00%87.66%11.49%
7.84%

Color #EB1DD0 in popluar number systems.

HEXEB1DD0
Decimal23529208
Binary111010111110111010000
Octal35335320

Shades and tints

Shades of #EB1DD0

#EB1DD0
(235,29,208)
#D61BBE
(214,27,190)
#C119AC
(193,25,172)
#AC179A
(172,23,154)
#971588
(151,21,136)
#821376
(130,19,118)
#6D1164
(109,17,100)
#580F52
(88,15,82)
#430D40
(67,13,64)
#2E0B2E
(46,11,46)
#19091C
(25,9,28)
#000000
(0,0,0)

Tints of #EB1DD0

#EB1DD0
(235,29,208)
#EC31D4
(236,49,212)
#ED45D8
(237,69,216)
#EE59DC
(238,89,220)
#EF6DE0
(239,109,224)
#F081E4
(240,129,228)
#F195E8
(241,149,232)
#F2A9EC
(242,169,236)
#F3BDF0
(243,189,240)
#F4D1F4
(244,209,244)
#F5E5F8
(245,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB1DD0; }

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

This text font color is #EB1DD0.


Background Color

.myBgColor { background-color: #EB1DD0; }

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

This div background color is #EB1DD0.


Border color

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

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

This div border color is #EB1DD0.


Opacity

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

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

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

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

This text has shadow with #EB1DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1DD0 on black background.


Color preview on white background

This text has color #EB1DD0 on white background.



Black color preview on #EB1DD0 background

This text has black color on #EB1DD0 background.


White color preview on #EB1DD0 background

This text has white color on #EB1DD0 background.