COLOR #E298DC

HEX: #E298DC RGB: (226,152,220)

Color info

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

RGB color model

#E298DC color RGB value is (226,152,220).

RGB: (226,152,220) (89%, 60%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 152 of 255 = 60%
B 220 of 255 = 86%

226
152
220

R + G + B ~ 78%. #E298DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 152 + 220 = 598 (100%)
R 226 of 598 ~ 37.79%
G 152 of 598 ~ 25.42%
B 220 of 598 ~ 36.79'%

%37.79
%25.42
%36.79

CMYK color model

#E298DC color CMYK value is (0,33,3,11).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK: (0,33,3,11) C0M33Y3K11 (0%,33%,3%,11%) (0.00/0.33/0.03/0.11) 

CMYK percentages

%0
%32.74
%2.65
%11.37

Codes

Color #E298DC in popluar color models

E2 98 DC
RGB 226 152 220
HSL 305° 56.06% 74.12%
HSB/HSV 305° 32.74% 88.63%
CMYK 0.00% 32.74% 2.65%
11.37%

Color #E298DC in popluar number systems.

HEX E2 98 DC
Decimal 226 152 220
Binary 11100010 10011000 11011100
Octal 342 230 334

Shades and tints

Shades of #E298DC

#E298DC
(226,152,220)
#CE8BC8
(206,139,200)
#BA7EB4
(186,126,180)
#A671A0
(166,113,160)
#92648C
(146,100,140)
#7E5778
(126,87,120)
#6A4A64
(106,74,100)
#563D50
(86,61,80)
#42303C
(66,48,60)
#2E2328
(46,35,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E298DC

#E298DC
(226,152,220)
#E4A1DF
(228,161,223)
#E6AAE2
(230,170,226)
#E8B3E5
(232,179,229)
#EABCE8
(234,188,232)
#ECC5EB
(236,197,235)
#EECEEE
(238,206,238)
#F0D7F1
(240,215,241)
#F2E0F4
(242,224,244)
#F4E9F7
(244,233,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E298DC color. Also use rgb(226,152,220) instead hex code.

Text Font Color

.myTextColor { color: #E298DC; }

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

This text font color is #E298DC.

Background Color

.myBgColor { background-color: #E298DC; }

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

This div background color is #E298DC.

Border color

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

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

This div border color is #E298DC.

Opacity

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

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

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

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

This text has shadow with #E298DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E298DC.

Preview

Color preview on black background

This text has color #E298DC on black background.


Color preview on white background

This text has color #E298DC on white background.


Black color preview on #E298DC background

This text has black color on #E298DC background.


White color preview on #E298DC background

This text has white color on #E298DC background.


Related colors

Complementary color

Complementary color for #hex is #1D6723.


I love getcolorcode.com

Triadic colors

1 #DCE298 and #98DCE2 with #E298DC are triadic colors.

2 #DC98E2 and #98E2DC with #E298DC are triadic colors.