COLOR #E484C0

HEX: #E484C0
RGB: (228,132,192)

Color info

#E484C0 contains mainly red and blue colors. Web safe color of #E484C0 is #CC99CC (or #C9C).

RGB color model

#E484C0 color RGB value is (228,132,192).

  • red value is 228;
  • green value is 132;
  • blue value is 192.
RGB:
(228,132,192)
(89%,52%,75%)

RGB channels and saturation

R 228 of 255 = 89%
G 132 of 255 = 52%
B 192 of 255 = 75%

228
132
192

R + G + B ~ 72%. #E484C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 132 + 192 = 552 (100%)
R 228 of 552 ~ 41.3%
G 132 of 552 ~ 23.91%
B 192 of 552 ~ 34.78%

%41.3
%23.91
%34.78

CMYK color model

#E484C0 color CMYK value is (0,42,16,11).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK:
(0,42,16,11)
C0M42Y16K11 
(0%,42%,16%,11%)
(0.00/0.42/0.16/0.11)	

CMYK percentages

%0
%42.11
%15.79
%10.59

Codes

Color #E484C0 in popluar color models

E484C0
RGB228132192
HSL323°64.00%70.59%
HSB/HSV323°42.11%89.41%
CMYK0.00%42.11%15.79%
10.59%

Color #E484C0 in popluar number systems.

HEXE484C0
Decimal228132192
Binary111001001000010011000000
Octal344204300

Shades and tints

Shades of #E484C0

#E484C0
(228,132,192)
#D078AF
(208,120,175)
#BC6C9E
(188,108,158)
#A8608D
(168,96,141)
#94547C
(148,84,124)
#80486B
(128,72,107)
#6C3C5A
(108,60,90)
#583049
(88,48,73)
#442438
(68,36,56)
#301827
(48,24,39)
#1C0C16
(28,12,22)
#000000
(0,0,0)

Tints of #E484C0

#E484C0
(228,132,192)
#E68FC5
(230,143,197)
#E89ACA
(232,154,202)
#EAA5CF
(234,165,207)
#ECB0D4
(236,176,212)
#EEBBD9
(238,187,217)
#F0C6DE
(240,198,222)
#F2D1E3
(242,209,227)
#F4DCE8
(244,220,232)
#F6E7ED
(246,231,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E484C0 color. Also use rgb(228,132,192) instead hex code.

Text Font Color

.myTextColor { color: #E484C0; }

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

This text font color is #E484C0.


Background Color

.myBgColor { background-color: #E484C0; }

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

This div background color is #E484C0.


Border color

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

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

This div border color is #E484C0.


Opacity

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

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

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

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

This text has shadow with #E484C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E484C0 on black background.


Color preview on white background

This text has color #E484C0 on white background.



Black color preview on #E484C0 background

This text has black color on #E484C0 background.


White color preview on #E484C0 background

This text has white color on #E484C0 background.