#E991BE

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

Shades of Shocking #E991BE

Tints of Shocking #E991BE

Color information

#E991BE (or 0xE991BE) is unknown color: approx Shocking. HEX triplet: E9, 91 and BE. RGB value is (233,145,190). Sum of RGB (Red+Green+Blue) = 233+145+190=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E991BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991BE is #166E41. Grayscale: #B0B0B0. Windows color (decimal): -1470018 or 12489193. OLE color: 12489193.

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

Color convert

RGB233145190-
CMYK00.380.180.09
HSL329.32º66.67%74.12%-
HSV(B)329.32º37.77%91.37%-
XYZ53.0241.2953.89-
YUV176.44135.65168.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=41.02%
G=25.53%
B=33.45%

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
Decimal23314519000.380.180.09329.3266.6774.12
HexE991BE026129149434a
Octal3512212760462211511103112
Binary111010011001000110111110010011010010100110100100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991BE; }

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

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

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

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

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

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

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

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