#EB97B9

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

Shades of Shocking #EB97B9

Tints of Shocking #EB97B9

Color information

#EB97B9 (or 0xEB97B9) is unknown color: approx Shocking. HEX triplet: EB, 97 and B9. RGB value is (235,151,185). Sum of RGB (Red+Green+Blue) = 235+151+185=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97B9 is #146846. Grayscale: #B3B3B3. Windows color (decimal): -1337415 or 12163051. OLE color: 12163051.

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

Color convert

RGB235151185-
CMYK00.360.210.08
HSL335.71º67.74%75.69%-
HSV(B)335.71º35.74%92.16%-
XYZ54.0843.351.41-
YUV179.99130.83167.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=41.16%
G=26.44%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515118500.360.210.08335.7167.7475.69
HexEB97B9024158150444c
Octal3532272710442510520104114
Binary111010111001011110111001010010010101100010101000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97B9; }

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

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

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

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

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

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

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

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