#ED51BD

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

Shades of Hot Pink #ED51BD

Tints of Hot Pink #ED51BD

Color information

#ED51BD (or 0xED51BD) is unknown color: approx Hot Pink. HEX triplet: ED, 51 and BD. RGB value is (237,81,189). Sum of RGB (Red+Green+Blue) = 237+81+189=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51BD is #12AE42. Grayscale: #8B8B8B. Windows color (decimal): -1224259 or 12407277. OLE color: 12407277.

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

Color convert

RGB23781189-
CMYK00.660.200.07
HSL318.46º81.25%62.35%-
HSV(B)318.46º65.82%92.94%-
XYZ47.0527.5650.98-
YUV139.96155.68197.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 81 (32.03% from 255) = 15.98%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=46.75%
G=15.98%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378118900.660.200.07318.4681.2562.35
HexED51BD04214713e513e
Octal355121275010224747612176
Binary1110110110100011011110101000010101001111001111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51BD; }

 p { color: rgb(237,81,189); }

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

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

 a { background-color: rgb(237,81,189); }

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

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

 span { border-color: rgb(237,81,189); }

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