COLOR #EB5274

HEX: #EB5274
RGB: (235,82,116)

Color info

#EB5274 contains mainly red color. Web safe color of #EB5274 is #FF6666 (or #F66).

RGB color model

#EB5274 color RGB value is (235,82,116).

  • red value is 235;
  • green value is 82;
  • blue value is 116.
RGB:
(235,82,116)
(92%,32%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 82 of 255 = 32%
B 116 of 255 = 45%

235
82
116

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

Portions of RGB colors in percentages

R + G + B =
235 + 82 + 116 = 433 (100%)
R 235 of 433 ~ 54.27%
G 82 of 433 ~ 18.94%
B 116 of 433 ~ 26.79%

%54.27
%18.94
%26.79

CMYK color model

#EB5274 color CMYK value is (0,65,51,8).

  • cyan value is 0.00%
  • magenta value is 65.11%
  • yellow value is 50.64%
  • key color value is 7.84%
CMYK:
(0,65,51,8)
C0M65Y51K8 
(0%,65%,51%,8%)
(0.00/0.65/0.51/0.08)	

CMYK percentages

%0
%65.11
%50.64
%7.84

Codes

Color #EB5274 in popluar color models

EB5274
RGB23582116
HSL347°79.27%62.16%
HSB/HSV347°65.11%92.16%
CMYK0.00%65.11%50.64%
7.84%

Color #EB5274 in popluar number systems.

HEXEB5274
Decimal23582116
Binary1110101110100101110100
Octal353122164

Shades and tints

Shades of #EB5274

#EB5274
(235,82,116)
#D64B6A
(214,75,106)
#C14460
(193,68,96)
#AC3D56
(172,61,86)
#97364C
(151,54,76)
#822F42
(130,47,66)
#6D2838
(109,40,56)
#58212E
(88,33,46)
#431A24
(67,26,36)
#2E131A
(46,19,26)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #EB5274

#EB5274
(235,82,116)
#EC6180
(236,97,128)
#ED708C
(237,112,140)
#EE7F98
(238,127,152)
#EF8EA4
(239,142,164)
#F09DB0
(240,157,176)
#F1ACBC
(241,172,188)
#F2BBC8
(242,187,200)
#F3CAD4
(243,202,212)
#F4D9E0
(244,217,224)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5274 color. Also use rgb(235,82,116) instead hex code.

Text Font Color

.myTextColor { color: #EB5274; }

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

This text font color is #EB5274.


Background Color

.myBgColor { background-color: #EB5274; }

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

This div background color is #EB5274.


Border color

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

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

This div border color is #EB5274.


Opacity

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

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

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

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

This text has shadow with #EB5274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5274 on black background.


Color preview on white background

This text has color #EB5274 on white background.



Black color preview on #EB5274 background

This text has black color on #EB5274 background.


White color preview on #EB5274 background

This text has white color on #EB5274 background.