#E097BC

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

Shades of Shocking #E097BC

Tints of Shocking #E097BC

Color information

#E097BC (or 0xE097BC) is unknown color: approx Shocking. HEX triplet: E0, 97 and BC. RGB value is (224,151,188). Sum of RGB (Red+Green+Blue) = 224+151+188=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E097BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097BC is #1F6843. Grayscale: #B0B0B0. Windows color (decimal): -2058308 or 12359648. OLE color: 12359648.

HSL color Cylindrical-coordinate representation of color #E097BC: hue angle of 329.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097BC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224151188-
CMYK00.330.160.12
HSL329.59º54.07%73.53%-
HSV(B)329.59º32.59%87.84%-
XYZ50.8841.6152.93-
YUV177.04134.18161.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=39.79%
G=26.82%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415118800.330.160.12329.5954.0773.53
HexE097BC02110C14a364a
Octal340227274041201451266112
Binary11100000100101111011110001000011000011001010010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097BC; }

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

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

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

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

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

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

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

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