#EC60BB

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

Shades of Hot Pink #EC60BB

Tints of Hot Pink #EC60BB

Color information

#EC60BB (or 0xEC60BB) is unknown color: approx Hot Pink. HEX triplet: EC, 60 and BB. RGB value is (236,96,187). Sum of RGB (Red+Green+Blue) = 236+96+187=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60BB is #139F44. Grayscale: #949494. Windows color (decimal): -1285957 or 12280044. OLE color: 12280044.

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

Color convert

RGB23696187-
CMYK00.590.210.07
HSL321º78.65%65.1%-
HSV(B)321º59.32%92.55%-
XYZ47.7429.7950.25-
YUV148.23149.88190.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=45.47%
G=18.50%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369618700.590.210.0732178.6565.1
HexEC60BB03B1571414f41
Octal354140273073257501117101
Binary1110110011000001011101101110111010111110100000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60BB; }

 p { color: rgb(236,96,187); }

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

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

 a { background-color: rgb(236,96,187); }

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

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

 span { border-color: rgb(236,96,187); }

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