#EB60BA

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

Shades of Hot Pink #EB60BA

Tints of Hot Pink #EB60BA

Color information

#EB60BA (or 0xEB60BA) is unknown color: approx Hot Pink. HEX triplet: EB, 60 and BA. RGB value is (235,96,186). Sum of RGB (Red+Green+Blue) = 235+96+186=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60BA is #149F45. Grayscale: #939393. Windows color (decimal): -1351494 or 12214507. OLE color: 12214507.

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

Color convert

RGB23596186-
CMYK00.590.210.08
HSL321.15º77.65%64.9%-
HSV(B)321.15º59.15%92.16%-
XYZ47.3129.5749.67-
YUV147.82149.55190.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=45.45%
G=18.57%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359618600.590.210.08321.1577.6564.9
HexEB60BA03B1581414e41
Octal3531402720732510501116101
Binary11101011110000010111010011101110101100010100000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB60BA; }

 p { color: rgb(235,96,186); }

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

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

 a { background-color: rgb(235,96,186); }

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

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

 span { border-color: rgb(235,96,186); }

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