#EC61BA

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

Shades of Hot Pink #EC61BA

Tints of Hot Pink #EC61BA

Color information

#EC61BA (or 0xEC61BA) is unknown color: approx Hot Pink. HEX triplet: EC, 61 and BA. RGB value is (236,97,186). Sum of RGB (Red+Green+Blue) = 236+97+186=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61BA is #139E45. Grayscale: #949494. Windows color (decimal): -1285702 or 12214764. OLE color: 12214764.

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

Color convert

RGB23697186-
CMYK00.590.210.07
HSL321.58º78.53%65.29%-
HSV(B)321.58º58.9%92.55%-
XYZ47.7329.9349.72-
YUV148.71149.05190.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=45.47%
G=18.69%
B=35.84%

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
Decimal2369718600.590.210.07321.5878.5365.29
HexEC61BA03B1571424f41
Octal354141272073257502117101
Binary1110110011000011011101001110111010111110100001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC61BA; }

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

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

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

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

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

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

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

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