COLOR #E0298F

HEX: #E0298F
RGB: (224,41,143)

Color info

#E0298F contains mainly red color. Web safe color of #E0298F is #CC3399 (or #C39).

RGB color model

#E0298F color RGB value is (224,41,143).

  • red value is 224;
  • green value is 41;
  • blue value is 143.
RGB:
(224,41,143)
(88%,16%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 41 of 255 = 16%
B 143 of 255 = 56%

224
41
143

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

Portions of RGB colors in percentages

R + G + B =
224 + 41 + 143 = 408 (100%)
R 224 of 408 ~ 54.9%
G 41 of 408 ~ 10.05%
B 143 of 408 ~ 35.05%

%54.9
%10.05
%35.05

CMYK color model

#E0298F color CMYK value is (0,82,36,12).

  • cyan value is 0.00%
  • magenta value is 81.70%
  • yellow value is 36.16%
  • key color value is 12.16%
CMYK:
(0,82,36,12)
C0M82Y36K12 
(0%,82%,36%,12%)
(0.00/0.82/0.36/0.12)	

CMYK percentages

%0
%81.7
%36.16
%12.16

Codes

Color #E0298F in popluar color models

E0298F
RGB22441143
HSL327°74.69%51.96%
HSB/HSV327°81.70%87.84%
CMYK0.00%81.70%36.16%
12.16%

Color #E0298F in popluar number systems.

HEXE0298F
Decimal22441143
Binary1110000010100110001111
Octal34051217

Shades and tints

Shades of #E0298F

#E0298F
(224,41,143)
#CC2682
(204,38,130)
#B82375
(184,35,117)
#A42068
(164,32,104)
#901D5B
(144,29,91)
#7C1A4E
(124,26,78)
#681741
(104,23,65)
#541434
(84,20,52)
#401127
(64,17,39)
#2C0E1A
(44,14,26)
#180B0D
(24,11,13)
#000000
(0,0,0)

Tints of #E0298F

#E0298F
(224,41,143)
#E23C99
(226,60,153)
#E44FA3
(228,79,163)
#E662AD
(230,98,173)
#E875B7
(232,117,183)
#EA88C1
(234,136,193)
#EC9BCB
(236,155,203)
#EEAED5
(238,174,213)
#F0C1DF
(240,193,223)
#F2D4E9
(242,212,233)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0298F color. Also use rgb(224,41,143) instead hex code.

Text Font Color

.myTextColor { color: #E0298F; }

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

This text font color is #E0298F.


Background Color

.myBgColor { background-color: #E0298F; }

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

This div background color is #E0298F.


Border color

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

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

This div border color is #E0298F.


Opacity

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

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

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

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

This text has shadow with #E0298F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0298F on black background.


Color preview on white background

This text has color #E0298F on white background.



Black color preview on #E0298F background

This text has black color on #E0298F background.


White color preview on #E0298F background

This text has white color on #E0298F background.