COLOR #E482C6

HEX: #E482C6
RGB: (228,130,198)

Color info

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

RGB color model

#E482C6 color RGB value is (228,130,198).

  • red value is 228;
  • green value is 130;
  • blue value is 198.
RGB:
(228,130,198)
(89%,51%,78%)

RGB channels and saturation

R 228 of 255 = 89%
G 130 of 255 = 51%
B 198 of 255 = 78%

228
130
198

R + G + B ~ 73%. #E482C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 130 + 198 = 556 (100%)
R 228 of 556 ~ 41.01%
G 130 of 556 ~ 23.38%
B 198 of 556 ~ 35.61%

%41.01
%23.38
%35.61

CMYK color model

#E482C6 color CMYK value is (0,43,13,11).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,43,13,11)
C0M43Y13K11 
(0%,43%,13%,11%)
(0.00/0.43/0.13/0.11)	

CMYK percentages

%0
%42.98
%13.16
%10.59

Codes

Color #E482C6 in popluar color models

E482C6
RGB228130198
HSL318°64.47%70.20%
HSB/HSV318°42.98%89.41%
CMYK0.00%42.98%13.16%
10.59%

Color #E482C6 in popluar number systems.

HEXE482C6
Decimal228130198
Binary111001001000001011000110
Octal344202306

Shades and tints

Shades of #E482C6

#E482C6
(228,130,198)
#D077B4
(208,119,180)
#BC6CA2
(188,108,162)
#A86190
(168,97,144)
#94567E
(148,86,126)
#804B6C
(128,75,108)
#6C405A
(108,64,90)
#583548
(88,53,72)
#442A36
(68,42,54)
#301F24
(48,31,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E482C6

#E482C6
(228,130,198)
#E68DCB
(230,141,203)
#E898D0
(232,152,208)
#EAA3D5
(234,163,213)
#ECAEDA
(236,174,218)
#EEB9DF
(238,185,223)
#F0C4E4
(240,196,228)
#F2CFE9
(242,207,233)
#F4DAEE
(244,218,238)
#F6E5F3
(246,229,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E482C6 color. Also use rgb(228,130,198) instead hex code.

Text Font Color

.myTextColor { color: #E482C6; }

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

This text font color is #E482C6.


Background Color

.myBgColor { background-color: #E482C6; }

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

This div background color is #E482C6.


Border color

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

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

This div border color is #E482C6.


Opacity

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

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

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

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

This text has shadow with #E482C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E482C6 on black background.


Color preview on white background

This text has color #E482C6 on white background.



Black color preview on #E482C6 background

This text has black color on #E482C6 background.


White color preview on #E482C6 background

This text has white color on #E482C6 background.