COLOR #E992BC

HEX: #E992BC RGB: (233,146,188)

Color info

#E992BC contains mainly red and blue colors. Web safe color of #E992BC is #FF99CC (or #F9C).

RGB color model

#E992BC color RGB value is (233,146,188).

RGB: (233,146,188) (91%, 57%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 146 of 255 = 57%
B 188 of 255 = 74%

233
146
188

R + G + B ~ 74%. #E992BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 146 + 188 = 567 (100%)
R 233 of 567 ~ 41.09%
G 146 of 567 ~ 25.75%
B 188 of 567 ~ 33.16'%

%41.09
%25.75
%33.16

CMYK color model

#E992BC color CMYK value is (0,37,19,9).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 19.31%
  • key color value is 8.63%

CMYK: (0,37,19,9)
C0M37Y19K9 (0%, 37%, 19%, 9%)
(0.00 / 0.37 / 0.19 / 0.09)

CMYK percentages

%0
%37.34
%19.31
%8.63

Codes

Color #E992BC in popluar color models

E9 92 BC
RGB 233 146 188
HSL 331° 66.41% 74.31%
HSB/HSV 331° 37.34% 91.37%
CMYK 0.00% 37.34% 19.31%
8.63%

Color #E992BC in popluar number systems.

HEX E9 92 BC
Decimal 233 146 188
Binary 11101001 10010010 10111100
Octal 351 222 274

Shades and tints

Shades of #E992BC

#E992BC
(233,146,188)
#D485AB
(212,133,171)
#BF789A
(191,120,154)
#AA6B89
(170,107,137)
#955E78
(149,94,120)
#805167
(128,81,103)
#6B4456
(107,68,86)
#563745
(86,55,69)
#412A34
(65,42,52)
#2C1D23
(44,29,35)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #E992BC

#E992BC
(233,146,188)
#EB9BC2
(235,155,194)
#EDA4C8
(237,164,200)
#EFADCE
(239,173,206)
#F1B6D4
(241,182,212)
#F3BFDA
(243,191,218)
#F5C8E0
(245,200,224)
#F7D1E6
(247,209,230)
#F9DAEC
(249,218,236)
#FBE3F2
(251,227,242)
#FDECF8
(253,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E992BC color. Also use rgb(233,146,188) instead hex code.

Text Font Color

.myTextColor { color: #E992BC; }

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

This text font color is #E992BC.

Background Color

.myBgColor { background-color: #E992BC; }

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

This div background color is #E992BC.

Border color

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

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

This div border color is #E992BC.

Opacity

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

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

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

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

This text has shadow with #E992BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E992BC.

Preview

Color preview on black background

This text has color #E992BC on black background.


Color preview on white background

This text has color #E992BC on white background.


Black color preview on #E992BC background

This text has black color on #E992BC background.


White color preview on #E992BC background

This text has white color on #E992BC background.


Related colors

Complementary color

Complementary color for #hex is #166D43.


I love getcolorcode.com

Triadic colors

1 #BCE992 and #92BCE9 with #E992BC are triadic colors.

2 #BC92E9 and #92E9BC with #E992BC are triadic colors.