COLOR #EB027F

HEX: #EB027F
RGB: (235,2,127)

Color info

#EB027F contains mainly red color. Web safe color of #EB027F is #FF0066 (or #F06).

RGB color model

#EB027F color RGB value is (235,2,127).

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

RGB channels and saturation

R 235 of 255 = 92%
G 2 of 255 = 1%
B 127 of 255 = 50%

235
2
127

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

Portions of RGB colors in percentages

R + G + B =
235 + 2 + 127 = 364 (100%)
R 235 of 364 ~ 64.56%
G 2 of 364 ~ 0.55%
B 127 of 364 ~ 34.89%

%64.56
%34.89

CMYK color model

#EB027F color CMYK value is (0,99,46,8).

  • cyan value is 0.00%
  • magenta value is 99.15%
  • yellow value is 45.96%
  • key color value is 7.84%
CMYK:
(0,99,46,8)
C0M99Y46K8 
(0%,99%,46%,8%)
(0.00/0.99/0.46/0.08)	

CMYK percentages

%0
%99.15
%45.96
%7.84

Codes

Color #EB027F in popluar color models

EB027F
RGB2352127
HSL328°98.31%46.47%
HSB/HSV328°99.15%92.16%
CMYK0.00%99.15%45.96%
7.84%

Color #EB027F in popluar number systems.

HEXEB027F
Decimal2352127
Binary11101011101111111
Octal3532177

Shades and tints

Shades of #EB027F

#EB027F
(235,2,127)
#D60274
(214,2,116)
#C10269
(193,2,105)
#AC025E
(172,2,94)
#970253
(151,2,83)
#820248
(130,2,72)
#6D023D
(109,2,61)
#580232
(88,2,50)
#430227
(67,2,39)
#2E021C
(46,2,28)
#190211
(25,2,17)
#000000
(0,0,0)

Tints of #EB027F

#EB027F
(235,2,127)
#EC198A
(236,25,138)
#ED3095
(237,48,149)
#EE47A0
(238,71,160)
#EF5EAB
(239,94,171)
#F075B6
(240,117,182)
#F18CC1
(241,140,193)
#F2A3CC
(242,163,204)
#F3BAD7
(243,186,215)
#F4D1E2
(244,209,226)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB027F; }

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

This text font color is #EB027F.


Background Color

.myBgColor { background-color: #EB027F; }

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

This div background color is #EB027F.


Border color

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

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

This div border color is #EB027F.


Opacity

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

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

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

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

This text has shadow with #EB027F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB027F on black background.


Color preview on white background

This text has color #EB027F on white background.



Black color preview on #EB027F background

This text has black color on #EB027F background.


White color preview on #EB027F background

This text has white color on #EB027F background.