#EB9BBF

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

Shades of Shocking #EB9BBF

Tints of Shocking #EB9BBF

Color information

#EB9BBF (or 0xEB9BBF) is unknown color: approx Shocking. HEX triplet: EB, 9B and BF. RGB value is (235,155,191). Sum of RGB (Red+Green+Blue) = 235+155+191=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BBF is #146440. Grayscale: #B6B6B6. Windows color (decimal): -1336385 or 12557291. OLE color: 12557291.

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

Color convert

RGB235155191-
CMYK00.340.190.08
HSL333º66.67%76.47%-
HSV(B)333º34.04%92.16%-
XYZ55.3944.8755.03-
YUV183.02132.5165.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 191 (75% from 255) = 32.87%
R=40.45%
G=26.68%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515519100.340.190.0833366.6776.47
HexEB9BBF02213814d434c
Octal3532332770422310515103114
Binary111010111001101110111111010001010011100010100110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BBF; }

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

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

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

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

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

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

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

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