#EBA0BC

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

Shades of Shocking #EBA0BC

Tints of Shocking #EBA0BC

Color information

#EBA0BC (or 0xEBA0BC) is unknown color: approx Shocking. HEX triplet: EB, A0 and BC. RGB value is (235,160,188). Sum of RGB (Red+Green+Blue) = 235+160+188=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0BC is #145F43. Grayscale: #B9B9B9. Windows color (decimal): -1335108 or 12361963. OLE color: 12361963.

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

Color convert

RGB235160188-
CMYK00.320.20.08
HSL337.6º65.22%77.45%-
HSV(B)337.6º31.91%92.16%-
XYZ55.9146.4353.59-
YUV185.62129.35163.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=40.31%
G=27.44%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516018800.320.20.08337.665.2277.45
HexEBA0BC020148152414d
Octal3532402740402410522101115
Binary111010111010000010111100010000010100100010101001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0BC; }

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

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

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

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

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

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

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

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