COLOR #EA72C0

HEX: #EA72C0
RGB: (234,114,192)

Color info

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

RGB color model

#EA72C0 color RGB value is (234,114,192).

  • red value is 234;
  • green value is 114;
  • blue value is 192.
RGB:
(234,114,192)
(92%,45%,75%)

RGB channels and saturation

R 234 of 255 = 92%
G 114 of 255 = 45%
B 192 of 255 = 75%

234
114
192

R + G + B ~ 71%. #EA72C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 114 + 192 = 540 (100%)
R 234 of 540 ~ 43.33%
G 114 of 540 ~ 21.11%
B 192 of 540 ~ 35.56%

%43.33
%21.11
%35.56

CMYK color model

#EA72C0 color CMYK value is (0,51,18,8).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 17.95%
  • key color value is 8.24%
CMYK:
(0,51,18,8)
C0M51Y18K8 
(0%,51%,18%,8%)
(0.00/0.51/0.18/0.08)	

CMYK percentages

%0
%51.28
%17.95
%8.24

Codes

Color #EA72C0 in popluar color models

EA72C0
RGB234114192
HSL321°74.07%68.24%
HSB/HSV321°51.28%91.76%
CMYK0.00%51.28%17.95%
8.24%

Color #EA72C0 in popluar number systems.

HEXEA72C0
Decimal234114192
Binary11101010111001011000000
Octal352162300

Shades and tints

Shades of #EA72C0

#EA72C0
(234,114,192)
#D568AF
(213,104,175)
#C05E9E
(192,94,158)
#AB548D
(171,84,141)
#964A7C
(150,74,124)
#81406B
(129,64,107)
#6C365A
(108,54,90)
#572C49
(87,44,73)
#422238
(66,34,56)
#2D1827
(45,24,39)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #EA72C0

#EA72C0
(234,114,192)
#EB7EC5
(235,126,197)
#EC8ACA
(236,138,202)
#ED96CF
(237,150,207)
#EEA2D4
(238,162,212)
#EFAED9
(239,174,217)
#F0BADE
(240,186,222)
#F1C6E3
(241,198,227)
#F2D2E8
(242,210,232)
#F3DEED
(243,222,237)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA72C0 color. Also use rgb(234,114,192) instead hex code.

Text Font Color

.myTextColor { color: #EA72C0; }

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

This text font color is #EA72C0.


Background Color

.myBgColor { background-color: #EA72C0; }

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

This div background color is #EA72C0.


Border color

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

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

This div border color is #EA72C0.


Opacity

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

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

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

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

This text has shadow with #EA72C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA72C0 on black background.


Color preview on white background

This text has color #EA72C0 on white background.



Black color preview on #EA72C0 background

This text has black color on #EA72C0 background.


White color preview on #EA72C0 background

This text has white color on #EA72C0 background.