#E992BB

Color #E992BB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E992BB

Tints of Shocking #E992BB

Color information

#E992BB (or 0xE992BB) is unknown color: approx Shocking. HEX triplet: E9, 92 and BB. RGB value is (233,146,187). Sum of RGB (Red+Green+Blue) = 233+146+187=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E992BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992BB is #166D44. Grayscale: #B0B0B0. Windows color (decimal): -1469765 or 12292841. OLE color: 12292841.

HSL color Cylindrical-coordinate representation of color #E992BB: hue angle of 331.72º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992BB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233146187-
CMYK00.370.200.09
HSL331.72º66.41%74.31%-
HSV(B)331.72º37.34%91.37%-
XYZ52.8541.4752.23-
YUV176.69133.82168.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=41.17%
G=25.80%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314618700.370.200.09331.7266.4174.31
HexE992BB02514914c424a
Octal3512222730452411514102112
Binary111010011001001010111011010010110100100110100110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992BB; }

 p { color: rgb(233,146,187); }

 H1.HeaderClassName
 {
   color: #E992BB;
 }
 .AnyTagClassName
 {
   color: #E992BB;
 }
</style>
background-color css

<style>
 a { background-color: #E992BB; }

 a { background-color: rgb(233,146,187); }

 div.DivClassName
 {
   background-color: #E992BB;
 }
 .BgClassName
 {
   background-color: #E992BB;
 }
</style>
border-color css

<style>
 span { border-color: #E992BB; }

 span { border-color: rgb(233,146,187); }

 td.TdClassName
 {
   border-color: #E992BB;
 }
 .TagClassName
 {
   border-color: #E992BB;
 }
</style>