COLOR #EA728A

HEX: #EA728A
RGB: (234,114,138)

Color info

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

RGB color model

#EA728A color RGB value is (234,114,138).

  • red value is 234;
  • green value is 114;
  • blue value is 138.
RGB:
(234,114,138)
(92%,45%,54%)

RGB channels and saturation

R 234 of 255 = 92%
G 114 of 255 = 45%
B 138 of 255 = 54%

234
114
138

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

Portions of RGB colors in percentages

R + G + B =
234 + 114 + 138 = 486 (100%)
R 234 of 486 ~ 48.15%
G 114 of 486 ~ 23.46%
B 138 of 486 ~ 28.4%

%48.15
%23.46
%28.4

CMYK color model

#EA728A color CMYK value is (0,51,41,8).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK:
(0,51,41,8)
C0M51Y41K8 
(0%,51%,41%,8%)
(0.00/0.51/0.41/0.08)	

CMYK percentages

%0
%51.28
%41.03
%8.24

Codes

Color #EA728A in popluar color models

EA728A
RGB234114138
HSL348°74.07%68.24%
HSB/HSV348°51.28%91.76%
CMYK0.00%51.28%41.03%
8.24%

Color #EA728A in popluar number systems.

HEXEA728A
Decimal234114138
Binary11101010111001010001010
Octal352162212

Shades and tints

Shades of #EA728A

#EA728A
(234,114,138)
#D5687E
(213,104,126)
#C05E72
(192,94,114)
#AB5466
(171,84,102)
#964A5A
(150,74,90)
#81404E
(129,64,78)
#6C3642
(108,54,66)
#572C36
(87,44,54)
#42222A
(66,34,42)
#2D181E
(45,24,30)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #EA728A

#EA728A
(234,114,138)
#EB7E94
(235,126,148)
#EC8A9E
(236,138,158)
#ED96A8
(237,150,168)
#EEA2B2
(238,162,178)
#EFAEBC
(239,174,188)
#F0BAC6
(240,186,198)
#F1C6D0
(241,198,208)
#F2D2DA
(242,210,218)
#F3DEE4
(243,222,228)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA728A color. Also use rgb(234,114,138) instead hex code.

Text Font Color

.myTextColor { color: #EA728A; }

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

This text font color is #EA728A.


Background Color

.myBgColor { background-color: #EA728A; }

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

This div background color is #EA728A.


Border color

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

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

This div border color is #EA728A.


Opacity

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

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

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

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

This text has shadow with #EA728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA728A on black background.


Color preview on white background

This text has color #EA728A on white background.



Black color preview on #EA728A background

This text has black color on #EA728A background.


White color preview on #EA728A background

This text has white color on #EA728A background.