COLOR #E298DD

HEX: #E298DD
RGB: (226,152,221)

Color info

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

RGB color model

#E298DD color RGB value is (226,152,221).

  • red value is 226;
  • green value is 152;
  • blue value is 221.
RGB:
(226,152,221)
(89%,60%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 152 of 255 = 60%
B 221 of 255 = 87%

226
152
221

R + G + B ~ 79%. #E298DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 152 + 221 = 599 (100%)
R 226 of 599 ~ 37.73%
G 152 of 599 ~ 25.38%
B 221 of 599 ~ 36.89%

%37.73
%25.38
%36.89

CMYK color model

#E298DD color CMYK value is (0,33,2,11).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(0,33,2,11)
C0M33Y2K11 
(0%,33%,2%,11%)
(0.00/0.33/0.02/0.11)	

CMYK percentages

%0
%32.74
%2.21
%11.37

Codes

Color #E298DD in popluar color models

E298DD
RGB226152221
HSL304°56.06%74.12%
HSB/HSV304°32.74%88.63%
CMYK0.00%32.74%2.21%
11.37%

Color #E298DD in popluar number systems.

HEXE298DD
Decimal226152221
Binary111000101001100011011101
Octal342230335

Shades and tints

Shades of #E298DD

#E298DD
(226,152,221)
#CE8BC9
(206,139,201)
#BA7EB5
(186,126,181)
#A671A1
(166,113,161)
#92648D
(146,100,141)
#7E5779
(126,87,121)
#6A4A65
(106,74,101)
#563D51
(86,61,81)
#42303D
(66,48,61)
#2E2329
(46,35,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E298DD

#E298DD
(226,152,221)
#E4A1E0
(228,161,224)
#E6AAE3
(230,170,227)
#E8B3E6
(232,179,230)
#EABCE9
(234,188,233)
#ECC5EC
(236,197,236)
#EECEEF
(238,206,239)
#F0D7F2
(240,215,242)
#F2E0F5
(242,224,245)
#F4E9F8
(244,233,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E298DD; }

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

This text font color is #E298DD.


Background Color

.myBgColor { background-color: #E298DD; }

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

This div background color is #E298DD.


Border color

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

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

This div border color is #E298DD.


Opacity

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

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

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

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

This text has shadow with #E298DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E298DD on black background.


Color preview on white background

This text has color #E298DD on white background.



Black color preview on #E298DD background

This text has black color on #E298DD background.


White color preview on #E298DD background

This text has white color on #E298DD background.