COLOR #E6547E

HEX: #E6547E
RGB: (230,84,126)

Color info

#E6547E contains mainly red color. Web safe color of #E6547E is #CC6666 (or #C66).

RGB color model

#E6547E color RGB value is (230,84,126).

  • red value is 230;
  • green value is 84;
  • blue value is 126.
RGB:
(230,84,126)
(90%,33%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 84 of 255 = 33%
B 126 of 255 = 49%

230
84
126

R + G + B ~ 57%. #E6547E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 84 + 126 = 440 (100%)
R 230 of 440 ~ 52.27%
G 84 of 440 ~ 19.09%
B 126 of 440 ~ 28.64%

%52.27
%19.09
%28.64

CMYK color model

#E6547E color CMYK value is (0,63,45,10).

  • cyan value is 0.00%
  • magenta value is 63.48%
  • yellow value is 45.22%
  • key color value is 9.80%
CMYK:
(0,63,45,10)
C0M63Y45K10 
(0%,63%,45%,10%)
(0.00/0.63/0.45/0.10)	

CMYK percentages

%0
%63.48
%45.22
%9.8

Codes

Color #E6547E in popluar color models

E6547E
RGB23084126
HSL343°74.49%61.57%
HSB/HSV343°63.48%90.20%
CMYK0.00%63.48%45.22%
9.80%

Color #E6547E in popluar number systems.

HEXE6547E
Decimal23084126
Binary1110011010101001111110
Octal346124176

Shades and tints

Shades of #E6547E

#E6547E
(230,84,126)
#D24D73
(210,77,115)
#BE4668
(190,70,104)
#AA3F5D
(170,63,93)
#963852
(150,56,82)
#823147
(130,49,71)
#6E2A3C
(110,42,60)
#5A2331
(90,35,49)
#461C26
(70,28,38)
#32151B
(50,21,27)
#1E0E10
(30,14,16)
#000000
(0,0,0)

Tints of #E6547E

#E6547E
(230,84,126)
#E86389
(232,99,137)
#EA7294
(234,114,148)
#EC819F
(236,129,159)
#EE90AA
(238,144,170)
#F09FB5
(240,159,181)
#F2AEC0
(242,174,192)
#F4BDCB
(244,189,203)
#F6CCD6
(246,204,214)
#F8DBE1
(248,219,225)
#FAEAEC
(250,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6547E color. Also use rgb(230,84,126) instead hex code.

Text Font Color

.myTextColor { color: #E6547E; }

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

This text font color is #E6547E.


Background Color

.myBgColor { background-color: #E6547E; }

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

This div background color is #E6547E.


Border color

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

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

This div border color is #E6547E.


Opacity

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

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

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

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

This text has shadow with #E6547E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6547E on black background.


Color preview on white background

This text has color #E6547E on white background.



Black color preview on #E6547E background

This text has black color on #E6547E background.


White color preview on #E6547E background

This text has white color on #E6547E background.