#E097BE

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

Shades of Shocking #E097BE

Tints of Shocking #E097BE

Color information

#E097BE (or 0xE097BE) is unknown color: approx Shocking. HEX triplet: E0, 97 and BE. RGB value is (224,151,190). Sum of RGB (Red+Green+Blue) = 224+151+190=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E097BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097BE is #1F6841. Grayscale: #B1B1B1. Windows color (decimal): -2058306 or 12490720. OLE color: 12490720.

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

Color convert

RGB224151190-
CMYK00.330.150.12
HSL327.95º54.07%73.53%-
HSV(B)327.95º32.59%87.84%-
XYZ51.141.754.07-
YUV177.27135.18161.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=39.65%
G=26.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415119000.330.150.12327.9554.0773.53
HexE097BE021FC148364a
Octal340227276041171451066112
Binary1110000010010111101111100100001111111001010010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097BE; }

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

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

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

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

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

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

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

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