COLOR #EB2372

HEX: #EB2372
RGB: (235,35,114)

Color info

#EB2372 contains mainly red color. Web safe color of #EB2372 is #FF3366 (or #F36).

RGB color model

#EB2372 color RGB value is (235,35,114).

  • red value is 235;
  • green value is 35;
  • blue value is 114.
RGB:
(235,35,114)
(92%,14%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 35 of 255 = 14%
B 114 of 255 = 45%

235
35
114

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

Portions of RGB colors in percentages

R + G + B =
235 + 35 + 114 = 384 (100%)
R 235 of 384 ~ 61.2%
G 35 of 384 ~ 9.11%
B 114 of 384 ~ 29.69%

%61.2
%29.69

CMYK color model

#EB2372 color CMYK value is (0,85,51,8).

  • cyan value is 0.00%
  • magenta value is 85.11%
  • yellow value is 51.49%
  • key color value is 7.84%
CMYK:
(0,85,51,8)
C0M85Y51K8 
(0%,85%,51%,8%)
(0.00/0.85/0.51/0.08)	

CMYK percentages

%0
%85.11
%51.49
%7.84

Codes

Color #EB2372 in popluar color models

EB2372
RGB23535114
HSL336°83.33%52.94%
HSB/HSV336°85.11%92.16%
CMYK0.00%85.11%51.49%
7.84%

Color #EB2372 in popluar number systems.

HEXEB2372
Decimal23535114
Binary111010111000111110010
Octal35343162

Shades and tints

Shades of #EB2372

#EB2372
(235,35,114)
#D62068
(214,32,104)
#C11D5E
(193,29,94)
#AC1A54
(172,26,84)
#97174A
(151,23,74)
#821440
(130,20,64)
#6D1136
(109,17,54)
#580E2C
(88,14,44)
#430B22
(67,11,34)
#2E0818
(46,8,24)
#19050E
(25,5,14)
#000000
(0,0,0)

Tints of #EB2372

#EB2372
(235,35,114)
#EC377E
(236,55,126)
#ED4B8A
(237,75,138)
#EE5F96
(238,95,150)
#EF73A2
(239,115,162)
#F087AE
(240,135,174)
#F19BBA
(241,155,186)
#F2AFC6
(242,175,198)
#F3C3D2
(243,195,210)
#F4D7DE
(244,215,222)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB2372 color. Also use rgb(235,35,114) instead hex code.

Text Font Color

.myTextColor { color: #EB2372; }

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

This text font color is #EB2372.


Background Color

.myBgColor { background-color: #EB2372; }

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

This div background color is #EB2372.


Border color

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

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

This div border color is #EB2372.


Opacity

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

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

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

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

This text has shadow with #EB2372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB2372 on black background.


Color preview on white background

This text has color #EB2372 on white background.



Black color preview on #EB2372 background

This text has black color on #EB2372 background.


White color preview on #EB2372 background

This text has white color on #EB2372 background.