COLOR #EB1BD5

HEX: #EB1BD5
RGB: (235,27,213)

Color info

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

RGB color model

#EB1BD5 color RGB value is (235,27,213).

  • red value is 235;
  • green value is 27;
  • blue value is 213.
RGB:
(235,27,213)
(92%,11%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 27 of 255 = 11%
B 213 of 255 = 84%

235
27
213

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

Portions of RGB colors in percentages

R + G + B =
235 + 27 + 213 = 475 (100%)
R 235 of 475 ~ 49.47%
G 27 of 475 ~ 5.68%
B 213 of 475 ~ 44.84%

%49.47
%44.84

CMYK color model

#EB1BD5 color CMYK value is (0,89,9,8).

  • cyan value is 0.00%
  • magenta value is 88.51%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(0,89,9,8)
C0M89Y9K8 
(0%,89%,9%,8%)
(0.00/0.89/0.09/0.08)	

CMYK percentages

%0
%88.51
%9.36
%7.84

Codes

Color #EB1BD5 in popluar color models

EB1BD5
RGB23527213
HSL306°83.87%51.37%
HSB/HSV306°88.51%92.16%
CMYK0.00%88.51%9.36%
7.84%

Color #EB1BD5 in popluar number systems.

HEXEB1BD5
Decimal23527213
Binary111010111101111010101
Octal35333325

Shades and tints

Shades of #EB1BD5

#EB1BD5
(235,27,213)
#D619C2
(214,25,194)
#C117AF
(193,23,175)
#AC159C
(172,21,156)
#971389
(151,19,137)
#821176
(130,17,118)
#6D0F63
(109,15,99)
#580D50
(88,13,80)
#430B3D
(67,11,61)
#2E092A
(46,9,42)
#190717
(25,7,23)
#000000
(0,0,0)

Tints of #EB1BD5

#EB1BD5
(235,27,213)
#EC2FD8
(236,47,216)
#ED43DB
(237,67,219)
#EE57DE
(238,87,222)
#EF6BE1
(239,107,225)
#F07FE4
(240,127,228)
#F193E7
(241,147,231)
#F2A7EA
(242,167,234)
#F3BBED
(243,187,237)
#F4CFF0
(244,207,240)
#F5E3F3
(245,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB1BD5 color. Also use rgb(235,27,213) instead hex code.

Text Font Color

.myTextColor { color: #EB1BD5; }

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

This text font color is #EB1BD5.


Background Color

.myBgColor { background-color: #EB1BD5; }

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

This div background color is #EB1BD5.


Border color

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

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

This div border color is #EB1BD5.


Opacity

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

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

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

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

This text has shadow with #EB1BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB1BD5 on black background.


Color preview on white background

This text has color #EB1BD5 on white background.



Black color preview on #EB1BD5 background

This text has black color on #EB1BD5 background.


White color preview on #EB1BD5 background

This text has white color on #EB1BD5 background.