COLOR #E61778

HEX: #E61778
RGB: (230,23,120)

Color info

#E61778 contains mainly red color. Web safe color of #E61778 is #CC0066 (or #C06).

RGB color model

#E61778 color RGB value is (230,23,120).

  • red value is 230;
  • green value is 23;
  • blue value is 120.
RGB:
(230,23,120)
(90%,9%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 23 of 255 = 9%
B 120 of 255 = 47%

230
23
120

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

Portions of RGB colors in percentages

R + G + B =
230 + 23 + 120 = 373 (100%)
R 230 of 373 ~ 61.66%
G 23 of 373 ~ 6.17%
B 120 of 373 ~ 32.17%

%61.66
%32.17

CMYK color model

#E61778 color CMYK value is (0,90,48,10).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 47.83%
  • key color value is 9.80%
CMYK:
(0,90,48,10)
C0M90Y48K10 
(0%,90%,48%,10%)
(0.00/0.90/0.48/0.10)	

CMYK percentages

%0
%90
%47.83
%9.8

Codes

Color #E61778 in popluar color models

E61778
RGB23023120
HSL332°81.82%49.61%
HSB/HSV332°90.00%90.20%
CMYK0.00%90.00%47.83%
9.80%

Color #E61778 in popluar number systems.

HEXE61778
Decimal23023120
Binary11100110101111111000
Octal34627170

Shades and tints

Shades of #E61778

#E61778
(230,23,120)
#D2156E
(210,21,110)
#BE1364
(190,19,100)
#AA115A
(170,17,90)
#960F50
(150,15,80)
#820D46
(130,13,70)
#6E0B3C
(110,11,60)
#5A0932
(90,9,50)
#460728
(70,7,40)
#32051E
(50,5,30)
#1E0314
(30,3,20)
#000000
(0,0,0)

Tints of #E61778

#E61778
(230,23,120)
#E82C84
(232,44,132)
#EA4190
(234,65,144)
#EC569C
(236,86,156)
#EE6BA8
(238,107,168)
#F080B4
(240,128,180)
#F295C0
(242,149,192)
#F4AACC
(244,170,204)
#F6BFD8
(246,191,216)
#F8D4E4
(248,212,228)
#FAE9F0
(250,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61778 color. Also use rgb(230,23,120) instead hex code.

Text Font Color

.myTextColor { color: #E61778; }

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

This text font color is #E61778.


Background Color

.myBgColor { background-color: #E61778; }

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

This div background color is #E61778.


Border color

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

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

This div border color is #E61778.


Opacity

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

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

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

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

This text has shadow with #E61778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61778 on black background.


Color preview on white background

This text has color #E61778 on white background.



Black color preview on #E61778 background

This text has black color on #E61778 background.


White color preview on #E61778 background

This text has white color on #E61778 background.