COLOR #EA769D

HEX: #EA769D
RGB: (234,118,157)

Color info

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

RGB color model

#EA769D color RGB value is (234,118,157).

  • red value is 234;
  • green value is 118;
  • blue value is 157.
RGB:
(234,118,157)
(92%,46%,62%)

RGB channels and saturation

R 234 of 255 = 92%
G 118 of 255 = 46%
B 157 of 255 = 62%

234
118
157

R + G + B ~ 67%. #EA769D is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 118 + 157 = 509 (100%)
R 234 of 509 ~ 45.97%
G 118 of 509 ~ 23.18%
B 157 of 509 ~ 30.84%

%45.97
%23.18
%30.84

CMYK color model

#EA769D color CMYK value is (0,50,33,8).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 32.91%
  • key color value is 8.24%
CMYK:
(0,50,33,8)
C0M50Y33K8 
(0%,50%,33%,8%)
(0.00/0.50/0.33/0.08)	

CMYK percentages

%0
%49.57
%32.91
%8.24

Codes

Color #EA769D in popluar color models

EA769D
RGB234118157
HSL340°73.42%69.02%
HSB/HSV340°49.57%91.76%
CMYK0.00%49.57%32.91%
8.24%

Color #EA769D in popluar number systems.

HEXEA769D
Decimal234118157
Binary11101010111011010011101
Octal352166235

Shades and tints

Shades of #EA769D

#EA769D
(234,118,157)
#D56C8F
(213,108,143)
#C06281
(192,98,129)
#AB5873
(171,88,115)
#964E65
(150,78,101)
#814457
(129,68,87)
#6C3A49
(108,58,73)
#57303B
(87,48,59)
#42262D
(66,38,45)
#2D1C1F
(45,28,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #EA769D

#EA769D
(234,118,157)
#EB82A5
(235,130,165)
#EC8EAD
(236,142,173)
#ED9AB5
(237,154,181)
#EEA6BD
(238,166,189)
#EFB2C5
(239,178,197)
#F0BECD
(240,190,205)
#F1CAD5
(241,202,213)
#F2D6DD
(242,214,221)
#F3E2E5
(243,226,229)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA769D color. Also use rgb(234,118,157) instead hex code.

Text Font Color

.myTextColor { color: #EA769D; }

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

This text font color is #EA769D.


Background Color

.myBgColor { background-color: #EA769D; }

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

This div background color is #EA769D.


Border color

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

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

This div border color is #EA769D.


Opacity

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

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

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

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

This text has shadow with #EA769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA769D on black background.


Color preview on white background

This text has color #EA769D on white background.



Black color preview on #EA769D background

This text has black color on #EA769D background.


White color preview on #EA769D background

This text has white color on #EA769D background.