COLOR #EA968F

HEX: #EA968F
RGB: (234,150,143)

Color info

#EA968F contains mainly red color. Web safe color of #EA968F is #FF9999 (or #F99).

RGB color model

#EA968F color RGB value is (234,150,143).

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

RGB channels and saturation

R 234 of 255 = 92%
G 150 of 255 = 59%
B 143 of 255 = 56%

234
150
143

R + G + B ~ 69%. #EA968F is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 150 + 143 = 527 (100%)
R 234 of 527 ~ 44.4%
G 150 of 527 ~ 28.46%
B 143 of 527 ~ 27.13%

%44.4
%28.46
%27.13

CMYK color model

#EA968F color CMYK value is (0,36,39,8).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 38.89%
  • key color value is 8.24%
CMYK:
(0,36,39,8)
C0M36Y39K8 
(0%,36%,39%,8%)
(0.00/0.36/0.39/0.08)	

CMYK percentages

%0
%35.9
%38.89
%8.24

Codes

Color #EA968F in popluar color models

EA968F
RGB234150143
HSL68.42%73.92%
HSB/HSV38.89%91.76%
CMYK0.00%35.90%38.89%
8.24%

Color #EA968F in popluar number systems.

HEXEA968F
Decimal234150143
Binary111010101001011010001111
Octal352226217

Shades and tints

Shades of #EA968F

#EA968F
(234,150,143)
#D58982
(213,137,130)
#C07C75
(192,124,117)
#AB6F68
(171,111,104)
#96625B
(150,98,91)
#81554E
(129,85,78)
#6C4841
(108,72,65)
#573B34
(87,59,52)
#422E27
(66,46,39)
#2D211A
(45,33,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #EA968F

#EA968F
(234,150,143)
#EB9F99
(235,159,153)
#ECA8A3
(236,168,163)
#EDB1AD
(237,177,173)
#EEBAB7
(238,186,183)
#EFC3C1
(239,195,193)
#F0CCCB
(240,204,203)
#F1D5D5
(241,213,213)
#F2DEDF
(242,222,223)
#F3E7E9
(243,231,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA968F; }

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

This text font color is #EA968F.


Background Color

.myBgColor { background-color: #EA968F; }

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

This div background color is #EA968F.


Border color

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

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

This div border color is #EA968F.


Opacity

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

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

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

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

This text has shadow with #EA968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA968F on black background.


Color preview on white background

This text has color #EA968F on white background.



Black color preview on #EA968F background

This text has black color on #EA968F background.


White color preview on #EA968F background

This text has white color on #EA968F background.