COLOR #EB308B

HEX: #EB308B
RGB: (235,48,139)

Color info

#EB308B contains mainly red color. Web safe color of #EB308B is #FF3399 (or #F39).

RGB color model

#EB308B color RGB value is (235,48,139).

  • red value is 235;
  • green value is 48;
  • blue value is 139.
RGB:
(235,48,139)
(92%,19%,55%)

RGB channels and saturation

R 235 of 255 = 92%
G 48 of 255 = 19%
B 139 of 255 = 55%

235
48
139

R + G + B ~ 55%. #EB308B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 48 + 139 = 422 (100%)
R 235 of 422 ~ 55.69%
G 48 of 422 ~ 11.37%
B 139 of 422 ~ 32.94%

%55.69
%11.37
%32.94

CMYK color model

#EB308B color CMYK value is (0,80,41,8).

  • cyan value is 0.00%
  • magenta value is 79.57%
  • yellow value is 40.85%
  • key color value is 7.84%
CMYK:
(0,80,41,8)
C0M80Y41K8 
(0%,80%,41%,8%)
(0.00/0.80/0.41/0.08)	

CMYK percentages

%0
%79.57
%40.85
%7.84

Codes

Color #EB308B in popluar color models

EB308B
RGB23548139
HSL331°82.38%55.49%
HSB/HSV331°79.57%92.16%
CMYK0.00%79.57%40.85%
7.84%

Color #EB308B in popluar number systems.

HEXEB308B
Decimal23548139
Binary1110101111000010001011
Octal35360213

Shades and tints

Shades of #EB308B

#EB308B
(235,48,139)
#D62C7F
(214,44,127)
#C12873
(193,40,115)
#AC2467
(172,36,103)
#97205B
(151,32,91)
#821C4F
(130,28,79)
#6D1843
(109,24,67)
#581437
(88,20,55)
#43102B
(67,16,43)
#2E0C1F
(46,12,31)
#190813
(25,8,19)
#000000
(0,0,0)

Tints of #EB308B

#EB308B
(235,48,139)
#EC4295
(236,66,149)
#ED549F
(237,84,159)
#EE66A9
(238,102,169)
#EF78B3
(239,120,179)
#F08ABD
(240,138,189)
#F19CC7
(241,156,199)
#F2AED1
(242,174,209)
#F3C0DB
(243,192,219)
#F4D2E5
(244,210,229)
#F5E4EF
(245,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB308B color. Also use rgb(235,48,139) instead hex code.

Text Font Color

.myTextColor { color: #EB308B; }

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

This text font color is #EB308B.


Background Color

.myBgColor { background-color: #EB308B; }

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

This div background color is #EB308B.


Border color

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

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

This div border color is #EB308B.


Opacity

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

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

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

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

This text has shadow with #EB308B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB308B on black background.


Color preview on white background

This text has color #EB308B on white background.



Black color preview on #EB308B background

This text has black color on #EB308B background.


White color preview on #EB308B background

This text has white color on #EB308B background.