#EF60AD

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

Shades of Hot Pink #EF60AD

Tints of Hot Pink #EF60AD

Color information

#EF60AD (or 0xEF60AD) is unknown color: approx Hot Pink. HEX triplet: EF, 60 and AD. RGB value is (239,96,173). Sum of RGB (Red+Green+Blue) = 239+96+173=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60AD is #109F52. Grayscale: #939393. Windows color (decimal): -1089363 or 11362543. OLE color: 11362543.

HSL color Cylindrical-coordinate representation of color #EF60AD: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60AD is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23996173-
CMYK00.600.280.06
HSL327.69º81.71%65.69%-
HSV(B)327.69º59.83%93.73%-
XYZ47.3229.7342.78-
YUV147.54142.38193.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 96 (37.89% from 255) = 18.90%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=47.05%
G=18.90%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399617300.600.280.06327.6981.7165.69
HexEF60AD03C1C61485242
Octal357140255074346510122102
Binary1110111111000001010110101111001110011010100100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF60AD; }

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

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

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

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

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

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

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

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