#EB97C5

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

Shades of Shocking #EB97C5

Tints of Shocking #EB97C5

Color information

#EB97C5 (or 0xEB97C5) is unknown color: approx Shocking. HEX triplet: EB, 97 and C5. RGB value is (235,151,197). Sum of RGB (Red+Green+Blue) = 235+151+197=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97C5 is #14683A. Grayscale: #B5B5B5. Windows color (decimal): -1337403 or 12949483. OLE color: 12949483.

HSL color Cylindrical-coordinate representation of color #EB97C5: hue angle of 327.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97C5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235151197-
CMYK00.360.160.08
HSL327.14º67.74%75.69%-
HSV(B)327.14º35.74%92.16%-
XYZ55.4143.8358.36-
YUV181.36136.83166.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=40.31%
G=25.90%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515119700.360.160.08327.1467.7475.69
HexEB97C5024108147444c
Octal3532273050442010507104114
Binary111010111001011111000101010010010000100010100011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97C5; }

 p { color: rgb(235,151,197); }

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

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

 a { background-color: rgb(235,151,197); }

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

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

 span { border-color: rgb(235,151,197); }

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