COLOR #EB0292

HEX: #EB0292
RGB: (235,2,146)

Color info

#EB0292 contains mainly red color. Web safe color of #EB0292 is #FF0099 (or #F09).

RGB color model

#EB0292 color RGB value is (235,2,146).

  • red value is 235;
  • green value is 2;
  • blue value is 146.
RGB:
(235,2,146)
(92%,1%,57%)

RGB channels and saturation

R 235 of 255 = 92%
G 2 of 255 = 1%
B 146 of 255 = 57%

235
2
146

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

Portions of RGB colors in percentages

R + G + B =
235 + 2 + 146 = 383 (100%)
R 235 of 383 ~ 61.36%
G 2 of 383 ~ 0.52%
B 146 of 383 ~ 38.12%

%61.36
%38.12

CMYK color model

#EB0292 color CMYK value is (0,99,38,8).

  • cyan value is 0.00%
  • magenta value is 99.15%
  • yellow value is 37.87%
  • key color value is 7.84%
CMYK:
(0,99,38,8)
C0M99Y38K8 
(0%,99%,38%,8%)
(0.00/0.99/0.38/0.08)	

CMYK percentages

%0
%99.15
%37.87
%7.84

Codes

Color #EB0292 in popluar color models

EB0292
RGB2352146
HSL323°98.31%46.47%
HSB/HSV323°99.15%92.16%
CMYK0.00%99.15%37.87%
7.84%

Color #EB0292 in popluar number systems.

HEXEB0292
Decimal2352146
Binary111010111010010010
Octal3532222

Shades and tints

Shades of #EB0292

#EB0292
(235,2,146)
#D60285
(214,2,133)
#C10278
(193,2,120)
#AC026B
(172,2,107)
#97025E
(151,2,94)
#820251
(130,2,81)
#6D0244
(109,2,68)
#580237
(88,2,55)
#43022A
(67,2,42)
#2E021D
(46,2,29)
#190210
(25,2,16)
#000000
(0,0,0)

Tints of #EB0292

#EB0292
(235,2,146)
#EC199B
(236,25,155)
#ED30A4
(237,48,164)
#EE47AD
(238,71,173)
#EF5EB6
(239,94,182)
#F075BF
(240,117,191)
#F18CC8
(241,140,200)
#F2A3D1
(242,163,209)
#F3BADA
(243,186,218)
#F4D1E3
(244,209,227)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0292 color. Also use rgb(235,2,146) instead hex code.

Text Font Color

.myTextColor { color: #EB0292; }

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

This text font color is #EB0292.


Background Color

.myBgColor { background-color: #EB0292; }

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

This div background color is #EB0292.


Border color

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

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

This div border color is #EB0292.


Opacity

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

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

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

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

This text has shadow with #EB0292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0292 on black background.


Color preview on white background

This text has color #EB0292 on white background.



Black color preview on #EB0292 background

This text has black color on #EB0292 background.


White color preview on #EB0292 background

This text has white color on #EB0292 background.