#ED60AC

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

Shades of Hot Pink #ED60AC

Tints of Hot Pink #ED60AC

Color information

#ED60AC (or 0xED60AC) is unknown color: approx Hot Pink. HEX triplet: ED, 60 and AC. RGB value is (237,96,172). Sum of RGB (Red+Green+Blue) = 237+96+172=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AC is #129F53. Grayscale: #929292. Windows color (decimal): -1220436 or 11297005. OLE color: 11297005.

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

Color convert

RGB23796172-
CMYK00.590.270.07
HSL327.66º79.66%65.29%-
HSV(B)327.66º59.49%92.94%-
XYZ46.5529.3542.24-
YUV146.82142.21192.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=46.93%
G=19.01%
B=34.06%

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
Decimal2379617200.590.270.07327.6679.6665.29
HexED60AC03B1B71485041
Octal355140254073337510120101
Binary1110110111000001010110001110111101111110100100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60AC; }

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

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

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

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

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

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

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

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