COLOR #E494CF

HEX: #E494CF RGB: (228,148,207)

Color info

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

RGB color model

#E494CF color RGB value is (228,148,207).

RGB: (228,148,207) (89%, 58%, 81%)

RGB channels and saturation

R 228 of 255 = 89%
G 148 of 255 = 58%
B 207 of 255 = 81%

228
148
207

R + G + B ~ 76%. #E494CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 148 + 207 = 583 (100%)
R 228 of 583 ~ 39.11%
G 148 of 583 ~ 25.39%
B 207 of 583 ~ 35.51'%

%39.11
%25.39
%35.51

CMYK color model

#E494CF color CMYK value is (0,35,9,11).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 9.21%
  • key color value is 10.59%

CMYK: (0,35,9,11)
C0M35Y9K11 (0%, 35%, 9%, 11%)
(0.00 / 0.35 / 0.09 / 0.11)

CMYK percentages

%0
%35.09
%9.21
%10.59

Codes

Color #E494CF in popluar color models

E4 94 CF
RGB 228 148 207
HSL 316° 59.70% 73.73%
HSB/HSV 316° 35.09% 89.41%
CMYK 0.00% 35.09% 9.21%
10.59%

Color #E494CF in popluar number systems.

HEX E4 94 CF
Decimal 228 148 207
Binary 11100100 10010100 11001111
Octal 344 224 317

Shades and tints

Shades of #E494CF

#E494CF
(228,148,207)
#D087BD
(208,135,189)
#BC7AAB
(188,122,171)
#A86D99
(168,109,153)
#946087
(148,96,135)
#805375
(128,83,117)
#6C4663
(108,70,99)
#583951
(88,57,81)
#442C3F
(68,44,63)
#301F2D
(48,31,45)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #E494CF

#E494CF
(228,148,207)
#E69DD3
(230,157,211)
#E8A6D7
(232,166,215)
#EAAFDB
(234,175,219)
#ECB8DF
(236,184,223)
#EEC1E3
(238,193,227)
#F0CAE7
(240,202,231)
#F2D3EB
(242,211,235)
#F4DCEF
(244,220,239)
#F6E5F3
(246,229,243)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E494CF color. Also use rgb(228,148,207) instead hex code.

Text Font Color

.myTextColor { color: #E494CF; }

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

This text font color is #E494CF.

Background Color

.myBgColor { background-color: #E494CF; }

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

This div background color is #E494CF.

Border color

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

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

This div border color is #E494CF.

Opacity

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

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

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

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

This text has shadow with #E494CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E494CF.

Preview

Color preview on black background

This text has color #E494CF on black background.


Color preview on white background

This text has color #E494CF on white background.


Black color preview on #E494CF background

This text has black color on #E494CF background.


White color preview on #E494CF background

This text has white color on #E494CF background.


Related colors

Complementary color

Complementary color for #hex is #1B6B30.


I love getcolorcode.com

Triadic colors

1 #CFE494 and #94CFE4 with #E494CF are triadic colors.

2 #CF94E4 and #94E4CF with #E494CF are triadic colors.