COLOR #EB74A0

HEX: #EB74A0 RGB: (235,116,160)

Color info

#EB74A0 contains mainly red color. Web safe color of #EB74A0 is #FF6699 (or #F69).

RGB color model

#EB74A0 color RGB value is (235,116,160).

RGB: (235,116,160) (92%, 45%, 63%)

RGB channels and saturation

R 235 of 255 = 92%
G 116 of 255 = 45%
B 160 of 255 = 63%

235
116
160

R + G + B ~ 67%. #EB74A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 116 + 160 = 511 (100%)
R 235 of 511 ~ 45.99%
G 116 of 511 ~ 22.7%
B 160 of 511 ~ 31.31'%

%45.99
%22.7
%31.31

CMYK color model

#EB74A0 color CMYK value is (0,51,32,8).

  • cyan value is 0.00%
  • magenta value is 50.64%
  • yellow value is 31.91%
  • key color value is 7.84%
CMYK: (0,51,32,8) C0M51Y32K8 (0%,51%,32%,8%) (0.00/0.51/0.32/0.08) 

CMYK percentages

%0
%50.64
%31.91
%7.84

Codes

Color #EB74A0 in popluar color models

EB 74 A0
RGB 235 116 160
HSL 338° 74.84% 68.82%
HSB/HSV 338° 50.64% 92.16%
CMYK 0.00% 50.64% 31.91%
7.84%

Color #EB74A0 in popluar number systems.

HEX EB 74 A0
Decimal 235 116 160
Binary 11101011 1110100 10100000
Octal 353 164 240

Shades and tints

Shades of #EB74A0

#EB74A0
(235,116,160)
#D66A92
(214,106,146)
#C16084
(193,96,132)
#AC5676
(172,86,118)
#974C68
(151,76,104)
#82425A
(130,66,90)
#6D384C
(109,56,76)
#582E3E
(88,46,62)
#432430
(67,36,48)
#2E1A22
(46,26,34)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #EB74A0

#EB74A0
(235,116,160)
#EC80A8
(236,128,168)
#ED8CB0
(237,140,176)
#EE98B8
(238,152,184)
#EFA4C0
(239,164,192)
#F0B0C8
(240,176,200)
#F1BCD0
(241,188,208)
#F2C8D8
(242,200,216)
#F3D4E0
(243,212,224)
#F4E0E8
(244,224,232)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB74A0; }

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

This text font color is #EB74A0.

Background Color

.myBgColor { background-color: #EB74A0; }

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

This div background color is #EB74A0.

Border color

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

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

This div border color is #EB74A0.

Opacity

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

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

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

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

This text has shadow with #EB74A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB74A0.

Preview

Color preview on black background

This text has color #EB74A0 on black background.


Color preview on white background

This text has color #EB74A0 on white background.


Black color preview on #EB74A0 background

This text has black color on #EB74A0 background.


White color preview on #EB74A0 background

This text has white color on #EB74A0 background.


Related colors

Complementary color

Complementary color for #hex is #148B5F.


I love getcolorcode.com

Triadic colors

1 #A0EB74 and #74A0EB with #EB74A0 are triadic colors.

2 #A074EB and #74EBA0 with #EB74A0 are triadic colors.