#EB95B6

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

Shades of Shocking #EB95B6

Tints of Shocking #EB95B6

Color information

#EB95B6 (or 0xEB95B6) is unknown color: approx Shocking. HEX triplet: EB, 95 and B6. RGB value is (235,149,182). Sum of RGB (Red+Green+Blue) = 235+149+182=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95B6 is #146A49. Grayscale: #B2B2B2. Windows color (decimal): -1337930 or 11965931. OLE color: 11965931.

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

Color convert

RGB235149182-
CMYK00.370.230.08
HSL336.98º68.25%75.29%-
HSV(B)336.98º36.6%92.16%-
XYZ53.4542.5349.65-
YUV178.48129.99168.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=41.52%
G=26.33%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514918200.370.230.08336.9868.2575.29
HexEB95B6025178151444b
Octal3532252660452710521104113
Binary111010111001010110110110010010110111100010101000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95B6; }

 p { color: rgb(235,149,182); }

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

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

 a { background-color: rgb(235,149,182); }

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

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

 span { border-color: rgb(235,149,182); }

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