#ED58B3

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

Shades of Hot Pink #ED58B3

Tints of Hot Pink #ED58B3

Color information

#ED58B3 (or 0xED58B3) is unknown color: approx Hot Pink. HEX triplet: ED, 58 and B3. RGB value is (237,88,179). Sum of RGB (Red+Green+Blue) = 237+88+179=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58B3 is #12A74C. Grayscale: #8E8E8E. Windows color (decimal): -1222477 or 11753709. OLE color: 11753709.

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

Color convert

RGB23788179-
CMYK00.630.240.07
HSL323.36º80.54%63.73%-
HSV(B)323.36º62.87%92.94%-
XYZ46.5528.2445.64-
YUV142.93148.36195.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=47.02%
G=17.46%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378817900.630.240.07323.3680.5463.73
HexED58B303F1871435140
Octal355130263077307503121100
Binary1110110110110001011001101111111100011110100001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED58B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED58B3; }

 p { color: rgb(237,88,179); }

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

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

 a { background-color: rgb(237,88,179); }

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

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

 span { border-color: rgb(237,88,179); }

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