#EC56BC

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

Shades of Hot Pink #EC56BC

Tints of Hot Pink #EC56BC

Color information

#EC56BC (or 0xEC56BC) is unknown color: approx Hot Pink. HEX triplet: EC, 56 and BC. RGB value is (236,86,188). Sum of RGB (Red+Green+Blue) = 236+86+188=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BC is #13A943. Grayscale: #8E8E8E. Windows color (decimal): -1288516 or 12343020. OLE color: 12343020.

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

Color convert

RGB23686188-
CMYK00.640.200.07
HSL319.2º79.79%63.14%-
HSV(B)319.2º63.56%92.55%-
XYZ4728.1250.53-
YUV142.48153.7194.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 86 (33.98% from 255) = 16.86%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=46.27%
G=16.86%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368618800.640.200.07319.279.7963.14
HexEC56BC04014713f503f
Octal354126274010024747712077
Binary1110110010101101011110001000000101001111001111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC56BC; }

 p { color: rgb(236,86,188); }

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

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

 a { background-color: rgb(236,86,188); }

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

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

 span { border-color: rgb(236,86,188); }

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