COLOR #EA7CD5

HEX: #EA7CD5
RGB: (234,124,213)

Color info

#EA7CD5 contains mainly red and blue colors. Web safe color of #EA7CD5 is #FF66CC (or #F6C).

RGB color model

#EA7CD5 color RGB value is (234,124,213).

  • red value is 234;
  • green value is 124;
  • blue value is 213.
RGB:
(234,124,213)
(92%,49%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 124 of 255 = 49%
B 213 of 255 = 84%

234
124
213

R + G + B ~ 75%. #EA7CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 124 + 213 = 571 (100%)
R 234 of 571 ~ 40.98%
G 124 of 571 ~ 21.72%
B 213 of 571 ~ 37.3%

%40.98
%21.72
%37.3

CMYK color model

#EA7CD5 color CMYK value is (0,47,9,8).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(0,47,9,8)
C0M47Y9K8 
(0%,47%,9%,8%)
(0.00/0.47/0.09/0.08)	

CMYK percentages

%0
%47.01
%8.97
%8.24

Codes

Color #EA7CD5 in popluar color models

EA7CD5
RGB234124213
HSL311°72.37%70.20%
HSB/HSV311°47.01%91.76%
CMYK0.00%47.01%8.97%
8.24%

Color #EA7CD5 in popluar number systems.

HEXEA7CD5
Decimal234124213
Binary11101010111110011010101
Octal352174325

Shades and tints

Shades of #EA7CD5

#EA7CD5
(234,124,213)
#D571C2
(213,113,194)
#C066AF
(192,102,175)
#AB5B9C
(171,91,156)
#965089
(150,80,137)
#814576
(129,69,118)
#6C3A63
(108,58,99)
#572F50
(87,47,80)
#42243D
(66,36,61)
#2D192A
(45,25,42)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #EA7CD5

#EA7CD5
(234,124,213)
#EB87D8
(235,135,216)
#EC92DB
(236,146,219)
#ED9DDE
(237,157,222)
#EEA8E1
(238,168,225)
#EFB3E4
(239,179,228)
#F0BEE7
(240,190,231)
#F1C9EA
(241,201,234)
#F2D4ED
(242,212,237)
#F3DFF0
(243,223,240)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7CD5 color. Also use rgb(234,124,213) instead hex code.

Text Font Color

.myTextColor { color: #EA7CD5; }

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

This text font color is #EA7CD5.


Background Color

.myBgColor { background-color: #EA7CD5; }

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

This div background color is #EA7CD5.


Border color

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

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

This div border color is #EA7CD5.


Opacity

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

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

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

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

This text has shadow with #EA7CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7CD5 on black background.


Color preview on white background

This text has color #EA7CD5 on white background.



Black color preview on #EA7CD5 background

This text has black color on #EA7CD5 background.


White color preview on #EA7CD5 background

This text has white color on #EA7CD5 background.