COLOR #EF10AF

HEX: #EF10AF
RGB: (239,16,175)

Color info

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

RGB color model

#EF10AF color RGB value is (239,16,175).

  • red value is 239;
  • green value is 16;
  • blue value is 175.
RGB:
(239,16,175)
(94%,6%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 16 of 255 = 6%
B 175 of 255 = 69%

239
16
175

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

Portions of RGB colors in percentages

R + G + B =
239 + 16 + 175 = 430 (100%)
R 239 of 430 ~ 55.58%
G 16 of 430 ~ 3.72%
B 175 of 430 ~ 40.7%

%55.58
%40.7

CMYK color model

#EF10AF color CMYK value is (0,93,27,6).

  • cyan value is 0.00%
  • magenta value is 93.31%
  • yellow value is 26.78%
  • key color value is 6.27%
CMYK:
(0,93,27,6)
C0M93Y27K6 
(0%,93%,27%,6%)
(0.00/0.93/0.27/0.06)	

CMYK percentages

%0
%93.31
%26.78
%6.27

Codes

Color #EF10AF in popluar color models

EF10AF
RGB23916175
HSL317°87.45%50.00%
HSB/HSV317°93.31%93.73%
CMYK0.00%93.31%26.78%
6.27%

Color #EF10AF in popluar number systems.

HEXEF10AF
Decimal23916175
Binary111011111000010101111
Octal35720257

Shades and tints

Shades of #EF10AF

#EF10AF
(239,16,175)
#DA0FA0
(218,15,160)
#C50E91
(197,14,145)
#B00D82
(176,13,130)
#9B0C73
(155,12,115)
#860B64
(134,11,100)
#710A55
(113,10,85)
#5C0946
(92,9,70)
#470837
(71,8,55)
#320728
(50,7,40)
#1D0619
(29,6,25)
#000000
(0,0,0)

Tints of #EF10AF

#EF10AF
(239,16,175)
#F025B6
(240,37,182)
#F13ABD
(241,58,189)
#F24FC4
(242,79,196)
#F364CB
(243,100,203)
#F479D2
(244,121,210)
#F58ED9
(245,142,217)
#F6A3E0
(246,163,224)
#F7B8E7
(247,184,231)
#F8CDEE
(248,205,238)
#F9E2F5
(249,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF10AF color. Also use rgb(239,16,175) instead hex code.

Text Font Color

.myTextColor { color: #EF10AF; }

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

This text font color is #EF10AF.


Background Color

.myBgColor { background-color: #EF10AF; }

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

This div background color is #EF10AF.


Border color

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

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

This div border color is #EF10AF.


Opacity

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

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

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

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

This text has shadow with #EF10AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF10AF on black background.


Color preview on white background

This text has color #EF10AF on white background.



Black color preview on #EF10AF background

This text has black color on #EF10AF background.


White color preview on #EF10AF background

This text has white color on #EF10AF background.