#ED55BD

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

Shades of Hot Pink #ED55BD

Tints of Hot Pink #ED55BD

Color information

#ED55BD (or 0xED55BD) is unknown color: approx Hot Pink. HEX triplet: ED, 55 and BD. RGB value is (237,85,189). Sum of RGB (Red+Green+Blue) = 237+85+189=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55BD is #12AA42. Grayscale: #8E8E8E. Windows color (decimal): -1223235 or 12408301. OLE color: 12408301.

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

Color convert

RGB23785189-
CMYK00.640.200.07
HSL318.95º80.85%63.14%-
HSV(B)318.95º64.14%92.94%-
XYZ47.3628.1851.09-
YUV142.3154.36195.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 85 (33.59% from 255) = 16.63%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=46.38%
G=16.63%
B=36.99%

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
Decimal2378518900.640.200.07318.9580.8563.14
HexED55BD04014713f513f
Octal355125275010024747712177
Binary1110110110101011011110101000000101001111001111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED55BD; }

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

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

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

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

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

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

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

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