COLOR #E492CB

HEX: #E492CB RGB: (228,146,203)

Color info

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

RGB color model

#E492CB color RGB value is (228,146,203).

RGB: (228,146,203) (89%, 57%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 146 of 255 = 57%
B 203 of 255 = 80%

228
146
203

R + G + B ~ 75%. #E492CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 146 + 203 = 577 (100%)
R 228 of 577 ~ 39.51%
G 146 of 577 ~ 25.3%
B 203 of 577 ~ 35.18'%

%39.51
%25.3
%35.18

CMYK color model

#E492CB color CMYK value is (0,36,11,11).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 10.96%
  • key color value is 10.59%

CMYK: (0,36,11,11)
C0M36Y11K11 (0%, 36%, 11%, 11%)
(0.00 / 0.36 / 0.11 / 0.11)

CMYK percentages

%0
%35.96
%10.96
%10.59

Codes

Color #E492CB in popluar color models

E4 92 CB
RGB 228 146 203
HSL 318° 60.29% 73.33%
HSB/HSV 318° 35.96% 89.41%
CMYK 0.00% 35.96% 10.96%
10.59%

Color #E492CB in popluar number systems.

HEX E4 92 CB
Decimal 228 146 203
Binary 11100100 10010010 11001011
Octal 344 222 313

Shades and tints

Shades of #E492CB

#E492CB
(228,146,203)
#D085B9
(208,133,185)
#BC78A7
(188,120,167)
#A86B95
(168,107,149)
#945E83
(148,94,131)
#805171
(128,81,113)
#6C445F
(108,68,95)
#58374D
(88,55,77)
#442A3B
(68,42,59)
#301D29
(48,29,41)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #E492CB

#E492CB
(228,146,203)
#E69BCF
(230,155,207)
#E8A4D3
(232,164,211)
#EAADD7
(234,173,215)
#ECB6DB
(236,182,219)
#EEBFDF
(238,191,223)
#F0C8E3
(240,200,227)
#F2D1E7
(242,209,231)
#F4DAEB
(244,218,235)
#F6E3EF
(246,227,239)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E492CB color. Also use rgb(228,146,203) instead hex code.

Text Font Color

.myTextColor { color: #E492CB; }

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

This text font color is #E492CB.

Background Color

.myBgColor { background-color: #E492CB; }

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

This div background color is #E492CB.

Border color

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

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

This div border color is #E492CB.

Opacity

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

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

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

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

This text has shadow with #E492CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E492CB.

Preview

Color preview on black background

This text has color #E492CB on black background.


Color preview on white background

This text has color #E492CB on white background.


Black color preview on #E492CB background

This text has black color on #E492CB background.


White color preview on #E492CB background

This text has white color on #E492CB background.


Related colors

Complementary color

Complementary color for #hex is #1B6D34.


I love getcolorcode.com

Triadic colors

1 #CBE492 and #92CBE4 with #E492CB are triadic colors.

2 #CB92E4 and #92E4CB with #E492CB are triadic colors.