#ED60BB

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

Shades of Hot Pink #ED60BB

Tints of Hot Pink #ED60BB

Color information

#ED60BB (or 0xED60BB) is unknown color: approx Hot Pink. HEX triplet: ED, 60 and BB. RGB value is (237,96,187). Sum of RGB (Red+Green+Blue) = 237+96+187=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60BB is #129F44. Grayscale: #949494. Windows color (decimal): -1220421 or 12280045. OLE color: 12280045.

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

Color convert

RGB23796187-
CMYK00.590.210.07
HSL321.28º79.66%65.29%-
HSV(B)321.28º59.49%92.94%-
XYZ48.0829.9650.26-
YUV148.53149.71191.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 96 (37.89% from 255) = 18.46%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=45.58%
G=18.46%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379618700.590.210.07321.2879.6665.29
HexED60BB03B1571415041
Octal355140273073257501120101
Binary1110110111000001011101101110111010111110100000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60BB; }

 p { color: rgb(237,96,187); }

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

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

 a { background-color: rgb(237,96,187); }

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

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

 span { border-color: rgb(237,96,187); }

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