COLOR #EA7597

HEX: #EA7597
RGB: (234,117,151)

Color info

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

RGB color model

#EA7597 color RGB value is (234,117,151).

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

RGB channels and saturation

R 234 of 255 = 92%
G 117 of 255 = 46%
B 151 of 255 = 59%

234
117
151

R + G + B ~ 66%. #EA7597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 117 + 151 = 502 (100%)
R 234 of 502 ~ 46.61%
G 117 of 502 ~ 23.31%
B 151 of 502 ~ 30.08%

%46.61
%23.31
%30.08

CMYK color model

#EA7597 color CMYK value is (0,50,35,8).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(0,50,35,8)
C0M50Y35K8 
(0%,50%,35%,8%)
(0.00/0.50/0.35/0.08)	

CMYK percentages

%0
%50
%35.47
%8.24

Codes

Color #EA7597 in popluar color models

EA7597
RGB234117151
HSL343°73.58%68.82%
HSB/HSV343°50.00%91.76%
CMYK0.00%50.00%35.47%
8.24%

Color #EA7597 in popluar number systems.

HEXEA7597
Decimal234117151
Binary11101010111010110010111
Octal352165227

Shades and tints

Shades of #EA7597

#EA7597
(234,117,151)
#D56B8A
(213,107,138)
#C0617D
(192,97,125)
#AB5770
(171,87,112)
#964D63
(150,77,99)
#814356
(129,67,86)
#6C3949
(108,57,73)
#572F3C
(87,47,60)
#42252F
(66,37,47)
#2D1B22
(45,27,34)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #EA7597

#EA7597
(234,117,151)
#EB81A0
(235,129,160)
#EC8DA9
(236,141,169)
#ED99B2
(237,153,178)
#EEA5BB
(238,165,187)
#EFB1C4
(239,177,196)
#F0BDCD
(240,189,205)
#F1C9D6
(241,201,214)
#F2D5DF
(242,213,223)
#F3E1E8
(243,225,232)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA7597; }

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

This text font color is #EA7597.


Background Color

.myBgColor { background-color: #EA7597; }

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

This div background color is #EA7597.


Border color

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

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

This div border color is #EA7597.


Opacity

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

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

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

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

This text has shadow with #EA7597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7597 on black background.


Color preview on white background

This text has color #EA7597 on white background.



Black color preview on #EA7597 background

This text has black color on #EA7597 background.


White color preview on #EA7597 background

This text has white color on #EA7597 background.