#EB96B7

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

Shades of Shocking #EB96B7

Tints of Shocking #EB96B7

Color information

#EB96B7 (or 0xEB96B7) is unknown color: approx Shocking. HEX triplet: EB, 96 and B7. RGB value is (235,150,183). Sum of RGB (Red+Green+Blue) = 235+150+183=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96B7 is #146948. Grayscale: #B3B3B3. Windows color (decimal): -1337673 or 12031723. OLE color: 12031723.

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

Color convert

RGB235150183-
CMYK00.360.220.08
HSL336.71º68%75.49%-
HSV(B)336.71º36.17%92.16%-
XYZ53.7142.8950.25-
YUV179.18130.16167.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=41.37%
G=26.41%
B=32.22%

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
Decimal23515018300.360.220.08336.716875.49
HexEB96B7024168151444b
Octal3532262670442610521104113
Binary111010111001011010110111010010010110100010101000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96B7; }

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

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

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

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

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

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

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

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