#EC56B4

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

Shades of Hot Pink #EC56B4

Tints of Hot Pink #EC56B4

Color information

#EC56B4 (or 0xEC56B4) is unknown color: approx Hot Pink. HEX triplet: EC, 56 and B4. RGB value is (236,86,180). Sum of RGB (Red+Green+Blue) = 236+86+180=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56B4 is #13A94B. Grayscale: #8D8D8D. Windows color (decimal): -1288524 or 11818732. OLE color: 11818732.

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

Color convert

RGB23686180-
CMYK00.640.240.07
HSL322.4º79.79%63.14%-
HSV(B)322.4º63.56%92.55%-
XYZ46.1627.7846.11-
YUV141.57149.7195.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.01%
GREEN value IS 86 (33.98% from 255) = 17.13%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=47.01%
G=17.13%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368618000.640.240.07322.479.7963.14
HexEC56B4040187142503f
Octal354126264010030750212077
Binary1110110010101101011010001000000110001111010000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC56B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC56B4; }

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

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

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

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

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

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

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

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