#EB9BC6

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

Shades of Shocking #EB9BC6

Tints of Shocking #EB9BC6

Color information

#EB9BC6 (or 0xEB9BC6) is unknown color: approx Shocking. HEX triplet: EB, 9B and C6. RGB value is (235,155,198). Sum of RGB (Red+Green+Blue) = 235+155+198=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BC6 is #146439. Grayscale: #B7B7B7. Windows color (decimal): -1336378 or 13016043. OLE color: 13016043.

HSL color Cylindrical-coordinate representation of color #EB9BC6: hue angle of 327.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BC6 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235155198-
CMYK00.340.160.08
HSL327.75º66.67%76.47%-
HSV(B)327.75º34.04%92.16%-
XYZ56.1845.1859.19-
YUV183.82136164.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=39.97%
G=26.36%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515519800.340.160.08327.7566.6776.47
HexEB9BC6022108148434c
Octal3532333060422010510103114
Binary111010111001101111000110010001010000100010100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BC6; }

 p { color: rgb(235,155,198); }

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

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

 a { background-color: rgb(235,155,198); }

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

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

 span { border-color: rgb(235,155,198); }

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