#EB60B9

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

Shades of Hot Pink #EB60B9

Tints of Hot Pink #EB60B9

Color information

#EB60B9 (or 0xEB60B9) is unknown color: approx Hot Pink. HEX triplet: EB, 60 and B9. RGB value is (235,96,185). Sum of RGB (Red+Green+Blue) = 235+96+185=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60B9 is #149F46. Grayscale: #939393. Windows color (decimal): -1351495 or 12148971. OLE color: 12148971.

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

Color convert

RGB23596185-
CMYK00.590.210.08
HSL321.58º77.65%64.9%-
HSV(B)321.58º59.15%92.16%-
XYZ47.229.5349.11-
YUV147.71149.05190.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=45.54%
G=18.60%
B=35.85%

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
Decimal2359618500.590.210.08321.5877.6564.9
HexEB60B903B1581424e41
Octal3531402710732510502116101
Binary11101011110000010111001011101110101100010100001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB60B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB60B9; }

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

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

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

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

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

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

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

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