#ED56B4

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

Shades of Hot Pink #ED56B4

Tints of Hot Pink #ED56B4

Color information

#ED56B4 (or 0xED56B4) is unknown color: approx Hot Pink. HEX triplet: ED, 56 and B4. RGB value is (237,86,180). Sum of RGB (Red+Green+Blue) = 237+86+180=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56B4 is #12A94B. Grayscale: #8D8D8D. Windows color (decimal): -1222988 or 11818733. OLE color: 11818733.

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

Color convert

RGB23786180-
CMYK00.640.240.07
HSL322.65º80.75%63.33%-
HSV(B)322.65º63.71%92.94%-
XYZ46.4927.9646.13-
YUV141.86149.53195.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=47.12%
G=17.10%
B=35.79%

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
Decimal2378618000.640.240.07322.6580.7563.33
HexED56B4040187143513f
Octal355126264010030750312177
Binary1110110110101101011010001000000110001111010000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56B4; }

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

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

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

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

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

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

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

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