COLOR #EA758B

HEX: #EA758B
RGB: (234,117,139)

Color info

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

RGB color model

#EA758B color RGB value is (234,117,139).

  • red value is 234;
  • green value is 117;
  • blue value is 139.
RGB:
(234,117,139)
(92%,46%,55%)

RGB channels and saturation

R 234 of 255 = 92%
G 117 of 255 = 46%
B 139 of 255 = 55%

234
117
139

R + G + B ~ 64%. #EA758B is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 117 + 139 = 490 (100%)
R 234 of 490 ~ 47.76%
G 117 of 490 ~ 23.88%
B 139 of 490 ~ 28.37%

%47.76
%23.88
%28.37

CMYK color model

#EA758B color CMYK value is (0,50,41,8).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 40.60%
  • key color value is 8.24%
CMYK:
(0,50,41,8)
C0M50Y41K8 
(0%,50%,41%,8%)
(0.00/0.50/0.41/0.08)	

CMYK percentages

%0
%50
%40.6
%8.24

Codes

Color #EA758B in popluar color models

EA758B
RGB234117139
HSL349°73.58%68.82%
HSB/HSV349°50.00%91.76%
CMYK0.00%50.00%40.60%
8.24%

Color #EA758B in popluar number systems.

HEXEA758B
Decimal234117139
Binary11101010111010110001011
Octal352165213

Shades and tints

Shades of #EA758B

#EA758B
(234,117,139)
#D56B7F
(213,107,127)
#C06173
(192,97,115)
#AB5767
(171,87,103)
#964D5B
(150,77,91)
#81434F
(129,67,79)
#6C3943
(108,57,67)
#572F37
(87,47,55)
#42252B
(66,37,43)
#2D1B1F
(45,27,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #EA758B

#EA758B
(234,117,139)
#EB8195
(235,129,149)
#EC8D9F
(236,141,159)
#ED99A9
(237,153,169)
#EEA5B3
(238,165,179)
#EFB1BD
(239,177,189)
#F0BDC7
(240,189,199)
#F1C9D1
(241,201,209)
#F2D5DB
(242,213,219)
#F3E1E5
(243,225,229)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA758B color. Also use rgb(234,117,139) instead hex code.

Text Font Color

.myTextColor { color: #EA758B; }

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

This text font color is #EA758B.


Background Color

.myBgColor { background-color: #EA758B; }

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

This div background color is #EA758B.


Border color

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

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

This div border color is #EA758B.


Opacity

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

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

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

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

This text has shadow with #EA758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA758B on black background.


Color preview on white background

This text has color #EA758B on white background.



Black color preview on #EA758B background

This text has black color on #EA758B background.


White color preview on #EA758B background

This text has white color on #EA758B background.