#eb60ac

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

Shades of Hot Pink #EB60AC

Tints of Hot Pink #EB60AC

Color information

#EB60AC (or 0xEB60AC) is unknown color: approx Hot Pink. HEX triplet: EB, 60 and AC. RGB value is (235,96,172). Sum of RGB (Red+Green+Blue) = 235+96+172=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB60AC is #149F53. Grayscale: #929292. Windows color (decimal): -1351508 or 11297003. OLE color: 11297003.

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

Color convert

RGB23596172-
CMYK00.590.270.08
HSL327.19º77.65%64.9%-
HSV(B)327.19º59.15%92.16%-
XYZ45.8929.0142.21-
YUV146.22142.55191.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=46.72%
G=19.09%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359617200.590.270.08327.1977.6564.9
HexEB60AC03B1B81474e41
Octal3531402540733310507116101
Binary11101011110000010101100011101111011100010100011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb60ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb60ac; }

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

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

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

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

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

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

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

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