#E991C0

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

Shades of Shocking #E991C0

Tints of Shocking #E991C0

Color information

#E991C0 (or 0xE991C0) is unknown color: approx Shocking. HEX triplet: E9, 91 and C0. RGB value is (233,145,192). Sum of RGB (Red+Green+Blue) = 233+145+192=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E991C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991C0 is #166E3F. Grayscale: #B0B0B0. Windows color (decimal): -1470016 or 12620265. OLE color: 12620265.

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

Color convert

RGB233145192-
CMYK00.380.180.09
HSL327.95º66.67%74.12%-
HSV(B)327.95º37.77%91.37%-
XYZ53.2441.3855.05-
YUV176.67136.65168.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=40.88%
G=25.44%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314519200.380.180.09327.9566.6774.12
HexE991C0026129148434a
Octal3512213000462211510103112
Binary111010011001000111000000010011010010100110100100010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991C0; }

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

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

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

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

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

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

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

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