COLOR #E61962

HEX: #E61962
RGB: (230,25,98)

Color info

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

RGB color model

#E61962 color RGB value is (230,25,98).

  • red value is 230;
  • green value is 25;
  • blue value is 98.
RGB:
(230,25,98)
(90%,10%,38%)

RGB channels and saturation

R 230 of 255 = 90%
G 25 of 255 = 10%
B 98 of 255 = 38%

230
25
98

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

Portions of RGB colors in percentages

R + G + B =
230 + 25 + 98 = 353 (100%)
R 230 of 353 ~ 65.16%
G 25 of 353 ~ 7.08%
B 98 of 353 ~ 27.76%

%65.16
%27.76

CMYK color model

#E61962 color CMYK value is (0,89,57,10).

  • cyan value is 0.00%
  • magenta value is 89.13%
  • yellow value is 57.39%
  • key color value is 9.80%
CMYK:
(0,89,57,10)
C0M89Y57K10 
(0%,89%,57%,10%)
(0.00/0.89/0.57/0.10)	

CMYK percentages

%0
%89.13
%57.39
%9.8

Codes

Color #E61962 in popluar color models

E61962
RGB2302598
HSL339°80.39%50.00%
HSB/HSV339°89.13%90.20%
CMYK0.00%89.13%57.39%
9.80%

Color #E61962 in popluar number systems.

HEXE61962
Decimal2302598
Binary11100110110011100010
Octal34631142

Shades and tints

Shades of #E61962

#E61962
(230,25,98)
#D2175A
(210,23,90)
#BE1552
(190,21,82)
#AA134A
(170,19,74)
#961142
(150,17,66)
#820F3A
(130,15,58)
#6E0D32
(110,13,50)
#5A0B2A
(90,11,42)
#460922
(70,9,34)
#32071A
(50,7,26)
#1E0512
(30,5,18)
#000000
(0,0,0)

Tints of #E61962

#E61962
(230,25,98)
#E82D70
(232,45,112)
#EA417E
(234,65,126)
#EC558C
(236,85,140)
#EE699A
(238,105,154)
#F07DA8
(240,125,168)
#F291B6
(242,145,182)
#F4A5C4
(244,165,196)
#F6B9D2
(246,185,210)
#F8CDE0
(248,205,224)
#FAE1EE
(250,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61962 color. Also use rgb(230,25,98) instead hex code.

Text Font Color

.myTextColor { color: #E61962; }

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

This text font color is #E61962.


Background Color

.myBgColor { background-color: #E61962; }

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

This div background color is #E61962.


Border color

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

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

This div border color is #E61962.


Opacity

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

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

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

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

This text has shadow with #E61962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61962 on black background.


Color preview on white background

This text has color #E61962 on white background.



Black color preview on #E61962 background

This text has black color on #E61962 background.


White color preview on #E61962 background

This text has white color on #E61962 background.