#EF60B1

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

Shades of Hot Pink #EF60B1

Tints of Hot Pink #EF60B1

Color information

#EF60B1 (or 0xEF60B1) is unknown color: approx Hot Pink. HEX triplet: EF, 60 and B1. RGB value is (239,96,177). Sum of RGB (Red+Green+Blue) = 239+96+177=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60B1 is #109F4E. Grayscale: #939393. Windows color (decimal): -1089359 or 11624687. OLE color: 11624687.

HSL color Cylindrical-coordinate representation of color #EF60B1: hue angle of 326.01º 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 #EF60B1 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB23996177-
CMYK00.600.260.06
HSL326.01º81.71%65.69%-
HSV(B)326.01º59.83%93.73%-
XYZ47.7229.8944.85-
YUV147.99144.38192.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=46.68%
G=18.75%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399617700.600.260.06326.0181.7165.69
HexEF60B103C1A61465242
Octal357140261074326506122102
Binary1110111111000001011000101111001101011010100011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF60B1; }

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

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

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

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

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

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

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

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