#ec59ba

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

Shades of Hot Pink #EC59BA

Tints of Hot Pink #EC59BA

Color information

#EC59BA (or 0xEC59BA) is unknown color: approx Hot Pink. HEX triplet: EC, 59 and BA. RGB value is (236,89,186). Sum of RGB (Red+Green+Blue) = 236+89+186=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59BA is #13A645. Grayscale: #8F8F8F. Windows color (decimal): -1287750 or 12212716. OLE color: 12212716.

HSL color Cylindrical-coordinate representation of color #EC59BA: hue angle of 320.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59BA is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB23689186-
CMYK00.620.210.07
HSL320.41º79.46%63.73%-
HSV(B)320.41º62.29%92.55%-
XYZ47.0328.5249.48-
YUV144.01151.7193.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 89 (35.16% from 255) = 17.42%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=46.18%
G=17.42%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368918600.620.210.07320.4179.4663.73
HexEC59BA03E1571404f40
Octal354131272076257500117100
Binary1110110010110011011101001111101010111110100000010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec59ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec59ba; }

 p { color: rgb(236,89,186); }

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

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

 a { background-color: rgb(236,89,186); }

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

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

 span { border-color: rgb(236,89,186); }

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