COLOR #EA758F

HEX: #EA758F
RGB: (234,117,143)

Color info

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

RGB color model

#EA758F color RGB value is (234,117,143).

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

RGB channels and saturation

R 234 of 255 = 92%
G 117 of 255 = 46%
B 143 of 255 = 56%

234
117
143

R + G + B ~ 65%. #EA758F is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 117 + 143 = 494 (100%)
R 234 of 494 ~ 47.37%
G 117 of 494 ~ 23.68%
B 143 of 494 ~ 28.95%

%47.37
%23.68
%28.95

CMYK color model

#EA758F color CMYK value is (0,50,39,8).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 38.89%
  • key color value is 8.24%
CMYK:
(0,50,39,8)
C0M50Y39K8 
(0%,50%,39%,8%)
(0.00/0.50/0.39/0.08)	

CMYK percentages

%0
%50
%38.89
%8.24

Codes

Color #EA758F in popluar color models

EA758F
RGB234117143
HSL347°73.58%68.82%
HSB/HSV347°50.00%91.76%
CMYK0.00%50.00%38.89%
8.24%

Color #EA758F in popluar number systems.

HEXEA758F
Decimal234117143
Binary11101010111010110001111
Octal352165217

Shades and tints

Shades of #EA758F

#EA758F
(234,117,143)
#D56B82
(213,107,130)
#C06175
(192,97,117)
#AB5768
(171,87,104)
#964D5B
(150,77,91)
#81434E
(129,67,78)
#6C3941
(108,57,65)
#572F34
(87,47,52)
#422527
(66,37,39)
#2D1B1A
(45,27,26)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #EA758F

#EA758F
(234,117,143)
#EB8199
(235,129,153)
#EC8DA3
(236,141,163)
#ED99AD
(237,153,173)
#EEA5B7
(238,165,183)
#EFB1C1
(239,177,193)
#F0BDCB
(240,189,203)
#F1C9D5
(241,201,213)
#F2D5DF
(242,213,223)
#F3E1E9
(243,225,233)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA758F; }

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

This text font color is #EA758F.


Background Color

.myBgColor { background-color: #EA758F; }

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

This div background color is #EA758F.


Border color

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

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

This div border color is #EA758F.


Opacity

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

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

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

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

This text has shadow with #EA758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA758F on black background.


Color preview on white background

This text has color #EA758F on white background.



Black color preview on #EA758F background

This text has black color on #EA758F background.


White color preview on #EA758F background

This text has white color on #EA758F background.