#ed60ad

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

Shades of Hot Pink #ED60AD

Tints of Hot Pink #ED60AD

Color information

#ED60AD (or 0xED60AD) is unknown color: approx Hot Pink. HEX triplet: ED, 60 and AD. RGB value is (237,96,173). Sum of RGB (Red+Green+Blue) = 237+96+173=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AD is #129F52. Grayscale: #929292. Windows color (decimal): -1220435 or 11362541. OLE color: 11362541.

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

Color convert

RGB23796173-
CMYK00.590.270.07
HSL327.23º79.66%65.29%-
HSV(B)327.23º59.49%92.94%-
XYZ46.6529.3942.75-
YUV146.94142.71192.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 96 (37.89% from 255) = 18.97%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=46.84%
G=18.97%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379617300.590.270.07327.2379.6665.29
HexED60AD03B1B71475041
Octal355140255073337507120101
Binary1110110111000001010110101110111101111110100011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed60ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed60ad; }

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

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

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

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

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

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

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

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