COLOR #EA70B0

HEX: #EA70B0
RGB: (234,112,176)

Color info

#EA70B0 contains mainly red and blue colors. Web safe color of #EA70B0 is #FF6699 (or #F69).

RGB color model

#EA70B0 color RGB value is (234,112,176).

  • red value is 234;
  • green value is 112;
  • blue value is 176.
RGB:
(234,112,176)
(92%,44%,69%)

RGB channels and saturation

R 234 of 255 = 92%
G 112 of 255 = 44%
B 176 of 255 = 69%

234
112
176

R + G + B ~ 68%. #EA70B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 112 + 176 = 522 (100%)
R 234 of 522 ~ 44.83%
G 112 of 522 ~ 21.46%
B 176 of 522 ~ 33.72%

%44.83
%21.46
%33.72

CMYK color model

#EA70B0 color CMYK value is (0,52,25,8).

  • cyan value is 0.00%
  • magenta value is 52.14%
  • yellow value is 24.79%
  • key color value is 8.24%
CMYK:
(0,52,25,8)
C0M52Y25K8 
(0%,52%,25%,8%)
(0.00/0.52/0.25/0.08)	

CMYK percentages

%0
%52.14
%24.79
%8.24

Codes

Color #EA70B0 in popluar color models

EA70B0
RGB234112176
HSL329°74.39%67.84%
HSB/HSV329°52.14%91.76%
CMYK0.00%52.14%24.79%
8.24%

Color #EA70B0 in popluar number systems.

HEXEA70B0
Decimal234112176
Binary11101010111000010110000
Octal352160260

Shades and tints

Shades of #EA70B0

#EA70B0
(234,112,176)
#D566A0
(213,102,160)
#C05C90
(192,92,144)
#AB5280
(171,82,128)
#964870
(150,72,112)
#813E60
(129,62,96)
#6C3450
(108,52,80)
#572A40
(87,42,64)
#422030
(66,32,48)
#2D1620
(45,22,32)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #EA70B0

#EA70B0
(234,112,176)
#EB7DB7
(235,125,183)
#EC8ABE
(236,138,190)
#ED97C5
(237,151,197)
#EEA4CC
(238,164,204)
#EFB1D3
(239,177,211)
#F0BEDA
(240,190,218)
#F1CBE1
(241,203,225)
#F2D8E8
(242,216,232)
#F3E5EF
(243,229,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA70B0 color. Also use rgb(234,112,176) instead hex code.

Text Font Color

.myTextColor { color: #EA70B0; }

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

This text font color is #EA70B0.


Background Color

.myBgColor { background-color: #EA70B0; }

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

This div background color is #EA70B0.


Border color

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

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

This div border color is #EA70B0.


Opacity

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

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

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

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

This text has shadow with #EA70B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA70B0 on black background.


Color preview on white background

This text has color #EA70B0 on white background.



Black color preview on #EA70B0 background

This text has black color on #EA70B0 background.


White color preview on #EA70B0 background

This text has white color on #EA70B0 background.