#EB96C8

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

Shades of Shocking #EB96C8

Tints of Shocking #EB96C8

Color information

#EB96C8 (or 0xEB96C8) is unknown color: approx Shocking. HEX triplet: EB, 96 and C8. RGB value is (235,150,200). Sum of RGB (Red+Green+Blue) = 235+150+200=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C8 is #146937. Grayscale: #B5B5B5. Windows color (decimal): -1337656 or 13145835. OLE color: 13145835.

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

Color convert

RGB235150200-
CMYK00.360.150.08
HSL324.71º68%75.49%-
HSV(B)324.71º36.17%92.16%-
XYZ55.5943.6460.14-
YUV181.12138.66166.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=40.17%
G=25.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515020000.360.150.08324.716875.49
HexEB96C8024F8145444b
Octal3532263100441710505104113
Binary11101011100101101100100001001001111100010100010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96C8; }

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

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

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

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

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

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

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

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