#EB97B7

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

Shades of Shocking #EB97B7

Tints of Shocking #EB97B7

Color information

#EB97B7 (or 0xEB97B7) is unknown color: approx Shocking. HEX triplet: EB, 97 and B7. RGB value is (235,151,183). Sum of RGB (Red+Green+Blue) = 235+151+183=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97B7 is #146848. Grayscale: #B3B3B3. Windows color (decimal): -1337417 or 12031979. OLE color: 12031979.

HSL color Cylindrical-coordinate representation of color #EB97B7: hue angle of 337.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 #EB97B7 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235151183-
CMYK00.360.220.08
HSL337.14º67.74%75.69%-
HSV(B)337.14º35.74%92.16%-
XYZ53.8743.2150.3-
YUV179.76129.83167.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=41.30%
G=26.54%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515118300.360.220.08337.1467.7475.69
HexEB97B7024168151444c
Octal3532272670442610521104114
Binary111010111001011110110111010010010110100010101000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97B7; }

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

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

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

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

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

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

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

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