#E992C5

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

Shades of Shocking #E992C5

Tints of Shocking #E992C5

Color information

#E992C5 (or 0xE992C5) is unknown color: approx Shocking. HEX triplet: E9, 92 and C5. RGB value is (233,146,197). Sum of RGB (Red+Green+Blue) = 233+146+197=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E992C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992C5 is #166D3A. Grayscale: #B1B1B1. Windows color (decimal): -1469755 or 12948201. OLE color: 12948201.

HSL color Cylindrical-coordinate representation of color #E992C5: hue angle of 324.83º 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 #E992C5 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB233146197-
CMYK00.370.150.09
HSL324.83º66.41%74.31%-
HSV(B)324.83º37.34%91.37%-
XYZ53.9641.9158.07-
YUV177.83138.82167.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=40.45%
G=25.35%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314619700.370.150.09324.8366.4174.31
HexE992C5025F9145424a
Octal3512223050451711505102112
Binary11101001100100101100010101001011111100110100010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992C5; }

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

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

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

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

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

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

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

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