#ED54BC

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

Shades of Hot Pink #ED54BC

Tints of Hot Pink #ED54BC

Color information

#ED54BC (or 0xED54BC) is unknown color: approx Hot Pink. HEX triplet: ED, 54 and BC. RGB value is (237,84,188). Sum of RGB (Red+Green+Blue) = 237+84+188=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54BC is #12AB43. Grayscale: #8D8D8D. Windows color (decimal): -1223492 or 12342509. OLE color: 12342509.

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

Color convert

RGB23784188-
CMYK00.650.210.07
HSL319.22º80.95%62.94%-
HSV(B)319.22º64.56%92.94%-
XYZ47.1727.9850.49-
YUV141.6154.19196.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 84 (33.20% from 255) = 16.50%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=46.56%
G=16.50%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378418800.650.210.07319.2280.9562.94
HexED54BC04115713f513f
Octal355124274010125747712177
Binary1110110110101001011110001000001101011111001111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54BC; }

 p { color: rgb(237,84,188); }

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

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

 a { background-color: rgb(237,84,188); }

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

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

 span { border-color: rgb(237,84,188); }

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