#E397BC

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

Shades of Shocking #E397BC

Tints of Shocking #E397BC

Color information

#E397BC (or 0xE397BC) is unknown color: approx Shocking. HEX triplet: E3, 97 and BC. RGB value is (227,151,188). Sum of RGB (Red+Green+Blue) = 227+151+188=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E397BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397BC is #1C6843. Grayscale: #B1B1B1. Windows color (decimal): -1861700 or 12359651. OLE color: 12359651.

HSL color Cylindrical-coordinate representation of color #E397BC: hue angle of 330.79º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E397BC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227151188-
CMYK00.330.170.11
HSL330.79º57.58%74.12%-
HSV(B)330.79º33.48%89.02%-
XYZ51.8242.0952.97-
YUV177.94133.68162.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=40.11%
G=26.68%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715118800.330.170.11330.7957.5874.12
HexE397BC02111B14b3a4a
Octal343227274041211351372112
Binary11100011100101111011110001000011000110111010010111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397BC; }

 p { color: rgb(227,151,188); }

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

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

 a { background-color: rgb(227,151,188); }

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

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

 span { border-color: rgb(227,151,188); }

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