#EB9BBD

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

Shades of Shocking #EB9BBD

Tints of Shocking #EB9BBD

Color information

#EB9BBD (or 0xEB9BBD) is unknown color: approx Shocking. HEX triplet: EB, 9B and BD. RGB value is (235,155,189). Sum of RGB (Red+Green+Blue) = 235+155+189=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BBD is #146442. Grayscale: #B6B6B6. Windows color (decimal): -1336387 or 12426219. OLE color: 12426219.

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

Color convert

RGB235155189-
CMYK00.340.200.08
HSL334.5º66.67%76.47%-
HSV(B)334.5º34.04%92.16%-
XYZ55.1744.7853.88-
YUV182.8131.5165.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=40.59%
G=26.77%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515518900.340.200.08334.566.6776.47
HexEB9BBD02214814e434c
Octal3532332750422410516103114
Binary111010111001101110111101010001010100100010100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BBD; }

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

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

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

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

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

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

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

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