#eba0bd

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

Shades of Shocking #EBA0BD

Tints of Shocking #EBA0BD

Color information

#EBA0BD (or 0xEBA0BD) is unknown color: approx Shocking. HEX triplet: EB, A0 and BD. RGB value is (235,160,189). Sum of RGB (Red+Green+Blue) = 235+160+189=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0BD is #145F42. Grayscale: #B9B9B9. Windows color (decimal): -1335107 or 12427499. OLE color: 12427499.

HSL color Cylindrical-coordinate representation of color #EBA0BD: hue angle of 336.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0BD is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235160189-
CMYK00.320.200.08
HSL336.8º65.22%77.45%-
HSV(B)336.8º31.91%92.16%-
XYZ56.0246.4854.16-
YUV185.73129.85163.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=40.24%
G=27.40%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516018900.320.200.08336.865.2277.45
HexEBA0BD020148151414d
Octal3532402750402410521101115
Binary111010111010000010111101010000010100100010101000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba0bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba0bd; }

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

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

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

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

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

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

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

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