COLOR #EA7B95

HEX: #EA7B95
RGB: (234,123,149)

Color info

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

RGB color model

#EA7B95 color RGB value is (234,123,149).

  • red value is 234;
  • green value is 123;
  • blue value is 149.
RGB:
(234,123,149)
(92%,48%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 123 of 255 = 48%
B 149 of 255 = 58%

234
123
149

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

Portions of RGB colors in percentages

R + G + B =
234 + 123 + 149 = 506 (100%)
R 234 of 506 ~ 46.25%
G 123 of 506 ~ 24.31%
B 149 of 506 ~ 29.45%

%46.25
%24.31
%29.45

CMYK color model

#EA7B95 color CMYK value is (0,47,36,8).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(0,47,36,8)
C0M47Y36K8 
(0%,47%,36%,8%)
(0.00/0.47/0.36/0.08)	

CMYK percentages

%0
%47.44
%36.32
%8.24

Codes

Color #EA7B95 in popluar color models

EA7B95
RGB234123149
HSL346°72.55%70.00%
HSB/HSV346°47.44%91.76%
CMYK0.00%47.44%36.32%
8.24%

Color #EA7B95 in popluar number systems.

HEXEA7B95
Decimal234123149
Binary11101010111101110010101
Octal352173225

Shades and tints

Shades of #EA7B95

#EA7B95
(234,123,149)
#D57088
(213,112,136)
#C0657B
(192,101,123)
#AB5A6E
(171,90,110)
#964F61
(150,79,97)
#814454
(129,68,84)
#6C3947
(108,57,71)
#572E3A
(87,46,58)
#42232D
(66,35,45)
#2D1820
(45,24,32)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #EA7B95

#EA7B95
(234,123,149)
#EB879E
(235,135,158)
#EC93A7
(236,147,167)
#ED9FB0
(237,159,176)
#EEABB9
(238,171,185)
#EFB7C2
(239,183,194)
#F0C3CB
(240,195,203)
#F1CFD4
(241,207,212)
#F2DBDD
(242,219,221)
#F3E7E6
(243,231,230)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7B95 color. Also use rgb(234,123,149) instead hex code.

Text Font Color

.myTextColor { color: #EA7B95; }

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

This text font color is #EA7B95.


Background Color

.myBgColor { background-color: #EA7B95; }

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

This div background color is #EA7B95.


Border color

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

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

This div border color is #EA7B95.


Opacity

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

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

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

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

This text has shadow with #EA7B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7B95 on black background.


Color preview on white background

This text has color #EA7B95 on white background.



Black color preview on #EA7B95 background

This text has black color on #EA7B95 background.


White color preview on #EA7B95 background

This text has white color on #EA7B95 background.