#EF65AB

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

Shades of Hot Pink #EF65AB

Tints of Hot Pink #EF65AB

Color information

#EF65AB (or 0xEF65AB) is unknown color: approx Hot Pink. HEX triplet: EF, 65 and AB. RGB value is (239,101,171). Sum of RGB (Red+Green+Blue) = 239+101+171=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65AB is #109A54. Grayscale: #969696. Windows color (decimal): -1088085 or 11232751. OLE color: 11232751.

HSL color Cylindrical-coordinate representation of color #EF65AB: hue angle of 329.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239101171-
CMYK00.580.280.06
HSL329.57º81.18%66.67%-
HSV(B)329.57º57.74%93.73%-
XYZ47.630.641.93-
YUV150.24139.72191.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 101 (39.84% from 255) = 19.77%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=46.77%
G=19.77%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910117100.580.280.06329.5781.1866.67
HexEF65AB03A1C614a5143
Octal357145253072346512121103
Binary1110111111001011010101101110101110011010100101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65AB; }

 p { color: rgb(239,101,171); }

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

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

 a { background-color: rgb(239,101,171); }

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

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

 span { border-color: rgb(239,101,171); }

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