#EB96B9

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

Shades of Shocking #EB96B9

Tints of Shocking #EB96B9

Color information

#EB96B9 (or 0xEB96B9) is unknown color: approx Shocking. HEX triplet: EB, 96 and B9. RGB value is (235,150,185). Sum of RGB (Red+Green+Blue) = 235+150+185=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96B9 is #146946. Grayscale: #B3B3B3. Windows color (decimal): -1337671 or 12162795. OLE color: 12162795.

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

Color convert

RGB235150185-
CMYK00.360.210.08
HSL335.29º68%75.49%-
HSV(B)335.29º36.17%92.16%-
XYZ53.9242.9851.35-
YUV179.4131.16167.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=41.23%
G=26.32%
B=32.46%

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
Decimal23515018500.360.210.08335.296875.49
HexEB96B902415814f444b
Octal3532262710442510517104113
Binary111010111001011010111001010010010101100010100111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96B9; }

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

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

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

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

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

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

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

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