#E991C2

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

Shades of Shocking #E991C2

Tints of Shocking #E991C2

Color information

#E991C2 (or 0xE991C2) is unknown color: approx Shocking. HEX triplet: E9, 91 and C2. RGB value is (233,145,194). Sum of RGB (Red+Green+Blue) = 233+145+194=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E991C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991C2 is #166E3D. Grayscale: #B0B0B0. Windows color (decimal): -1470014 or 12751337. OLE color: 12751337.

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

Color convert

RGB233145194-
CMYK00.380.170.09
HSL326.59º66.67%74.12%-
HSV(B)326.59º37.77%91.37%-
XYZ53.4741.4756.23-
YUV176.9137.65168.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=40.73%
G=25.35%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314519400.380.170.09326.5966.6774.12
HexE991C2026119147434a
Octal3512213020462111507103112
Binary111010011001000111000010010011010001100110100011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991C2; }

 p { color: rgb(233,145,194); }

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

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

 a { background-color: rgb(233,145,194); }

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

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

 span { border-color: rgb(233,145,194); }

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